Desktop Functions: Smart Device Functions:
|
ClosePrinter (winspool)
C# Signature:
[DllImport("winspool.drv", SetLastError=true)] VB Signature:
<DllImport("winspool.drv", EntryPoint:="ClosePrinter", _ User-Defined Types:None. C# Signature:[DllImport("winspool.drv")] public static extern int ClosePrinter(int hPrinter); VB Signature:Notes:As always, only do SetLastError=true if you actually intend to call GetLastError. User-Defined Types:None. Tips & Tricks:Please add some! Notes:None. Sample Code:Tips & Tricks:Please add some! Alternative Managed API:Do you know one? Please contribute it! Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|