Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is the CKato callback function used with the KatoSetCallback function.
BOOL CALLBACK KatoCallback( KATOCALLBACKSTRUCTlpkcbs );
Parameters
- lpkcbs
Pointer to a KATOCALLBACKSTRUCT that contains information about a given line of log output.
Return Values
Nonzero if successful; otherwise, zero.
Remarks
An application can define a callback function of type LPKATOCALLBACK and then call the KatoSetCallback function with a pointer to this function. This callback function will then be called with a pointer to a KATOCALLBACKSTRUCT structure every time a line of log output is generated within the given process. A callback is often used by test shell applications to locally capture or monitor all the output generated by the test code calling the CKato routines.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Kato.h.
Link Library: Kato.lib.
See Also
KatoSetCallback | KATOCALLBACKSTRUCT
Send Feedback on this topic to the authors