XFileGuid.Boolean Field |
Language: |
Retrieves the globally unique identifier (GUID) for simple Boolean types.
Visual Basic Public Shared Boolean As Guid C# public static Guid Boolean; C++ public: static Guid Boolean; JScript public static var Boolean : Guid
System.Guid
This field is read-only.
A Guid value that is used for simple Boolean type templates in XFiles (.x files).
Boolean templates define a simple boolean type, as shown in the following example.
[C#]Where:
template Boolean { < 537da6a0-ca37-11d0-941c-0080c80cfa7b > DWORD truefalse; }
- truefalse - True for a Boolean, otherwise false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center