D3DKMT_VA_RANGE_DESC struttura (d3dkmthk.h)
Descrizione dell'intervallo di indirizzi virtuali (VA).
Sintassi
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;
Members
[in] VadAddress
Indirizzo di visualizzazione dell'accelerazione video (VAD).
[in] VaRangeIndex
Indice dell'intervallo di indirizzi virtuale.
[in] PhysicalAdapterIndex
Indice dell'adattatore fisico nella catena LDA (adattatore visualizzato collegato).
[out] StartAddress
Indirizzo iniziale.
[out] EndAddress
Indirizzo finale.
[out] DriverProtection
Protezione driver.
[out] OwnerType
Tipo di proprietario VIDMM_VAD_OWNER_TYPE.
[out] pOwner
Puntatore al proprietario.
[out] OwnerOffset
Offset del proprietario.
[out] Protection
Tipo di protezione D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dkmthk.h |