PRINTER_INFO_1

typedef struct _PRINTER_INFO_1 {

DWORD Flags;

LPTSTR pDescription;

LPTSTR pName;

LPTSTR pComment;

} PRINTER_INFO_1, *PPRINTER_INFO_1, *LPPRINTER_INFO_1;

This structure is used by the EnumPrinters function. It allows browsing of Printers across the network in an network independent fashion.

Members

Flags

This value describes the type of object returned in this structure. Its possible values are

PRINTER_ENUM_CONTAINER NULL

pDescription

This value describes the Object in a human readable form.

pName

This value is an explicit fully qualified name describing the object

pComment

This value provides additional information describing the object.