windows-nt/Source/XPSP1/NT/enduser/netmeeting/h/evtlog.h
2020-09-26 16:20:57 +08:00

16 lines
222 B
C

#ifndef __EVENTLOG_H__
#define __EVENTLOG_H__
#ifdef __cplusplus
extern "C" {
#endif
void AddToMessageLog(WORD wType, WORD wCategory, DWORD dwEvtId, LPTSTR lpszMsg);
#ifdef __cplusplus
}
#endif
#endif __EVENTLOG_H__