Windows2003-3790/enduser/netmeeting/h/evtlog.h
2020-09-30 16:53:55 +02:00

16 lines
237 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__