// d3dkmthk.h
PFND3DKMT_ENUMADAPTERS Pfnd3dkmtEnumadapters;
NTSTATUS Pfnd3dkmtEnumadapters(
const D3DKMT_ENUMADAPTERS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Enumerates all graphics adapters on the system.
unnamedParam1pEnumAdapters [in, out]
A pointer to a D3DKMT_ENUMADAPTERS structure that lists all graphics adapters and their characteristics.
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.
The operating system enumerates graphics adapters in the same sequence as their corresponding physical devices.