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.

31 lines
800 B

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