Programming Manual
30
UnRegisterAlphaKeyNotification
The UnregisterAlphaKeyNotification function requests that the application no longer receive alpha key pressed notification
messages.
DWORD UnregisterAlphaKeyNotification
{
HANDLE
hWnd
,
}
Parameters
hWnd
[in] The window handle of the application.
Return Values
Return 0 if the operation is successful, otherwise return 1.
Example
if(UnregisterAlphaKeyNotification(this->m_hWnd))
AfxMessageBox(_T("UnregisterAlphaKeyNotification FAIL!!"));
Requirements
OS Versions:
Windows CE 5.0 and later.
Header:
sysapiax.h
Link Library:
sysapiax.lib
Link DLL:
sysapiax.dll
Device:
PT61