DkmNativeModuleInstance.GetFunctionTableEntry(UInt64) Method

Definition

Obtain the function table entry for the passed address. The format of the engine is dependent on the debuggee architecture.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GetFunctionTableEntry(System::UInt64 Address);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GetFunctionTableEntry (ulong Address);
member this.GetFunctionTableEntry : uint64 -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function GetFunctionTableEntry (Address As ULong) As ReadOnlyCollection(Of Byte)

Parameters

Address
UInt64

[In] The address to search the function table for. Normally, each entry contains a start and an end address. Implementations should return the entry whose address range contains the requested address.

Returns

[Out] The contents of the function table entry.

Applies to