Compartir a través de


enumeración PRINTER_OPTION_FLAGS

Especifica el almacenamiento en caché de un identificador para una impresora abierta con OpenPrinter2.

Sintaxis

typedef enum tagPRINTER_OPTION_FLAGS { 
  PRINTER_OPTION_NO_CACHE,
  PRINTER_OPTION_CACHE,
  PRINTER_OPTION_CLIENT_CHANGE
} PRINTER_OPTION_FLAGS;

Constantes

PRINTER_OPTION_NO_CACHE

El identificador no se almacena en caché. Todas las funciones aplicadas a un identificador devuelto por OpenPrinter2 irán al equipo remoto.

PRINTER_OPTION_CACHE

El identificador se almacena en caché. Todas las funciones aplicadas a un identificador devuelto por OpenPrinter2 irán a la caché local.

PRINTER_OPTION_CLIENT_CHANGE

SetPrinter puede usar el identificador devuelto por OpenPrinter2 para cambiar el nombre de la conexión de impresora.

Requisitos

Requisito Value
Cliente mínimo compatible
Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible
Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado
Winspool.h (incluye Windows.h)

Consulte también

Impresión

Imprimir estructuras de API de administrador de trabajos

OpenPrinter2

SetPrinter