D3DKMTGetMultisampleMethodList function (d3dkmthk.h)

The D3DKMTGetMultisampleMethodList function retrieves a list of multiple-sample methods that are used for an allocation.

Syntax

NTSTATUS D3DKMTGetMultisampleMethodList(
  [in, out] D3DKMT_GETMULTISAMPLEMETHODLIST *unnamedParam1
);

Parameters

[in, out] unnamedParam1

pData

A pointer to a D3DKMT_GETMULTISAMPLEMETHODLIST structure that describes the list of multiple-sample methods for an allocation.

Return value

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.

Requirements

Requirement Value
Minimum supported client Windows Vista
Target Platform Universal
Header d3dkmthk.h (include D3dkmthk.h)
Library Gdi32.lib
DLL Gdi32.dll

See also

D3DKMT_GETMULTISAMPLEMETHODLIST