Home Window dialogs WINDOW DIALOG - GET USERDATA (AES 164, 2) WINDOW DIALOG - SET EDIT OBJECT (AES 165, 0)

2.3.9 WINDOW DIALOG - GET WINDOW HANDLE (AES 164, 3)

GET WINDOW HANDLE returns the handle of the dialog window.

Declaration:
WORD wdlg_get_handle( DIALOG *dialog );

Call:
handle = wdlg_get_handle( dialog );

Variable         Argument            Meaning
Inputs:

contrl[0]        164                 wdlg_get
contrl[1]        1                   Entries in intin
contrl[3]        1                   Entries in addrin

intin[0]         3                   wdlg_get_handle

addrin[0]        dialog              Pointer to the dialog structure

Outputs:

contrl[2]        1                   Entries in intout
contrl[4]        0                   Entries in addrout

intout[0]        handle              Window handle


Home Window dialogs WINDOW DIALOG - GET USERDATA (AES 164, 2) WINDOW DIALOG - SET EDIT OBJECT (AES 165, 0)