CLOSE WINDOW closes the window of the print dialog. <x> and <y> return the last window position.
Declaration: WORD pdlg_close( PRN_DIALOG *prn_dialog, WORD *x, WORD *y ); Call: pdlg_close( prn_dialog, &x, &y ); Variable Argument Meaning Inputs: contrl[0] 203 pdlg_close contrl[1] 0 Entries in intin contrl[3] 1 Entries in addrin addrin[0] prn_dialog Pointer to management structure Outputs: contrl[2] 3 Entries in intout contrl[4] 0 Entries in addrout intout[0] 1 intout[1] x X-coordinates of the window intout[2] y Y-coordinates of the window