MvcScrollView_T::OnCmdMsg

BOOL MvcScrollView_T::OnCmdMsg(UINT nID, int nCode, 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.