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.

28 lines
547 B

  1. /****************************************************************************/
  2. // errorlog.h
  3. //
  4. // Copyright (C) 1997-1999 Microsoft Corp.
  5. /****************************************************************************/
  6. #include <notifyev.h>
  7. void
  8. TsInitLogging();
  9. void
  10. TsStopLogging();
  11. void
  12. TsLogError(
  13. IN DWORD dwEventID,
  14. IN DWORD dwErrorType,
  15. IN int nStringsCount,
  16. IN WCHAR * pStrings[],
  17. DWORD LineNumber
  18. );
  19. void TsPopupError(
  20. IN DWORD dwEventID,
  21. IN WCHAR * pStrings[]
  22. );