// 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 referenceNo description available.
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.
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.