Partager via


UNMANAGED_ADDRESS_PHYSICAL

cette structure représente une adresse physique.

typedef struct _tagUNMANAGED_ADDRESS_PHYSICAL {
   ULONGLONG offset;
} UNMANAGED_ADDRESS_PHYSICAL;
public struct UNMANAGED_ADDRESS_PHYSICAL {
   public ulong offset;
}

termes

  • offset
    Un décalage 64 bits dans un espace d'adressage physique.

Notes

Cette structure fait partie de l'union dans la structure de DEBUG_ADDRESS_UNION lorsque le champ d' dwKind de la structure d' DEBUG_ADDRESS_UNION est défini à ADDRESS_KIND_UNMANAGED_PHYSICAL (une valeur de l'énumération d' ADDRESS_KIND ).

Configuration requise

en-tête : sh.h

l'espace de noms : Microsoft.VisualStudio.Debugger.Interop

Assembly : Microsoft.VisualStudio.Debugger.Interop.dll

Voir aussi

Référence

Structures et unions

DEBUG_ADDRESS_UNION