Leaked source code of windows server 2003
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.

35 lines
1.0 KiB

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