AsfDescriptorType enumeration

AsfDescriptorType enumeration

Defines ASF descriptor types.

The AsfDescriptorType type exposes the following members:

Fields

Field Description
UNICODE The unicode string type.
BYTE_ARRAY The byte array type.
BOOL The 32-bit bool type.
D_WORD The 32-bit unsigned integer type.
Q_WORD The 64-bit unsigned integer type.
WORD The 16-bit unsigned integer type.
GUID The 128-bit (16 byte) GUID type.

See Also