OEMUIPROCS structure (printoem.h)

The OEMUIPROCS structure is obsolete.

The OEMUIPROCS structure contains the address of the DrvGetDriverSetting and DrvUpdateUISetting functions that are exported by Microsoft printer drivers.

Syntax

typedef struct _OEMUIPROCS {
  PFN_DrvGetDriverSetting DrvGetDriverSetting;
  PFN_DrvUpdateUISetting  DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;

Members

DrvGetDriverSetting

Pointer to the printer driver's DrvGetDriverSetting function. (To obtain this function's address in kernel mode, see DRVPROCS.

DrvUpdateUISetting

Pointer to the printer driver's DrvUpdateUISetting function.

Remarks

DrvGetDriverSetting and DrvUpdateUISetting have been superseded by COM-based interfaces.

The OEMUIPROCS structure's address is contained in an OEMUIOBJ structure.

Requirements

Requirement Value
Header printoem.h (include Printoem.h)