m_GetKeyLabel
Given a scancode, m_GetKeyLabel returns a string (mnemonic) representing the key.
- Syntax: int far m_GetKeyLabel(char far *szLabelBuffer, int iScanCode)
- Parameters: char far *szLabelBuffer - Pointer to location to post translated key
information
int iScanCode - Scan code to be translated to key label
- Returns: KEY_MAP_OK (0) - for success
KEY_MAP_ERROR (-1) - Init resource file results
- Related Calls: m_GetScanCode, m_InitKeyLabels