Microsoft DirectX 8.1 (C++)

IMediaTypeInfo::get_Subtype

The get_Subtype method retrieves the subtype GUID as a string.

Syntax

HRESULT get_Subtype(
  BSTR *strType
);

Parameters

strType

[out, retval] Pointer to a string containing the subtype GUID.

Return Value

Returns an HRESULT value.

See Also