PT-9230 Mobile Computer SDK Programming Manual
29
RegisterAlphaKeyNotification
To Register the application to SYSAPIAX.dll, so that SYSAPIAX.dll will send a message window to the application when the
Alpha Key is pressed.
DWORD
RegisterAlphaKeyNotification
{
HANDLE
hWnd
,
UINT
uMsg
}
Parameters
hWnd
[in] The handling window of the application to receive the message.
uMsg
[in] The message value to be sent when Alpha Key is pressed.
Returned Values
Return 0 if the operation is successful, otherwise return 1.
Remarks
The application should call UnregisterAlphaKeyNotification function to unregister the prompt message from the
dll.
Example
if(RegisterAlphaKeyNotification(this->m_hWnd,0x0001))
AfxMessageBox(_T("RegisterAlphaKeyNotification FAIL!!"));
Requirements
OS Versions:
Windows CE 6.0 or beyond.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT90