Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RemoveSink method removes a previously added sink.
Syntax
bool RemoveSink(
  const QueryEngineSink_t*pRemoveThis);
Parameters
- pRemoveThis
The sink object to remove. 
Return Value
This method returns a bool indicating success/failure of the operation. Possible values include the following:
| Value | Description | 
|---|---|
| TRUE | The RemoveSink operation was successful. | 
| FALSE | There was error removing the sink. Check GetLastError() value for more information about the cause for failure. | 
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