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.

44 lines
910 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1999 - 2002
  3. Module Name:
  4. cspelog.h
  5. Abstract:
  6. Headers for the cert server policy module logging functions
  7. Author:
  8. petesk 1-Jan-1999
  9. Revision History:
  10. --*/
  11. HRESULT
  12. SetModuleErrorInfo(
  13. IN ICreateErrorInfo *pCreateErrorInfo);
  14. HRESULT
  15. LogModuleStatus(
  16. IN HMODULE hModule,
  17. IN HRESULT hrMsg,
  18. IN DWORD dwLogID, // Resource ID of log string
  19. IN BOOL fPolicy,
  20. IN WCHAR const *pwszSource,
  21. IN WCHAR const * const *ppwszInsert, // array of insert strings
  22. OPTIONAL OUT ICreateErrorInfo **ppCreateErrorInfo);
  23. HRESULT
  24. LogPolicyEvent(
  25. IN HMODULE hModule,
  26. IN HRESULT hrMsg,
  27. IN DWORD dwLogID, // Resource ID of log string
  28. IN ICertServerPolicy *pServer,
  29. IN WCHAR const *pwszPropEvent,
  30. IN WCHAR const * const *ppwszInsert); // array of insert strings