D3DKMTQueryAdapterInfo - NtDoc

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

NTSTATUS D3DKMTQueryAdapterInfo(
  [in/out] const D3DKMT_QUERYADAPTERINFO *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtqueryadapterinfo)

D3DKMTQueryAdapterInfo function

Description

The D3DKMTQueryAdapterInfo function retrieves adapter information from an adapter handle.

Parameters

unnamedParam1 [in/out]

Pointer to a D3DKMT_QUERYADAPTERINFO structure that describes the adapter information to retrieve.

Return value

D3DKMTQueryAdapterInfo returns an NTSTATUS code such as one of the following:

Return code Description
STATUS_SUCCESS Adapter information was successfully retrieved.
STATUS_DEVICE_REMOVED The adapter was stopped.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.
STATUS_NO_MEMORY D3DKMTQueryAdapterInfo couldn't complete because of insufficient memory.

See also

D3DKMT_QUERYADAPTERINFO

PFND3DKMT_QUERYADAPTERINFO