windows-nt/Source/XPSP1/NT/net/tcpip/services/rip/eventlog.h

25 lines
498 B
C
Raw Permalink 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 Audit(
IN WORD wEventType,
IN DWORD dwMessageId,
IN WORD cNumberOfSubStrings,
IN LPSTR *plpwsSubStrings
);