Partager via


DEBUG_DEVICE_ADDRESS structure (ntddk.h)

Cette rubrique décrit la structure DEBUG_DEVICE_ADDRESS .

Syntaxe

typedef struct {
  UCHAR   Type;
  BOOLEAN Valid;
  union {
    UCHAR Reserved[2];
    struct {
      UCHAR BitWidth;
      UCHAR AccessSize;
    };
  };
  PUCHAR  TranslatedAddress;
  ULONG   Length;
} DEBUG_DEVICE_ADDRESS, *PDEBUG_DEVICE_ADDRESS;

Membres

Type

Définit le type de membre UCHAR (CmResourceType).

Valid

Définit le membre BOOLEANValid.

Reserved[2]

Réservé pour un usage futur.

BitWidth

Définit le membre UCHARBitWidth.

AccessSize

Définit le membre UCHARAccessSize.

TranslatedAddress

Définit le membre PUCHAR TranslatedAddress.

Length

Définit la longueur du membre UCHAR.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11, version 22H2
En-tête ntddk.h (incluez Ntddk.h)