PFND3DKMT_ENUMADAPTERS - NtDoc

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

PFND3DKMT_ENUMADAPTERS Pfnd3dkmtEnumadapters;

NTSTATUS Pfnd3dkmtEnumadapters(
  const D3DKMT_ENUMADAPTERS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_ENUMADAPTERS callback function

Description

Enumerates all graphics adapters on the system.

Parameters

unnamedParam1

pEnumAdapters [in, out]

A pointer to a D3DKMT_ENUMADAPTERS structure that lists all graphics adapters and their characteristics.

Return value

Returns one of the following values:

Return code Description
STATUS_SUCCESS The enumeration was successful.
STATUS_INVALID_PARAMETER The pEnumAdapters parameter was validated and determined to be incorrect.

This function might also return other NTSTATUS values.

Remarks

The operating system enumerates graphics adapters in the same sequence as their corresponding physical devices.

See also

D3DKMT_ENUMADAPTERS