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.

26 lines
794 B

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