Win32Prn() > System resources |
Releases system resources of a GDI printer.
:destroy() --> lSuccess
Method :destroy() releases the device context for the selected printer and disconnects from the printer driver. The method must be called when print output is complete. A Win32Prn object can call the :create() method again after :destroy().
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com