EC_FULLSCREEN_LOST
Microsoft DirectShow 9.0 |
EC_FULLSCREEN_LOST
The video renderer is switching out of full-screen mode.
Parameters
lParam1
Zero.
lParam2
(IUnknown*) 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.
Requirements
Header: Dshow.h.
See Also