windows-nt/Source/XPSP1/NT/net/tcpip/services/rip/eventlog.h
2020-09-26 16:20:57 +08:00

25 lines
498 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
);