GETINFO_MEMORY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

typedef struct _GETINFO_MEMORY {
  DWORD dwSize;
  DWORD dwRemainingMemory;
} GETINFO_MEMORY, PGETINFO_MEMROY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-printoem-_getinfo_memory)

Description

The GETINFO_MEMORY structure is used as input to the UNIFONTOBJ_GetInfo callback function.

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.

See also

UNIFONTOBJ_GetInfo