DkmProcess.GetProcessorArchitecture(UInt64, DkmProcessorArchitecture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the architecture for a given address.
This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).
public void GetProcessorArchitecture (ulong Address, out Microsoft.VisualStudio.Debugger.DkmProcessorArchitecture Data);
member this.GetProcessorArchitecture : uint64 * DkmProcessorArchitecture -> unit
Public Sub GetProcessorArchitecture (Address As ULong, ByRef Data As DkmProcessorArchitecture)
Parameters
- Address
- UInt64
[In] The address to determine the architecture of.
[Out] Architecture of address.