DkmNativeModuleInstance.GetFunctionTableEntry(UInt64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取传递的地址的函数表项。 引擎的格式依赖于调试对象的体系结构。
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)
参数
- Address
- UInt64
中要在函数表中搜索的地址。 通常,每个条目都包含开始地址和结束地址。 实现应返回其地址范围包含请求的地址的条目。
返回
弄函数表项的内容。