DkmRVASizePair Struct
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.
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. |