SECEditCtrlWrapper_T::PreTranslateMessage
template <class wnd_t, class vp_t>
BOOLSECEditCtrlWrapper_T<wnd_t, vp_t>::PreTranslateMessage(MSG*pMsg)
Filters window messages before they are dispatched.
Defined in: SECEditScrollBarWrapper_T.h
Return Value
Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched.
Parameters
pMsg
Points to a MSG structure that contains the message to process.
See Also
Class Template Arguments
wnd_t
A CWnd-derived class.
vp_t
A SECEditViewport-derived class.