You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
953 B
31 lines
953 B
/*++
|
|
|
|
Copyright (c) 1997-2001 Microsoft Corp. & Ricoh Co., Ltd. All rights reserved.
|
|
|
|
FILE: OEM.H
|
|
|
|
Abstract: Header file for OEM UI/rendering plugin.
|
|
|
|
Environment: Windows NT Unidrv5 driver
|
|
|
|
Revision History:
|
|
03/02/2000 -Masatoshi Kubokura-
|
|
Created it.
|
|
09/22/2000 -Masatoshi Kubokura-
|
|
Last modified for Whistler.
|
|
|
|
--*/
|
|
|
|
|
|
////////////////////////////////////////////////////////
|
|
// OEM Defines
|
|
////////////////////////////////////////////////////////
|
|
|
|
#define OEM_VERSION 0x00010000L
|
|
#define WRITESPOOLBUF(p, s, n) ((p)->pDrvProcs->DrvWriteSpoolBuf(p, s, n))
|
|
#define MINIDEV_DATA(p) ((POEMPDEV)((p)->pdevOEM)) // device data during job
|
|
#define MINIPRIVATE_DM(p) ((POEMUD_EXTRADATA)((p)->pOEMDM)) // private devmode
|
|
|
|
#define OEM_SIGNATURE 'RIAF' // RICOH Aficio printers
|
|
#define DLLTEXT(s) "UI: " s
|
|
#define ERRORTEXT(s) "ERROR " DLLTEXT(s)
|