다음을 통해 공유


OEMUIPROCS 구조체(printoem.h)

OEMUIPROCS 구조체는 사용되지 않습니다.

OEMUIPROCS 구조에는 Microsoft 프린터 드라이버에서 내보낸 DrvGetDriverSettingDrvUpdateUISetting 함수의 주소가 포함됩니다.

통사론

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

회원

DrvGetDriverSetting

프린터 드라이버의 DrvGetDriverSetting 함수에 대한 포인터입니다. 커널 모드에서 이 함수의 주소를 가져오려면 drVPROCS 참조하세요.

DrvUpdateUISetting

프린터 드라이버의 DrvUpdateUISetting 함수에 대한 포인터입니다.

발언

DrvGetDriverSettingDrvUpdateUISetting COM 기반 인터페이스로 대체되었습니다.

OEMUIPROCS 구조체의 주소는 OEMUIOBJ 구조체에 포함되어 있습니다.

요구 사항

요구
헤더 printoem.h(Printoem.h 포함)