2025-04-27 07:49:33 -04:00

67 lines
2.0 KiB
MonkeyC
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*++ BUILD Version: 0001 // Increment this if a change has global effects
;
;Copyright (c) 1992-1996 Microsoft Corporation
;
;Module Name:
;
; w3perfmsg.h
; (generated from w3perfmsg.mc)
;
;Abstract:
;
; Event message definititions used by routines in the
; Internet Information Service Extensible Performance Counters
;
;Created:
;
; 21-NOV-99 Ming Lu
;
;Revision History:
;
;--*/
;#ifndef _W3PERFMSG_H_
;#define _W3PERFMSG_H_
;
MessageIdTypedef=DWORD
;//
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
;//
;// ERRORS
;//
MessageId=1000
Severity=Error
Facility=Application
SymbolicName=W3_UNABLE_OPEN_W3SVC_PERF_KEY
Language=English
Unable to open the Performance sub key of the HTTP (W3) Service.
The error code returned by the registry is data DWORD 0.
%nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
.
;//
MessageId=+1
Severity=Error
Facility=Application
SymbolicName=W3_UNABLE_READ_FIRST_COUNTER
Language=English
Unable to read the first counter index value from the registry.
The error code returned by the registry is data DWORD 0.
%nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
.
;//
MessageId=+1
Severity=Error
Facility=Application
SymbolicName=W3_UNABLE_READ_FIRST_HELP
Language=English
Unable to read the first help index value from the registry.
The error code returned by the registry is data DWORD 0.
%nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
.
;//
;#endif //_W3PERFMSG_H_