DkmInstructionAddress.IsInSameFunction(DkmInstructionAddress) Method

Definition

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.

Applies to