VideoWindow.NotifyOwnerMessage method

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub NotifyOwnerMessage ( _
    hwnd As Long, _
    uMsg As Integer, _
    wParam As Long, _
    lParam As Long _
)
'Usage
Dim instance As VideoWindow
Dim hwnd As Long
Dim uMsg As Integer
Dim wParam As Long
Dim lParam As Long

instance.NotifyOwnerMessage(hwnd, uMsg, _
    wParam, lParam)
public void NotifyOwnerMessage(
    long hwnd,
    int uMsg,
    long wParam,
    long lParam
)

Parameters

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace