estructura D3DKMT_VA_RANGE_DESC (d3dkmthk.h)
Descripción del intervalo de direcciones virtuales (VA).
Sintaxis
typedef struct _D3DKMT_VA_RANGE_DESC {
[in] D3DKMT_ALIGN64 UINT64 VadAddress;
[in] UINT VaRangeIndex;
[in] UINT PhysicalAdapterIndex;
[out] D3DKMT_ALIGN64 UINT64 StartAddress;
[out] D3DKMT_ALIGN64 UINT64 EndAddress;
[out] D3DKMT_ALIGN64 UINT64 DriverProtection;
[out] UINT OwnerType;
[out] D3DKMT_ALIGN64 UINT64 pOwner;
[out] D3DKMT_ALIGN64 UINT64 OwnerOffset;
[out] UINT Protection;
} D3DKMT_VA_RANGE_DESC;
Miembros
[in] VadAddress
Dirección de visualización de aceleración de vídeo (VAD).
[in] VaRangeIndex
Índice del intervalo de direcciones virtuales.
[in] PhysicalAdapterIndex
Índice del adaptador físico de la cadena LDA (adaptador de pantalla vinculado).
[out] StartAddress
Dirección de inicio.
[out] EndAddress
Dirección final.
[out] DriverProtection
Protección del controlador.
[out] OwnerType
Tipo de propietario VIDMM_VAD_OWNER_TYPE.
[out] pOwner
Puntero al propietario.
[out] OwnerOffset
Desplazamiento del propietario.
[out] Protection
Tipo de protección D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE.
Requisitos
Requisito | Valor |
---|---|
Header | d3dkmthk.h |