Windows2003-3790/enduser/netmeeting/h/evtlog.h

16 lines
237 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#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__