CMediaType::IsPartiallySpecified
Determines if the media type is only partially defined. This is the case if the major type or format type is GUID_NULL.
BOOL IsPartiallySpecified( ) const;
Return Values
Returns one of the following values.
| TRUE | Media type is partially specified. |
| FALSE | Media type is completely specified. |
Remarks
This function does not check the sub type.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.