⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 log.h

📁 Network time protocol source study
💻 H
字号:
/* * 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 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -