Source code of Windows XP (NT5)
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
729 B

  1. #if !defined(AFX_DLLDATAX_H__B6111B19_491D_11D3_8AEE_00A0C9AFE114__INCLUDED_)
  2. #define AFX_DLLDATAX_H__B6111B19_491D_11D3_8AEE_00A0C9AFE114__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__B6111B19_491D_11D3_8AEE_00A0C9AFE114__INCLUDED_)