Jump to content

PRINTERINFO

From EDM2

Print destination information structure.

This structure is used at information level 0.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _PRINTERINFO {
  ULONG     flType;                   /* Type of printer. */
  PSZ       pszComputerName;          /* Computer name. */
  PSZ       pszPrintDestinationName;  /* Name of Print Destination. */
  PSZ       pszDescription;           /* Description of print destination. */
  PSZ       pszLocalName;             /* Local name of remote print destination. */
} PRINTERINFO;

typedef   PRINTERINFO   * PPRINTERINFO ;