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.

15 lines
222 B

  1. #ifndef __EVENTLOG_H__
  2. #define __EVENTLOG_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void AddToMessageLog(WORD wType, WORD wCategory, DWORD dwEvtId, LPTSTR lpszMsg);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif __EVENTLOG_H__