@msdn=https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter @pinvoke=http://pinvoke.net/$$$.htm Summary: Retrieves information about a specified printer. !!!!C# Signature: [DllImport("winspool.drv", EntryPoint = "GetPrinterA", SetLastError = true, CharSet = CharSet.Ansi, ExactSpelling = true, CallingConvention = CallingConvention.StdCall)] private static extern bool GetPrinter(IntPtr hPrinter, int dwLevel, IntPtr pPrinter, int dwBuf, out int dwNeeded); !!!!VB Signature: TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Documentation: getprinter@msdn on MSDN
Edit winspool.getprinter
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.