// acxdataformat.h
GUID AcxDataFormatGetSubFormat(
[in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatGetSubFormat function gets the subformat for the specified data format.
DataFormat [in]The data format for which to retrieve the subformat.
Returns a GUID value representing the subformat for the specified DataFormat.
Specifies the subformat of a general format type. The data subformats that are currently supported can be found in the KSDATAFORMAT_SUBTYPE_XXX symbolic constants in the ksmedia.h header file that is included in the WDK. Major formats that do not support subformats should use the KSDATAFORMAT_SUBTYPE_NONE value for this member.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.