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.

24 lines
522 B

  1. /********************************************************************/
  2. /** Copyright(c) 1992 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: eventlog.h
  7. //
  8. // Description:
  9. //
  10. // History:
  11. // Dec 09,1992 J. Perry Hannah (perryh) Created original version.
  12. //
  13. //***
  14. VOID Audit(
  15. IN WORD wEventType,
  16. IN DWORD dwMessageId,
  17. IN WORD cNumberOfSubStrings,
  18. IN LPSTR *plpwsSubStrings
  19. );