|
|
1.1 root 1: ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
2: ;
3: ;Copyright (c) 1992 Microsoft Corporation
4: ;
5: ;Module Name:
6: ;
7: ; vgactrs.h
8: ; (derived from vgactrs.mc by the message compiler )
9: ;
10: ;Abstract:
11: ;
12: ; Event message definititions used by routines in VGACTRS.DLL
13: ;
14: ;Created:
15: ;
16: ; 15-Oct-1992 Bob Watson (a-robw)
17: ;
18: ;Revision History:
19: ;
20: ;--*/
21: ;//
22: ;#ifndef _VGACTRS_H_
23: ;#define _VGACTRS_H_
24: ;//
25: MessageIdTypedef=DWORD
26: ;//
27: ;// Perfutil messages
28: ;//
29: MessageId=1900
30: Severity=Informational
31: Facility=Application
32: SymbolicName=UTIL_LOG_OPEN
33: Language=English
34: An extensible counter has opened the Event Log for VGACTRS.DLL
35: .
36: ;//
37: MessageId=1999
38: Severity=Informational
39: Facility=Application
40: SymbolicName=UTIL_CLOSING_LOG
41: Language=English
42: An extensible counter has closed the Event Log for VGACTRS.DLL
43: .
44: ;//
45: MessageId=2000
46: Severity=Error
47: Facility=Application
48: SymbolicName=VGAPERF_OPEN_FILE_MAPPING_ERROR
49: Language=English
50: Unable to open mapped file containing VGA driver performance data.
51: .
52: ;//
53: MessageId=+1
54: Severity=Error
55: Facility=Application
56: SymbolicName=VGAPERF_UNABLE_MAP_VIEW_OF_FILE
57: Language=English
58: Unable to map to shared memory file containing VGA driver performance data.
59: .
60: ;//
61: MessageId=+1
62: Severity=Error
63: Facility=Application
64: SymbolicName=VGAPERF_UNABLE_OPEN_DRIVER_KEY
65: Language=English
66: Unable open "Performance" key of VGA driver in registy. Status code is returned in data.
67: .
68: ;//
69: MessageId=+1
70: Severity=Error
71: Facility=Application
72: SymbolicName=VGAPERF_UNABLE_READ_FIRST_COUNTER
73: Language=English
74: Unable to read the "First Counter" value under the Vga\Performance Key. Status codes retuened in data.
75: .
76: ;//
77: MessageId=+1
78: Severity=Error
79: Facility=Application
80: SymbolicName=VGAPERF_UNABLE_READ_FIRST_HELP
81: Language=English
82: Unable to read the "First Help" value under the Vga\Performance Key. Status codes retuened in data.
83: .
84: ;//
85: ;#endif // _VGACTRS_H_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.