通过


DkmNativeReturnValueRegister Class

Definition

Set of platform dependent registers that may hold the return value of a function call.

public ref class DkmNativeReturnValueRegister
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmNativeReturnValueRegister
[Windows::Foundation::Metadata::WebHostHidden]
class DkmNativeReturnValueRegister
[System.Runtime.InteropServices.Guid("b2c0ed0b-6a96-c138-034a-49a67ab87104")]
public class DkmNativeReturnValueRegister
[<System.Runtime.InteropServices.Guid("b2c0ed0b-6a96-c138-034a-49a67ab87104")>]
type DkmNativeReturnValueRegister = class
Public Class DkmNativeReturnValueRegister
Inheritance
DkmNativeReturnValueRegister
Attributes

Properties

Name Description
Identifier

The code-view register ID constant.

Value

The value of the register. The size of the register in bytes can be found by the length of this array.

Methods

Name Description
Create(Int32, ReadOnlyCollection<Byte>)

Create a new DkmNativeReturnValueRegister object instance.

Applies to