Home Print dialogs PRINT DIALOG - CREATE (AES 200) PRINT DIALOG - OPEN WINDOW (AES 202)

2.6.4 PRINT DIALOG - DELETE (AES 201)

This function releases the memory for the print dialog.

Declaration:
WORD pdlg_delete( PRN_DIALOG *prn_dialog );

Call:
pdlg_delete( prn_dialog );

Variable         Argument            Meaning
Inputs:

contrl[0]        201                 pdlg_delete
contrl[1]        0                   Entries in intin
contrl[3]        1                   Entries in addrin

addrin[0]        prn_dialog          Pointer to management structure

Outputs:

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

intout[0]        1


Home Print dialogs PRINT DIALOG - CREATE (AES 200) PRINT DIALOG - OPEN WINDOW (AES 202)