KatoRemoveCallback (Compact 2013)
3/26/2014
This function removes the specified callback logging function from Kato if it exists.
Syntax
BOOL KatoRemoveCallback(
LPKATOCALLBACK lpCallback,
LPARAM lParam
);
Parameters
- lpCallback
Pointer to the callback routine, of type KATOCALLBACK, to be removed.
- lParam
A 32-bit, application-defined value to be passed to the callback function.
Return Value
Nonzero if successful; otherwise, 0 (zero).
Requirements
Header |
kato.h |