GETINFO_MEMORY structure (printoem.h)
The GETINFO_MEMORY structure is used as input to the UNIFONTOBJ_GetInfo callback function.
Syntax
typedef struct _GETINFO_MEMORY {
DWORD dwSize;
DWORD dwRemainingMemory;
} GETINFO_MEMORY, PGETINFO_MEMROY;
Members
dwSize
Specifies the size, in bytes, of the GETINFO_MEMORY structure. Supplied by the UNIFONTOBJ_GetInfo caller.
dwRemainingMemory
Specifies the amount, in bytes, of currently available printer memory. Supplied by Unidrv's UNIFONTOBJ_GetInfo callback function.
Remarks
To obtain Unidrv's calculation of the amount of printer memory currently available, a rendering plug-in can supply the address of a GETINFO_MEMORY structure when calling Unidrv's UNIFONTOBJ_GetInfo callback function.
Requirements
Requirement | Value |
---|---|
Header | printoem.h (include Printoem.h) |