Share via


IMediaEvent.CancelDefaultHandling

 
Microsoft DirectShow 9.0

IMediaEvent.CancelDefaultHandling

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

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.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also