Share via


IMediaEvent.FreeEventParams

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

The FreeEventParams method frees resources associated with the parameters of an event.

objMediaEvent.FreeEventParams(
    EvCode As Long,
    Param1 As Long,
    Param2 As Long)

Parameters

  • EvCode
    Specifies the event code.

  • Param1
    Specifies the first event parameter.

  • Param2
    Specifies the second event parameter.

Return Value

This method does not return a value.

Remarks

After you call the IMediaEvent.GetEvent method to retrieve an event notification, you must call FreeEventParams. This method frees any resources that were allocated for the event parameters. Pass in the same variables used for the GetEvent call.

Requirements

Type Library

ActiveMovie control type library

DLL

Quartz.dll

See Also

IMediaEvent Object

 

 

Send comments about this topic to Microsoft

Build date: 8/31/2010