PFND3DKMT_GETMULTISAMPLEMETHODLIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

PFND3DKMT_GETMULTISAMPLEMETHODLIST Pfnd3dkmtGetmultisamplemethodlist;

NTSTATUS Pfnd3dkmtGetmultisamplemethodlist(
  D3DKMT_GETMULTISAMPLEMETHODLIST *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_getmultisamplemethodlist)

PFND3DKMT_GETMULTISAMPLEMETHODLIST callback function

Description

Pfnd3dkmtGetmultisamplemethodlist retrieves a list of multiple-sample methods that are used for an allocation.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETMULTISAMPLEMETHODLIST structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETMULTISAMPLEMETHODLIST Pfnd3dkmtGetmultisamplemethodlist;

// Definition

NTSTATUS Pfnd3dkmtGetmultisamplemethodlist
(
    D3DKMT_GETMULTISAMPLEMETHODLIST *
)
{...}

Remarks

See also