IVideoWindow.NotifyOwnerMessage
Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The NotifyOwnerMessage method forwards a message to the video window.
objVideoWindow.NotifyOwnerMessage(
hwnd As LONG_PTR,
uMsg As Long,
wParam As LONG_PTR,
lParam As LONG_PTR)
Parameters
hwnd
Handle to the window.uMsg
Specifies the message.wParam
Message parameter.lParam
Message parameter.
Return Value
This method does not return a value.
Remarks
The Filter Graph Manager calls this method to pass various messages to the renderer.
Requirements
Type Library |
ActiveMovie control type library |
DLL |
Quartz.dll |
See Also
Send comments about this topic to Microsoft
Build date: 8/31/2010