Microsoft DirectX 9.0

IMediaEvent.CancelDefaultHandling

The CancelDefaultHandling method cancels the Filter Graph Manager's default handling for a specified event. The event notification is passed to the application.

Syntax

objMediaEvent.CancelDefaultHandling(
    lEvCode As Long)

Parameters

lEvCode

Specifies the event code for which to cancel default handling.

Return Values

This method does not return a value.

See Also