DkmNativeRuntimeInstance.FindNativeModuleInstance(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find a DkmNativeModuleInstance element within this DkmNativeRuntimeInstance. If no element with the given input key is present, FindNativeModuleInstance will fail.
public:
Microsoft::VisualStudio::Debugger::Native::DkmNativeModuleInstance ^ FindNativeModuleInstance(System::UInt64 BaseAddress);
public Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance FindNativeModuleInstance (ulong BaseAddress);
public Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance? FindNativeModuleInstance (ulong BaseAddress);
member this.FindNativeModuleInstance : uint64 -> Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance
Public Function FindNativeModuleInstance (BaseAddress As ULong) As DkmNativeModuleInstance
Parameters
- BaseAddress
- UInt64
[In] Search key used to find the element.
Returns
[Out,Optional] Result of the search.