OEMUIPROCS 구조체(printoem.h)
OEMUIPROCS 구조체는 사용되지 않습니다.
OEMUIPROCS 구조에는 Microsoft 프린터 드라이버에서 내보낸 DrvGetDriverSetting 및 DrvUpdateUISetting 함수의 주소가 포함되어 있습니다.
구문
typedef struct _OEMUIPROCS {
PFN_DrvGetDriverSetting DrvGetDriverSetting;
PFN_DrvUpdateUISetting DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;
멤버
DrvGetDriverSetting
프린터 드라이버의 DrvGetDriverSetting 함수에 대한 포인터입니다. (커널 모드에서 이 함수의 주소를 가져오려면 DRVPROCS를 참조하세요.
DrvUpdateUISetting
프린터 드라이버의 DrvUpdateUISetting 함수에 대한 포인터입니다.
설명
DrvGetDriverSetting 및 DrvUpdateUISetting 은 COM 기반 인터페이스로 대체되었습니다.
OEMUIPROCS 구조체의 주소는 OEMUIOBJ 구조체에 포함되어 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | printoem.h(Printoem.h 포함) |