2025-04-27 07:49:33 -04:00

25 lines
522 B
C

/********************************************************************/
/** Copyright(c) 1992 Microsoft Corporation. **/
/********************************************************************/
//***
//
// Filename: eventlog.h
//
// Description:
//
// History:
// Dec 09,1992 J. Perry Hannah (perryh) Created original version.
//
//***
VOID Audit(
IN WORD wEventType,
IN DWORD dwMessageId,
IN WORD cNumberOfSubStrings,
IN LPSTR *plpwsSubStrings
);