D3DKMT_WORKINGSETINFO structure (d3dkmthk.h)
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.
Syntax
typedef struct _D3DKMT_WORKINGSETINFO {
[out] D3DKMT_WORKINGSETFLAGS Flags;
[out] ULONG MinimumWorkingSetPercentile;
[out] ULONG MaximumWorkingSetPercentile;
} D3DKMT_WORKINGSETINFO;
Members
[out] Flags
A D3DKMT_WORKINGSETFLAGS structure that indicates, in bit-field flags, working-set properties.
[out] MinimumWorkingSetPercentile
The minimum working-set percentile.
[out] MaximumWorkingSetPercentile
The maximum working-set percentile.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |