Share via


MediaQueryEngine_t::RemoveSink (Windows CE 5.0)

Send Feedback

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

MediaQueryEngine_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.