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

Search Results for "PRINTER_INFO_2" in [All]

Structures

.

    public struct PRINTER_INFO_2

.

    Private Structure PRINTER_INFO_2

.
Documentation
[PRINTER_INFO_2] on MSDN
.
Summary

Enums

.
Summary

winspool

.
Summary
Used to enumerate printer-information. See PrinterEnumFlags for the flags. See PRINTER_INFO_2 for the structure for level 2 info.
.

PRINTER_INFO_2

.

public static PRINTER_INFO_2[] enumPrinters(PrinterEnumFlags Flags)

.

        PRINTER_INFO_2[] printerInfo2 = new PRINTER_INFO_2[cReturned];

.

        Type type = typeof(PRINTER_INFO_2);

.

        printerInfo2[i] = (PRINTER_INFO_2)Marshal.PtrToStructure(new IntPtr(offset), type);


 
Access PInvoke.net directly from VS: