typedef struct tagPRINTERSERVER { /* psrv */
HANDLE hProvidor;
LPTSTR lpName;
LPTSTR lpDescription;
LPTSTR lpLocation;
LPVOID lpVendorSpecificVariable;
} PRINTERSERVER;
The PRINTERSERVER structure contains information about a printer server.
hProvidor
A handle that specifies the print provider responsible for processing API requests for the printer server. An application should not attempt to interpret this value.
lpName
Pointer to a string that is the name of the printer server.
lpDescription
Pointer to a string that describes the printer server.
lpLocation
Pointer to a string that describes the physical location of the printer server.
lpVendorSpecificVariable
Pointer to a network vendor specific data structure. An application should not attempt to interpret this value.
PRINTER, JOB