Microsoft DirectX 8.1 (C++)

IMediaTypeInfo.Subtype

The Subtype property retrieves the subtype GUID as a string.

Syntax

objMediaTypeInfo.Subtype As String

Parameters

This property takes no parameters.

Return Values

Returns a string with the form {00000000-0000-0000-0000-000000000000}.

Remarks

This property retrieves the subtype member of the AM_MEDIA_TYPE structure, converted to a string.

This property is read-only.

See Also