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.

33 lines
993 B

  1. //=======================================================================
  2. //
  3. // Copyright (C) Microsoft Corporation, 1998 - 1999 All Rights Reserved.
  4. //
  5. // File: dlldatax.h
  6. //
  7. //=======================================================================
  8. #if !defined(AFX_DLLDATAX_H__A3863C28_86EB_11D1_A9DB_00C04FB16F9E__INCLUDED_)
  9. #define AFX_DLLDATAX_H__A3863C28_86EB_11D1_A9DB_00C04FB16F9E__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__A3863C28_86EB_11D1_A9DB_00C04FB16F9E__INCLUDED_)