DkmNativeReturnValueRegister Class
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.
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
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
Create(Int32, ReadOnlyCollection<Byte>) |
Create a new DkmNativeReturnValueRegister object instance. |