estrutura D3DKMT_SEGMENTSIZEINFO (d3dkmthk.h)
A estrutura D3DKMT_SEGMENTSIZEINFO descreve o tamanho, em bytes, de segmentos de memória e abertura.
Sintaxe
typedef struct _D3DKMT_SEGMENTSIZEINFO {
[out] D3DKMT_ALIGN64 ULONGLONG DedicatedVideoMemorySize;
[out] D3DKMT_ALIGN64 ULONGLONG DedicatedSystemMemorySize;
[out] D3DKMT_ALIGN64 ULONGLONG SharedSystemMemorySize;
} D3DKMT_SEGMENTSIZEINFO;
Membros
[out] DedicatedVideoMemorySize
O tamanho, em bytes, da memória dedicada da memória de vídeo.
[out] DedicatedSystemMemorySize
O tamanho, em bytes, da memória dedicada da memória do sistema.
[out] SharedSystemMemorySize
O tamanho, em bytes, da memória do sistema que pode ser compartilhada por muitos usuários.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista |
Cabeçalho | d3dkmthk.h (inclua D3dkmthk.h) |