GetPrinter (winspool)
Last changed: -80.120.27.82

.
Summary
TODO - a short description

C# Signature:

[DllImport("winspool.dll", SetLastError=true)]
public static extern bool GetPrinter(IntPtr hPrinter, Int32 dwLevel, IntPtr pPrinter, Int32 dwBuf, out Int32 dwNeeded);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
GetPrinter on MSDN