Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP or later.
The _IMSVidCtlEvents interface is used to receive events from the Video Control.
This interface is an outgoing connection-point interface. To receive events from the Video Control, implement this interface in your application. Then call the IConnectionPoint::Advise method on the Video Control to establish a connection.
_IMSVidCtlEvents is a dispinterface, invoked through IDispatch. The dispatch identifier is DIID__IMSVidCtlEvents.
Methods
The _IMSVidCtlEvents interface inherits the methods of the IDispatch interface.
In addition, _IMSVidCtlEvents defines the following methods.
Method | Description |
---|---|
Called when a user clicks anywhere on the Video Control's rectangle. |
|
Called when a user double-clicks on the Video Control's rectangle. |
|
Called when an error occurs in the control or the underlying filter graph. Currently no errors are defined for this event. |
|
Called when the user presses a key. |
|
Called when the user presses and releases a key. |
|
Called when the user releases a key. |
|
Called when the user presses the left mouse key down while the mouse pointer is over the Video Control. |
|
Called when the user moves the mouse pointer over the Video Control. |
|
Called when the user releases the left mouse button while the mouse pointer is over the Video Control. |
|
Called when the state of the Video Control changes. |
See Also
Video Control Event Interfaces
Send comments about this topic to Microsoft
Build date: 12/4/2008