VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc@ 4071

Last change on this file since 4071 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1;
2; VBoxGuest Device Driver Messages
3;
4; Copyright (C) 2006-2007 innotek GmbH
5;
6; This file is part of VirtualBox Open Source Edition (OSE), as
7; available from http://www.virtualbox.org. This file is free software;
8; you can redistribute it and/or modify it under the terms of the GNU
9; General Public License as published by the Free Software Foundation,
10; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
11; distribution. VirtualBox OSE is distributed in the hope that it will
12; be useful, but WITHOUT ANY WARRANTY of any kind.
13
14
15;//
16;// Status values are 32 bit values layed out as follows:
17;//
18;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
19;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
20;// +---+-+-------------------------+-------------------------------+
21;// |Sev|C| Facility | Code |
22;// +---+-+-------------------------+-------------------------------+
23;//
24;// where
25;//
26;// Sev - is the severity code
27;//
28;// 00 - Success
29;// 01 - Informational
30;// 10 - Warning
31;// 11 - Error
32;//
33;// C - is the Customer code flag
34;//
35;// Facility - is the facility code
36;//
37;// Code - is the facility's status code
38;//
39;
40MessageIdTypedef=NTSTATUS
41
42SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
43 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
44 Warning=0x2:STATUS_SEVERITY_WARNING
45 Error=0x3:STATUS_SEVERITY_ERROR
46 )
47
48FacilityNames=(System=0x0
49 RpcRuntime=0x2:FACILITY_RPC_RUNTIME
50 RpcStubs=0x3:FACILITY_RPC_STUBS
51 Io=0x4:FACILITY_IO_ERROR_CODE
52 VBoxGuestClass=0xee:FACILITY_VBOXGUESTCLASS_ERROR_CODE
53 )
54
55
56MessageId=0x0001 Facility=VBoxGuestClass Severity=Informational SymbolicName=VBOXGUESTCLASS_FOO
57Language=English
58VBoxGuest has something to say %1.
59.
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette