Microsoft DirectX 8.1 (C++)

IMediaTypeInfo::get_Type

The get_Type method retrieves the major type GUID as a string.

Syntax

HRESULT get_Type(
  BSTR *strType
);

Parameters

strType

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

Return Value

Returns an HRESULT value.

See Also