Estructura OEMUIPROCS (printoem.h)
La estructura OEMUIPROCS está obsoleta.
La estructura OEMUIPROCS contiene la dirección de las funciones DrvGetDriverSetting y DrvUpdateUISetting exportadas por los controladores de impresora de Microsoft.
Sintaxis
typedef struct _OEMUIPROCS {
PFN_DrvGetDriverSetting DrvGetDriverSetting;
PFN_DrvUpdateUISetting DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;
Miembros
DrvGetDriverSetting
Puntero a la función DrvGetDriverSetting del controlador de impresora. (Para obtener la dirección de esta función en modo kernel, consulte DRVPROCS.
DrvUpdateUISetting
Puntero a la función DrvUpdateUISetting del controlador de impresora.
Comentarios
DrvGetDriverSetting y DrvUpdateUISetting se han reemplazado por interfaces basadas en COM.
La dirección de la estructura OEMUIPROCS se encuentra en una estructura OEMUIOBJ .
Requisitos
Requisito | Valor |
---|---|
Header | printoem.h (include Printoem.h) |