Partilhar via


HV_X64_TABLE_REGISTER

Os registros de tabela são semelhantes aos registros de segmento, mas não têm nenhum seletor ou atributo e o limite é restrito a 16 bits.

Sintaxe

typedef struct
{
    UINT16 Pad[3];
    UINT16 Limit;
    UINT64 Base;
} HV_X64_TABLE_REGISTER;