Microsoft DirectX 9.0

EC_FULLSCREEN_LOST

The video renderer is switching out of full-screen mode.

Parameters

lParam1

Zero.

lParam2

Pointer to the video renderer's IBaseFilter interface, or NULL.

Default Action

None.

Remarks

When the Full Screen Renderer loses activation, it sends this event. When another video renderer switches out of full-screen mode, the filter graph manager sends this event, in response to an EC_ACTIVATE event from the renderer.

See Also