Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to determine if the current mnemonic matches that represented by the control.
static BOOL AFX_CDECL IsMatchingMnemonic(
CWnd* pWnd,
LPMSG lpMsg
);
static BOOL AFX_CDECL IsMatchingMnemonic(
COleControlSiteOrWnd* pWnd,
LPMSG lpMsg
);
Parameters
pWnd
A pointer to the window containing the control.lpMsg
A pointer to the message containing the mnemonic to match.
Return Value
Nonzero if the mnemonic matches the control; otherwise zero
Requirements
Header: afxocc.h