Previous | Next |
The WMT_ATTR_DATATYPE enumeration type defines a range of values used to identify general file information.
Syntax
typedef enum WMT_ATTR_DATATYPE
{
WMT_TYPE_DWORD = 0,
WMT_TYPE_STRING = 1,
WMT_TYPE_BINARY = 2,
WMT_TYPE_BOOL = 3,
WMT_TYPE_QWORD = 4,
WMT_TYPE_WORD = 5,
WMT_TYPE_GUID = 6,
} WMT_ATTR_DATATYPE;
Remarks
WMT_TYPE_STRING attributes are NULL-terminated Unicode strings (two bytes per character).
See Also
Previous | Next |