MediaItemBatch_t::IsValid (Windows CE 5.0)
The IsValid method tells if the MediaItemBatch_t object is valid. A MediaItemBatch_t object is valid if it has a non-null implementation object associated with it.
Syntax
bool IsValid ( none );
Parameters
None.
Return Value
This method returns a bool indicating if the object is valid. Possible values include the following:
Value | Description |
---|---|
TRUE | The MediaItemBatch_t is valid. |
FALSE | The MediaItemBatch _t object is not valid. Check GetLastError() value for more information about the cause behind the failure. |
Remarks
None.
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
Send Feedback on this topic to the authors