Desktop Functions: Smart Device Functions:
|
ReadPrinter (winspool)
C# Signature:
[DllImport("winspool.Drv", EntryPoint = "ReadPrinter", SetLastError = true, ExactSpelling = true, CallingConvention = CallingConvention.StdCall)] VB Signature:
Declare Function ReadPrinter Lib "winspool.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:When reading a print job a maximum of 262144 (256k) bytes are returned per read. So if the print job is larger than 256k multiple reads will be required. Tips & Tricks:Please add some! Sample Code:Please add some! 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). |
|