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

C#
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

See Also