Type DOCINFO
cbSize As Long
lpszDocName As String
lpszOutput As Long
lpszDatatype As String
fwType As Long
End Type
The DOCINFO structure holds information about a print job. This information is mainly used to give a description of the document to the print spooler. It also specifies whether to send the data to the printer or to a print file, as well as specifying a few additional options.
None.
Const DI_APPBANDING = &H1
Const DI_ROPS_READ_DESTINATION = &H2
Go back to the alphabetical Structure listing.
Go back to the Reference section index.
Last Modified: November 2, 1999
This page is copyright © 1999 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/d/docinfo.html