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.

37 lines
687 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. log.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. BOOL
  12. LogModuleStatus(
  13. IN HMODULE hModule,
  14. IN DWORD dwLogID, // Resource ID of log string
  15. IN BOOL fPolicy,
  16. IN WCHAR const *pwszSource,
  17. IN WCHAR const * const *ppwszInsert); // array of insert strings
  18. HRESULT
  19. LogPolicyEvent(
  20. IN HMODULE hModule,
  21. IN DWORD dwLogID, // Resource ID of log string
  22. IN ICertServerPolicy *pServer,
  23. IN WCHAR const *pwszPropEvent,
  24. IN WCHAR const * const *ppwszInsert); // array of insert strings