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.
1/5/2010
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
| Header | mediaqueryengine.hpp |
| Library | MQELib.lib |
| Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |