@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description of this collection of constants !!!!C# Constants: private const int PRINTER_ACCESS_ADMINISTRATOR = 0x4; private const int PRINTER_ACCESS_USE = 0x8; private const int STANDARD_RIGHTS_REQUIRED = 0xF0000; private const int PRINTER_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | PRINTER_ACCESS_ADMINISTRATOR | PRINTER_ACCESS_USE; private const int ERROR_INSUFFICIENT_BUFFER = 122; !!!!VB Constants: TODO !!!!Notes: None.
Edit Constants.PRINTER...
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.