Microsoft DirectX 9.0 |
The GetSubtypeName function retrieves the human-readable name of a video subtype.
Syntax
TCHAR * GetSubtypeName(
const GUID *pSubtype
);
Parameters
pSubtype
Pointer to a video subtype GUID.
Return Value
Returns a string containing the name.
Requirements
Header: Declared in Wxutil.h; include Streams.h.
Library: Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also