📄 eventlog.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 + -