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.

25 lines
754 B

  1. #if !defined(AFX_DLLDATAX_H__60AB0CA8_CB88_4D79_90FA_1A1775D53249__INCLUDED_)
  2. #define AFX_DLLDATAX_H__60AB0CA8_CB88_4D79_90FA_1A1775D53249__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #ifdef _MERGE_PROXYSTUB
  7. extern "C"
  8. {
  9. BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
  10. LPVOID lpReserved);
  11. STDAPI PrxDllCanUnloadNow(void);
  12. STDAPI PrxDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
  13. STDAPI PrxDllRegisterServer(void);
  14. STDAPI PrxDllUnregisterServer(void);
  15. }
  16. #endif
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  19. #endif // !defined(AFX_DLLDATAX_H__60AB0CA8_CB88_4D79_90FA_1A1775D53249__INCLUDED_)