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
513 B

  1. /*++
  2. 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. DllDataX.h
  5. Abstract:
  6. Help wrap dlldata.c
  7. Author:
  8. Rohde Wakefield [rohde] 12-Aug-1997
  9. Revision History:
  10. --*/
  11. #ifdef _MERGE_PROXYSTUB
  12. extern "C"
  13. {
  14. BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
  15. LPVOID lpReserved);
  16. STDAPI PrxDllCanUnloadNow(void);
  17. STDAPI PrxDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
  18. STDAPI PrxDllRegisterServer(void);
  19. STDAPI PrxDllUnregisterServer(void);
  20. }
  21. #endif