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.

26 lines
598 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: csprxy.h
  7. //
  8. // Contents: CertPrxy includes
  9. //
  10. //---------------------------------------------------------------------------
  11. extern "C"
  12. BOOL WINAPI
  13. CertPrxyDllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved);
  14. STDAPI
  15. CertPrxyDllCanUnloadNow(void);
  16. STDAPI
  17. CertPrxyDllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv);
  18. STDAPI
  19. CertPrxyDllRegisterServer(void);
  20. STDAPI
  21. CertPrxyDllUnregisterServer(void);