IMvcMsgHandler::OnWndMsg

BOOL IMvcMsgHandler::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)

A windows message is being delegated to this component for handling

Defined in: MvcMsgHandler.h

Parameters

message

The windows message being handled

wParam

Specifies additional message-dependent information.

lParam

Specifies additional message-dependent information.

pResult

The return value

See Also

IMvcMsgHandler