windows-nt/Source/XPSP1/NT/termsrv/cdmodem/inc/eventlog.h

32 lines
636 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/********************************************************************/
/** Copyright(c) 1992 Microsoft Corporation. **/
/********************************************************************/
//***
//
// Filename: eventlog.h
//
// Description:
//
// History:
// Dec 09,1992 J. Perry Hannah (perryh) Created original version.
//
//***
VOID
LogEvent(
IN DWORD dwMessageId,
IN WORD cNumberOfSubStrings,
IN LPSTR *plpwsSubStrings,
IN DWORD dwErrorCode);
VOID Audit(
IN WORD wEventType,
IN DWORD dwMessageId,
IN WORD cNumberOfSubStrings,
IN LPSTR *plpwsSubStrings
);