DkmFunctionLabel Struct

Definition

A label existing in a function.

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

public value class DkmFunctionLabel
[System.Runtime.InteropServices.Guid("8af5f5d4-bbbe-c016-738c-f168a61c7d32")]
public struct DkmFunctionLabel
[<System.Runtime.InteropServices.Guid("8af5f5d4-bbbe-c016-738c-f168a61c7d32")>]
type DkmFunctionLabel = struct
Public Structure DkmFunctionLabel
Inheritance
DkmFunctionLabel
Attributes

Constructors

DkmFunctionLabel(UInt64, String)

Initialize a new DkmFunctionLabel value.

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

Fields

Label

The label.

Rva

The RVA of the label.

Applies to