Struttura OEMUIPROCS (printoem.h)
La struttura OEMUIPROCS è obsoleta.
La struttura OEMUIPROCS contiene l'indirizzo del DrvGetDriverSetting e le funzioni di DrvUpdateUISetting esportate dai driver della stampante Microsoft.
Sintassi
typedef struct _OEMUIPROCS {
PFN_DrvGetDriverSetting DrvGetDriverSetting;
PFN_DrvUpdateUISetting DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;
Membri
DrvGetDriverSetting
Puntatore alla funzione drvGetDriverSetting del driver della stampante. Per ottenere l'indirizzo di questa funzione in modalità kernel, vedere DRVPROCS.
DrvUpdateUISetting
Puntatore al driver della stampante funzione DrvUpdateUISetting.
Osservazioni
DrvGetDriverSetting e DrvUpdateUISetting sono state sostituite da interfacce basate su COM.
L'indirizzo della struttura OEMUIPROCS è contenuto in una struttura OEMUIOBJ.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | printoem.h (include Printoem.h) |