Share via


MediaQueryEngine_t::RemoveSink (Windows Embedded CE 6.0)

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

See Also

Reference

MediaQueryEngine_t