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.
Specifies an index for the ASF indexer object.
Syntax
typedef struct _ASF_INDEX_IDENTIFIER {
GUID guidIndexType;
WORD wStreamNumber;
} ASF_INDEX_IDENTIFIER;
Members
guidIndexType
The type of index. Currently this value must be GUID_NULL, which specifies time-based indexing.
wStreamNumber
The stream number to which this structure applies.
Remarks
The index object of an ASF file can contain a number of distinct indexes. Each index is identified by the type of index and the stream number. No ASF index object can contain more than one index for a particular combination of stream number and index type.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wmcontainer.h |