DkmInstructionAddress.IsInSameFunction(DkmInstructionAddress) 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.
Compares two instruction addresses and determines if they are within the same function.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ Other);
public:
bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ Other);
bool IsInSameFunction(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & Other);
public bool IsInSameFunction (Microsoft.VisualStudio.Debugger.DkmInstructionAddress Other);
member this.IsInSameFunction : Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> bool
Public Function IsInSameFunction (Other As DkmInstructionAddress) As Boolean
Parameters
- Other
- DkmInstructionAddress
[In] An address to compare with this address.
Returns
[Out] True if the two addresses are from the same function.