Releasing the Printer

When you have completed all the printing that you wish to do, call the DP4 function dvc_close() to release the printer for use by other programs.

dvc_close(TRUE);

The only parameter to dvc_close specifies whether or not to send a form feed to the printer before dvc_close releases it. Use the value TRUE for a form feed, or FALSE for no form feed.