Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

PrinterEnumFlags (Enums)
 
.
Summary
Used by the EnumPrinters function in Winspool.

C# Definition:

[FlagsAttribute]
enum PrinterEnumFlags {
    PRINTER_ENUM_DEFAULT     = 0x00000001,
    PRINTER_ENUM_LOCAL       = 0x00000002,
    PRINTER_ENUM_CONNECTIONS = 0x00000004,
    PRINTER_ENUM_FAVORITE    = 0x00000004,
    PRINTER_ENUM_NAME    = 0x00000008,
    PRINTER_ENUM_REMOTE      = 0x00000010,
    PRINTER_ENUM_SHARED      = 0x00000020,
    PRINTER_ENUM_NETWORK     = 0x00000040,
    PRINTER_ENUM_EXPAND      = 0x00004000,
    PRINTER_ENUM_CONTAINER   = 0x00008000,
    PRINTER_ENUM_ICONMASK    = 0x00ff0000,
    PRINTER_ENUM_ICON1       = 0x00010000,
    PRINTER_ENUM_ICON2       = 0x00020000,
    PRINTER_ENUM_ICON3       = 0x00040000,
    PRINTER_ENUM_ICON4       = 0x00080000,
    PRINTER_ENUM_ICON5       = 0x00100000,
    PRINTER_ENUM_ICON6       = 0x00200000,
    PRINTER_ENUM_ICON7       = 0x00400000,
    PRINTER_ENUM_ICON8       = 0x00800000,
    PRINTER_ENUM_HIDE    = 0x01000000
}

VB Definition:

Enum PrinterEnumFlags
   TODO
End Enum

Notes:

None.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions