PORT_INFO_1

The PORT_INFO_1 structure identifies a supported printer port.

typedef struct _PORT_INFO_1 { // pi1 
    LPTSTR pName; 
} PORT_INFO_1; 
 

Members

pName
Pointer to a null-terminated string that identifies a supported printer port (for example, "LPT1:").

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in winspool.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Printing and Print Spooler Overview, Printing and Print Spooler Structures, EnumPorts