// d3dkmthk.h
NTSTATUS D3DKMTGetMultisampleMethodList(
[in, out] D3DKMT_GETMULTISAMPLEMETHODLIST *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMTGetMultisampleMethodList function retrieves a list of multiple-sample methods that are used for an allocation.
unnamedParam1 [in, out]pData
A pointer to a D3DKMT_GETMULTISAMPLEMETHODLIST structure that describes the list of multiple-sample methods for an allocation.
D3DKMTGetMultisampleMethodList returns one of the following values:
| Return code | Description |
|---|---|
| STATUS_SUCCESS | The list of multiple-sample methods was successfully retrieved. |
| STATUS_DEVICE_REMOVED | The graphics adapter was stopped. |
| STATUS_INVALID_PARAMETER | Parameters were validated and determined to be incorrect. |
This function might also return other NTSTATUS values.
D3DKMT_GETMULTISAMPLEMETHODLIST