DkmModuleInstance.GetNextGPUInstructionAddress(UInt64) Method

Definition

Returns the address of the next instruction relative to a starting address.

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

Parameters

StartAddress
UInt64

[In] The address of the current instruction.

Returns

[Out] The address of the next instruction from StartAddress.

Applies to