RTMarshalPhysicalAddressFromVirtualAddress Method (UInt32)

Translates a virtual address to a physical address.

IMPORTANT! This method is non-functional and should not be used. It will be removed in a future release.

Namespace:  IntervalZero.RTX64.RTAPI.Runtime.InteropServices
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static ulong PhysicalAddressFromVirtualAddress(
	uint virtualAddress
)

Parameters

virtualAddress
Type: SystemUInt32
The virtual address to translate.

Return Value

Type: UInt64
The translated physical address.
See Also