ItEv_GetControlCode 

Use

Finds the internal function code associated with the specified control. It is mainly used for a push button or a tab button.

Syntax

DWORD DLEX ItEv_GetControlCode (PIT_EVENT pEvt, ITCCTRL pCtrl, char *code, int len);

Parameters

pEvt

Pointer to the IT_EVENT structure to change

pCtrl

A string identifying the control to find. Refer to Specifying control

Code

Function code of the control

Len

Length of the function code

Return Value

Returns TRUE on success, FALSE on error.