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

📄 eventlog.h

📁 ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework)
💻 H
字号:
/* * eventlog.h,v 1.4 2000/09/22 19:30:37 brunsch Exp * * Copyright (c) 1994, 1995.  Netscape Communications Corporation.  All * rights reserved. * * Use of this software is governed by the terms of the license agreement for * the Netscape Communications or Netscape Comemrce Server between the * parties. *//* ------------------------------------------------------------------------ */// EVENTLOG.H//// This file contains the defines that make NT an installable service.//// 1/12/95 aruna//// Functions in eventlog.c// Win32 specific stuff, so FUZZ: disable check_for_tcharVOID InitializeAdminLogging(PCHAR ServiceName, PCHAR MessageFile);VOID InitializeHttpdLogging(PCHAR ServiceName, PCHAR MessageFile);VOID InitializeHttpsLogging(PCHAR ServiceName, PCHAR MessageFile);VOID TerminateAdminLogging();VOID TerminateHttpdLogging();VOID TerminateHttpsLogging();VOID LogErrorEvent(PCHAR ServiceName, WORD fwEventType, WORD fwCategory, DWORD IDEvent,        LPTSTR chMsg, LPTSTR lpszMsg);// Functions in error.cVOID ReportError(PCHAR ErrorMsg);BOOL CALLBACK ErrorDialogProc(        HWND hDlg,        UINT message,        WPARAM wParam,        LPARAM lParam        );

⌨️ 快捷键说明

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