DkmModule.GetFunctionLabels(UInt64) Method

Definition

Gets the symbol name for the RVA.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

public:
 cli::array <Microsoft::VisualStudio::Debugger::Disassembly::DkmFunctionLabel> ^ GetFunctionLabels(System::UInt64 RVA);
public Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel[] GetFunctionLabels (ulong RVA);
member this.GetFunctionLabels : uint64 -> Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel[]
Public Function GetFunctionLabels (RVA As ULong) As DkmFunctionLabel()

Parameters

RVA
UInt64

[In] The RVA to find function labels for.

Returns

[Out] The set of labels contained in the function.

Applies to