PRINTER_ACCESS (Constants)
Last changed: anonymous

.
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.