WMT_ATTR_DATATYPE enumeration
The WMT_ATTR_DATATYPE enumeration defines the data type for a variably typed property.
Syntax
typedef enum WMT_ATTR_DATATYPE {
WMT_TYPE_DWORD,
WMT_TYPE_STRING,
WMT_TYPE_BINARY,
WMT_TYPE_BOOL,
WMT_TYPE_QWORD,
WMT_TYPE_WORD,
WMT_TYPE_GUID
} ;
Constants
WMT_TYPE_DWORD |
The property is a 4-byte DWORD value. |
WMT_TYPE_STRING |
The property is a null-terminated Unicode string. |
WMT_TYPE_BINARY |
The property is an array of bytes. |
WMT_TYPE_BOOL |
The property is a 4-byte Boolean value. |
WMT_TYPE_QWORD |
The property is an 8-byte QWORD value. |
WMT_TYPE_WORD |
The property is a 2-byte WORD value. |
WMT_TYPE_GUID |
The property is a 128-bit (6-byte) GUID. |
Requirements
|
|
Minimum supported client |
Windows 2000 Professional [desktop apps only],Windows Media Format 7 SDK, or later versions of the SDK |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
wmsdkidl.h (include Wmsdk.h) |
See also
Attributes
Enumeration Types