Struttura OEMUIPROCS (printoem.h)
La struttura OEMUIPROCS è obsoleta.
La struttura OEMUIPROCS contiene l'indirizzo delle funzioni DrvGetDriverSetting e DrvUpdateUISetting esportate dai driver della stampante Microsoft.
Sintassi
typedef struct _OEMUIPROCS {
PFN_DrvGetDriverSetting DrvGetDriverSetting;
PFN_DrvUpdateUISetting DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;
Members
DrvGetDriverSetting
Puntatore alla funzione DrvGetDriverSetting del driver della stampante. Per ottenere l'indirizzo di questa funzione in modalità kernel, vedere DRVPROCS.
DrvUpdateUISetting
Puntatore alla funzione DrvUpdateUISetting del driver della stampante.
Commenti
DrvGetDriverSetting e DrvUpdateUISetting sono stati sostituiti dalle interfacce basate su COM.
L'indirizzo della struttura OEMUIPROCS è contenuto in una struttura OEMUIOBJ .
Requisiti
Requisito | Valore |
---|---|
Intestazione | printoem.h (include Printoem.h) |