VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestMsg.mc@ 37826

Last change on this file since 37826 was 33540, checked in by vboxsync, 14 years ago

*: spelling fixes, thanks Timeless!

  • 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 Oracle Corporation
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 (GPL) as published by the Free Software
10; Foundation, in version 2 as it comes in the "COPYING" file of the
11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
13;
14
15
16;//
17;// Status values are 32 bit values arranged as follows:
18;//
19;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
20;// 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
21;// +---+-+-------------------------+-------------------------------+
22;// |Sev|C| Facility | Code |
23;// +---+-+-------------------------+-------------------------------+
24;//
25;// where
26;//
27;// Sev - is the severity code
28;//
29;// 00 - Success
30;// 01 - Informational
31;// 10 - Warning
32;// 11 - Error
33;//
34;// C - is the Customer code flag
35;//
36;// Facility - is the facility code
37;//
38;// Code - is the facility's status code
39;//
40;
41MessageIdTypedef=NTSTATUS
42
43SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
44 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
45 Warning=0x2:STATUS_SEVERITY_WARNING
46 Error=0x3:STATUS_SEVERITY_ERROR
47 )
48
49FacilityNames=(System=0x0
50 RpcRuntime=0x2:FACILITY_RPC_RUNTIME
51 RpcStubs=0x3:FACILITY_RPC_STUBS
52 Io=0x4:FACILITY_IO_ERROR_CODE
53 VBoxGuestClass=0xee:FACILITY_VBOXGUESTCLASS_ERROR_CODE
54 )
55
56
57MessageId=0x0001 Facility=VBoxGuestClass Severity=Informational SymbolicName=VBOXGUESTCLASS_FOO
58Language=English
59VBoxGuest has something to say %1.
60.
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