D3DKMTEnumAdapters function (d3dkmthk.h)
Enumerates all graphics adapters on the system.
Syntax
NTSTATUS D3DKMTEnumAdapters(
[in, out] const D3DKMT_ENUMADAPTERS *unnamedParam1
);
Parameters
[in, out] unnamedParam1
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Universal |
Header | d3dkmthk.h (include D3dkmthk.h) |
Library | Gdi32.lib |
DLL | Gdi32.dll |