ItEv_DumpEvent 

Use

Dumps information about the event pointed to by pEvt to standard output. This includes information about the menu, the toolbar and the various controls on the screen associated with the current event.

Syntax

DWORD DLEX ItEv_DumpEvent(PIT_EVENT pEvt);

Parameters

pEvt

Pointer to the IT_EVENT structure

Return Value

Returns TRUE on success.

See Also

Using the It_ListControls function you can get a subset of this information: control information. Using ItEv_DumpEvent contains more information than It_ListControls, but it is less flexible, in that it displays it on the screen and does not include an option to specify display format.