DRIVER_INFO_1 structure
The DRIVER_INFO_1 structure identifies a printer driver.
Syntax
typedef struct _DRIVER_INFO_1 {
LPTSTR pName;
} DRIVER_INFO_1, *PDRIVER_INFO_1;
Members
-
pName
-
Pointer to a null-terminated string that specifies the name of a printer driver.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Unicode and ANSI names |
_DRIVER_INFO_1W (Unicode) and _DRIVER_INFO_1A (ANSI) |