KatoCallback
This function is the CKato callback function used with the KatoSetCallback function.
BOOL CALLBACK KatoCallback(
KATOCALLBACKSTRUCT lpkcbs
);
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
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.