// printoem.h
typedef struct _GETINFO_MEMORY {
DWORD dwSize;
DWORD dwRemainingMemory;
} GETINFO_MEMORY, PGETINFO_MEMROY;
View the official Windows Driver Kit DDI referenceNo description available.
The GETINFO_MEMORY structure is used as input to the UNIFONTOBJ_GetInfo callback function.
dwSizeSpecifies the size, in bytes, of the GETINFO_MEMORY structure. Supplied by the UNIFONTOBJ_GetInfo caller.
dwRemainingMemorySpecifies the amount, in bytes, of currently available printer memory. Supplied by Unidrv's UNIFONTOBJ_GetInfo callback function.
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.