Handheld Terminal Software
User's Manual, Version: 1.3 63
© KEBA 2007
KtpRemoveOvrEventCallback
Declaration
UINT8 KtpRemoveOvrEventCallback (int cookie);
Description
Removes the OverrideEventCallback function.
Arguments
int cookie: index for the callback function to be removed.
KtpRemoveOvrEventMessage
Declaration
UINT8 KtpRemoveOvrEventMessage (int cookie);
Description
Removes the WindowHandler.
Arguments
int cookie: index for the WindowHandler to be removed.
KtpInstallKbdEventCallback
Declaration
UINT8 KtpInstallKbdEventCallback (/*in*/ TktpKbdEventCall-
back pKbdProc, /*out*/ int *cookie);
Description
Subscribes a callback function for the KeyboardEvent and returns an
index (cookie) for the callback function.
Arguments
TktpKbdEventCallback pKbdProc: callback function to be called when
the event occurs.
int cookie: The index for the callback function is required for removing
the callback function.
KtpInstallKbdEventMessage
Declaration
UINT8 KtpInstallKbdEventMessage (HWND hWnd, int *cookie);
Description
Subscribes a WindowHandler for the KeyboardEvent and returns an
index (cookie) for the WindowHandler.
Arguments
HWND hWnd: WindowHandler, where the message is send to.
int cookie: The index for removing the WindowHandler.
KtpRemoveKbdEventCallback
Declaration
UINT8 KtpRemoveKbdEventCallback (int cookie);
Description
Removes the WheelEventCallback function.
Arguments
int cookie: index for the callback function to be removed
KtpRemoveKdbEventMessage
Declaration
UINT8 KtpRemoveKbdEventMessage (int cookie);
Description
Removes the WindowHandler.
Arguments
int cookie: index for the WindowHandler to be removed
KtpInstallJoyEventCallback
Declaration
UINT8 KtpInstallJoyEventCallback (/*in*/ TktpJoyEventCall-
back pJoyProc, /*out*/ int *cookie);
Description
Subscribes a callback function for the JoystickEvent and returns an
index (cookie) for the callback function, if a joystick is installed.
Arguments
TktpJoyEventCallback pJoyProc: callback function to be called when
the event occurs.
int cookie The index for the callback function is required for removing
the callback function.