StartDocPrinter (winspool)
Last changed: -62.227.250.230

.
Summary
TODO - a short description

C# Signature:

[DllImport("winspool.dll", SetLastError=true)]
static extern TODO StartDocPrinter(TODO);

VB Signature:

Declare Function StartDocPrinter Lib "winspool.dll" (TODO) As TODO

<DllImport("winspool.drv", EntryPoint:="StartDocPrinterA", ExactSpelling:=True, SetLastError:=True, CallingConvention:=CallingConvention.StdCall, CharSet:=CharSet.Ansi)> _
Private Shared Function w32StartDocPrinter(ByVal hPrinter As IntPtr, ByVal level As Integer, ByRef pDocInfo As DOC_INFO_1) As Integer
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation