Use
Points to your C function in which you specify the formatting to use when either
It_ListControls or ItEv_DumpEvent is called.You must call this function before calling wither It_ListControls or ItEv_DumpEvent. Otherwise the information is not displayed.
Compatible with the standard printf function.
For more information and an example, see
Listing Screen and Control Information.Syntax
DWORD DLEX It_SetDumpHook(HANDLE hMr, void *ptr);
Parameters
hMr |
Connection handle |
ptr |
The printing function to use during It_ListControls or ItEv_DumpEvent |
Return Value
Returns TRUE on success.
See Also
It_ListControls, ItEv_DumpEvent, Listing Screen and Control Information