estructura D3DKMT_SEGMENT_CAPS (d3dkmthk.h)
Contiene funcionalidades de segmento.
Sintaxis
typedef struct _D3DKMT_SEGMENT_CAPS {
D3DKMT_ALIGN64 UINT64 Size;
UINT PageSize;
ULONG SegmentId;
BOOLEAN bAperture;
BOOLEAN bReservedSysMem;
D3DKMT_MEMORY_SEGMENT_GROUP BudgetGroup;
} D3DKMT_SEGMENT_CAPS;
Miembros
Size
Tamaño del segmento.
PageSize
Tamaño de página.
SegmentId
Identificador del segmento.
bAperture
Indica si el segmento es una apertura.
bReservedSysMem
Indica si el segmento es una memoria reservada del sistema.
BudgetGroup
Un D3DKMT_MEMORY_SEGMENT_GROUP que representa el grupo de presupuestos.
Requisitos
Requisito | Valor |
---|---|
Header | d3dkmthk.h |