DkmRVASizePair Struct

Definition

An RVA and size pair representing a symbol returned from DkmModule GetFunctionInfo.

public value class DkmRVASizePair
public value class DkmRVASizePair
struct DkmRVASizePair
[System.Runtime.InteropServices.Guid("dbeefc90-b141-1a6e-1b47-7b4cd20f6fba")]
public struct DkmRVASizePair
[<System.Runtime.InteropServices.Guid("dbeefc90-b141-1a6e-1b47-7b4cd20f6fba")>]
type DkmRVASizePair = struct
Public Structure DkmRVASizePair
Inheritance
DkmRVASizePair
Attributes

Constructors

DkmRVASizePair(UInt32, UInt32)

Initialize a new DkmRVASizePair value.

Fields

RVA

The relative virtual address of a symbol.

Size

The size of a symbol.

Applies to