Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |