
KtpInstallWheelEventMessage
Declaration
UINT8 KtpInstallWheelEventMessage (HWND hWnd,
int *cookie);
Description
Subscribes a WindowHandler for the WheelEvent and returns an index
(cookie).
Arguments
HWND hWnd: WindowHandler, where the message is sent to.
int cookie: Index, is required for removing the WindowHandler.
KtpRemoveWheelEventCallback
Declaration
UINT8 KtpRemoveWheelEventCallback (int cook-
ie);
Description
Removes the WheelEventCallback function.
Arguments
int cookie: index for the callback function to be removed.
KtpRemoveWheelEventMessage
Declaration
UINT8 KtpRemoveWheelEventMessage (int cook-
ie);
Description
Removes the WindowHandler.
Arguments
int cookie: index for the WindowHandler to be removed.
KtpInstallOvrEventCallback
Declaration
UINT8 KtpInstallOvrEventCallback (/*in*/
TKtpOvrEventCallback pOvrProc, /*out*/ int
*cookie);
Description
Subscribes a callback function for the OverrideEvent and returns an index
(cookie) for the callback function.
Arguments
TKtpOvrEventCallback pOvrProc: callback function to be called when the
event occurs.
int cookie: The index for the callback function is required for removing the
callback function.
KtpInstallOvrEventMessage
Declaration
UINT8 KtpInstallOvrEventMessage (HWND hWnd,
int *cookie);
Description
Subscribes a WindowHandler for the OverrideEvent and returns an index
(cookie) for the WindowHandler.
Arguments
HWND hWnd: WindowHandler, where the message is sent to.
int cookie: Index, is required for removing the WindowHandler.
KtpRemoveOvrEventCallback
Declaration
UINT8 KtpRemoveOvrEventCallback (int cookie);
Description
Removes the OverrideEventCallback function.
Arguments
int cookie: index for the callback function to be removed.
Software
KeTop T50VGA
© KEBA 2009
User's Manual V1.50
62
Summary of Contents for KeTop T100
Page 1: ...KEMRO KeTop T50VGA User s Manual V1 50 Translation of the original instructions ...
Page 4: ......
Page 10: ......