home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / cmdwnd / cmdstub / dlldatax.h < prev    next >
C/C++ Source or Header  |  1998-04-02  |  754b  |  26 lines

  1. #if !defined(AFX_DLLDATAX_H__B7720263_B6B0_11D1_8320_00A0C91BC942__INCLUDED_)
  2. #define AFX_DLLDATAX_H__B7720263_B6B0_11D1_8320_00A0C91BC942__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7.  
  8. #ifdef _MERGE_PROXYSTUB
  9.  
  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.  
  20. #endif
  21.  
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24.  
  25. #endif // !defined(AFX_DLLDATAX_H__B7720263_B6B0_11D1_8320_00A0C91BC942__INCLUDED_)
  26.