Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This structure represents a physical address.
typedef struct _tagUNMANAGED_ADDRESS_PHYSICAL {
ULONGLONG offset;
} UNMANAGED_ADDRESS_PHYSICAL;
public struct UNMANAGED_ADDRESS_PHYSICAL {
public ulong offset;
}
Terms
- offset
A 64-bit offset into a physical address space.
Remarks
This structure is part of the union in the DEBUG_ADDRESS_UNION structure when the dwKind field of the DEBUG_ADDRESS_UNION structure is set to ADDRESS_KIND_UNMANAGED_PHYSICAL (a value from the ADDRESS_KIND enumeration).
Requirements
Header: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll