DLLDATAX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //
  2. // This is a part of the Microsoft Foundation Classes C++ library.
  3. // Copyright (C) 1992-1998 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to the
  7. // Microsoft Foundation Classes Reference and related
  8. // electronic documentation provided with the library.
  9. // See these sources for detailed information regarding the
  10. // Microsoft Foundation Classes product.
  11. #if !defined(AFX_DLLDATAX_H__237C2ECF_A494_11D0_945E_00A0C903487E__INCLUDED_)
  12. #define AFX_DLLDATAX_H__237C2ECF_A494_11D0_945E_00A0C903487E__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #ifdef _MERGE_PROXYSTUB
  17. extern "C"
  18. {
  19. BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
  20. LPVOID lpReserved);
  21. STDAPI PrxDllCanUnloadNow(void);
  22. STDAPI PrxDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
  23. STDAPI PrxDllRegisterServer(void);
  24. STDAPI PrxDllUnregisterServer(void);
  25. }
  26. #endif
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_DLLDATAX_H__237C2ECF_A494_11D0_945E_00A0C903487E__INCLUDED_)