structure PRINTPROCESSOR_INFO_1

La structure PRINTPROCESSOR_INFO_1 spécifie le nom d’un processeur d’impression installé.

Syntaxe

typedef struct _PRINTPROCESSOR_INFO_1 {
  LPTSTR pName;
} PRINTPROCESSOR_INFO_1, *PPRINTPROCESSOR_INFO_1;

Membres

pName

Pointeur vers une chaîne terminée par null qui spécifie le nom d’un processeur d’impression installé.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge
Windows 2000 Server [applications de bureau uniquement]
En-tête
Winspool.h (inclure Windows.h)
Noms Unicode et ANSI
_PRINTPROCESSOR_INFO_1W (Unicode) et _PRINTPROCESSOR_INFO_1A (ANSI)

Voir aussi

Impression

Structures de l’API spouleur d’impression

EnumPrintProcessors