DkmModuleInstance.GetNextGPUInstructionAddress(UInt64) Methode

Definition

Gibt die Adresse der nächsten Anweisung relativ zu einer Startadresse zurück.

public:
 System::UInt64 GetNextGPUInstructionAddress(System::UInt64 StartAddress);
public:
 unsigned long long GetNextGPUInstructionAddress(unsigned long long StartAddress);
unsigned long GetNextGPUInstructionAddress(unsigned long StartAddress);
public ulong GetNextGPUInstructionAddress (ulong StartAddress);
member this.GetNextGPUInstructionAddress : uint64 -> uint64
Public Function GetNextGPUInstructionAddress (StartAddress As ULong) As ULong

Parameter

StartAddress
UInt64

In Die Adresse der aktuellen Anweisung.

Gibt zurück

UInt64

Vorgenommen Die Adresse der nächsten Anweisung von STARTADDRESS.

Gilt für