Compartir a través de


DXGKCB_GET_DEVICE_INFORMATION función de devolución de llamada (dispmprt.h)

La función DxgkCbGetDeviceInformation obtiene información, incluida la ruta de acceso del Registro y una lista de recursos traducidos, sobre un adaptador de pantalla especificado.

Sintaxis

DXGKCB_GET_DEVICE_INFORMATION DxgkcbGetDeviceInformation;

NTSTATUS DxgkcbGetDeviceInformation(
  [in]  HANDLE DeviceHandle,
  [out] PDXGK_DEVICE_INFO DeviceInfo
)
{...}

Parámetros

[in] DeviceHandle

Identificador que representa un adaptador de pantalla. El controlador de minipuerto de pantalla obtuvo anteriormente este identificador en el miembro DeviceHandle de la estructura DXGKRNL_INTERFACE que se pasó a la función DxgkDdiStartDevice .

[out] DeviceInfo

Puntero a una estructura de DXGK_DEVICE_INFO que recibe información sobre el adaptador de pantalla.

Valor devuelto

DxgkCbGetDeviceInformation devuelve STATUS_SUCCESS si se realiza correctamente; de lo contrario, devuelve STATUS_INVALID_PARAMETER.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista
Plataforma de destino Escritorio
Encabezado dispmprt.h (include Dispmprt.h)
IRQL PASSIVE_LEVEL

Consulte también

DXGK_DEVICE_INFO

DxgkDdiStartDevice