Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
887 B

  1. /*
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. dlldatax.c
  5. Abstract:
  6. Author:
  7. */
  8. #if !defined(AFX_DLLDATAX_H__C17D4461_323C_11D1_9774_00C04FD91AC0__INCLUDED_)
  9. #define AFX_DLLDATAX_H__C17D4461_323C_11D1_9774_00C04FD91AC0__INCLUDED_
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13. #ifdef _MERGE_PROXYSTUB
  14. extern "C"
  15. {
  16. BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
  17. LPVOID lpReserved);
  18. STDAPI PrxDllCanUnloadNow(void);
  19. STDAPI PrxDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
  20. STDAPI PrxDllRegisterServer(void);
  21. STDAPI PrxDllUnregisterServer(void);
  22. }
  23. #endif
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  26. #endif // !defined(AFX_DLLDATAX_H__C17D4461_323C_11D1_9774_00C04FD91AC0__INCLUDED_)