D3DKMT_WORKINGSETINFO - NtDoc

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

typedef struct _D3DKMT_WORKINGSETINFO {
  [out] D3DKMT_WORKINGSETFLAGS Flags;
  [out] ULONG                  MinimumWorkingSetPercentile;
  [out] ULONG                  MaximumWorkingSetPercentile;
} D3DKMT_WORKINGSETINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_workingsetinfo)

_D3DKMT_WORKINGSETINFO structure

Description

The D3DKMT_WORKINGSETINFO structure describes information about the graphics adapter's working set that the OpenGL installable client driver (ICD) obtains by calling the D3DKMTQueryAdapterInfo function.

Members

Flags [out]

A D3DKMT_WORKINGSETFLAGS structure that indicates, in bit-field flags, working-set properties.

MinimumWorkingSetPercentile [out]

The minimum working-set percentile.

MaximumWorkingSetPercentile [out]

The maximum working-set percentile.

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO

D3DKMT_WORKINGSETFLAGS