VideoWindow.NotifyOwnerMessage Method
This method forwards messages that have been received by a parent window to a child window owned by a filter.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub NotifyOwnerMessage ( _
hwnd As Integer, _
uMsg As Integer, _
wParam As Integer, _
lParam As Integer _
)
'Usage
Dim instance As VideoWindow
Dim hwnd As Integer
Dim uMsg As Integer
Dim wParam As Integer
Dim lParam As Integer
instance.NotifyOwnerMessage(hwnd, uMsg, _
wParam, lParam)
public void NotifyOwnerMessage(
int hwnd,
int uMsg,
int wParam,
int lParam
)
Parameters
- hwnd
Type: System.Int32
- uMsg
Type: System.Int32
- wParam
Type: System.Int32
- lParam
Type: System.Int32