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.
BOOL MapAccelerator( TCHAR chAccel**, UINT*** pIDBtn );
Return Value
Nonzero if successful; otherwise zero.
Parameters
chAccel
Accelerator character to be mapped. This character is the same character that is underlined in the button's text.
pIDBtn
A pointer to a UINT that receives the command identifier of the button that corresponds to the accelerator specified in chAccel.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.