MvcScrollView_T::OnCmdMsg
BOOLMvcScrollView_T::OnCmdMsg(UINTnID, intnCode, void*pExtra, AFX_CMDHANDLERINFO*pHandlerInfo)
Forwards commands to the embedded viewport
Defined in: MvcScrollView.h
Return Value
TRUE if message was handled, otherwise FALSE.
Parameters
nID
Contains the command ID.
nCode
Identifies the command notification code.
pExtra
Used according to the value of nCode.
pHandlerInfo
If not NULL, OnCmdMsg fills in the pTarget and pmf members of the pHandlerInfo structure instead of dispatching the command. Typically, this parameter should be NULL.