Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Predefined values of the "PreferredFormat" key which may appear as the metadata on a returned key value. This indicates the preferred DISPLAY FORMAT for a given value.
Syntax
typedef enum PreferredFormat {
FormatNone,
FormatSingleCharacter,
FormatQuotedString,
FormatString,
FormatQuotedUnicodeString,
FormatUnicodeString,
FormatQuotedUTF8String,
FormatUTF8String,
FormatBSTRString,
FormatQuotedHString,
FormatHString,
FormatRaw,
FormatEnumNameOnly,
FormatEscapedStringWithQuote,
FormatUTF32String,
FormatQuotedUTF32String
} ;
Constants
FormatNoneThere is no preferred format |
FormatSingleCharacterThe preferred format is a single character as '*' |
FormatQuotedStringThe preferred format is a quoted 8-bit string |
FormatStringThe preferred format is a non-quoted 8-bit string |
FormatQuotedUnicodeStringThe preferred format is a quoted Unicode (UTF-16) string |
FormatUnicodeStringThe preferred format is a non-quoted Unicode (UTF-16) string |
FormatQuotedUTF8StringThe preferred format is a quoted UTF-8 string |
FormatUTF8StringThe preferred format is a non-quoted UTF-8 string |
FormatBSTRStringThe preferred format is a quoted BSTR |
FormatQuotedHStringThe preferred format is a quoted WinRT HSTRING |
FormatHStringThe preferred format is a non-quoted WinRT HSTRING |
FormatRawThe preferred format is the raw (native) type |
FormatEnumNameOnlyThe preferred format is the enum name only |
FormatEscapedStringWithQuoteThe preferred format is the quoted string with escaped characters |
FormatUTF32StringThe preferred format is a non-quoted Unicode (UTF-32) string |
FormatQuotedUTF32StringThe preferred format is a quoted Unicode (UTF-32) string |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |