NetBSD/dist/ntp/libntp/log.h
drochner d5e6f1b80b resolve conflicts
(in this case, throw away all local modifications; I'll start patching
from scratch)
2003-12-04 16:23:34 +00:00

24 lines
609 B
C

/* $NetBSD: log.h,v 1.2 2003/12/04 16:23:37 drochner Exp $ */
/*
* log.h - Used only under Windows NT by msyslog.c
*
*/
#ifndef WINNT_LOG_H
#define WINNT_LOG_H
#include <windows.h>
/* function declarations */
void addSourceToRegistry(LPSTR pszAppname, LPSTR pszMsgDLL);
void reportAnIEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings);
void reportAnWEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings);
void reportAnEEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings);
#define MAX_MSG_LENGTH 1024
#define MSG_ID_MASK 0x0000FFFF
#define MAX_INSERT_STRS 8
#endif /* WINNT_LOG_H */