// d3dukmdt.h
typedef struct _D3DDDI_MULTISAMPLINGMETHOD {
[out] UINT NumSamples;
[out] UINT NumQualityLevels;
} D3DDDI_MULTISAMPLINGMETHOD;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDI_MULTISAMPLINGMETHOD structure describes a multiple-sampling method.
NumSamples [out]The number of subpixels that are used in the multiple-sampling method (for example, 2 for 2x and 8 for 8x multiple-sampling).
NumQualityLevels [out]The upper bound on the quality range that is supported for the multiple-sampling method. The range includes values from 0 through the reported maximum quality setting.
The driver can partition its quality levels for a given multiple-sampling method into as many increments as it requires; however, each incremental step noticeably improves quality of the presented image.