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.

33 lines
854 B

  1. //+-------------------------------------------------------------------------
  2. // Microsoft Windows
  3. //
  4. // Copyright (C) Microsoft Corporation, 1999 - 1999
  5. //
  6. // File: dblog.h
  7. //
  8. // Contents: Public functions in dblog.cpp
  9. //
  10. // History: 15-Sep-00 philh created
  11. //--------------------------------------------------------------------------
  12. #ifndef __CRYPT32_DBLOG_H__
  13. #define __CRYPT32_DBLOG_H__
  14. //+=========================================================================
  15. // crypt32 Database Event Logging Functions
  16. //==========================================================================
  17. void
  18. I_DBLogAttach();
  19. void
  20. I_DBLogDetach();
  21. void
  22. I_DBLogCrypt32Event(
  23. IN WORD wType,
  24. IN DWORD dwEventID,
  25. IN WORD wNumStrings,
  26. IN LPCWSTR *rgpwszStrings
  27. );
  28. #endif // __CRYPT32_DBLOG_H__