It_SetDumpHook 

Use

Points to your printing function to be used when It_ListControls is called. Compatible with the standard printf function.

Syntax

DWORD DLEX It_SetDumpHook(HANDLE hMr, void *ptr);

Parameters

hMr

Connection handle

ptr

The printing function to use during It_ListControls

Return Value

Returns TRUE on success.

See Also

It_ListControls, Printing Control Information