Table of Contents

Struct Types.HRESULT

Namespace
Xui.Runtime.Windows.Win32
Assembly
Xui.Runtime.Windows.dll
public struct Types.HRESULT
Inherited Members

Constructors

HRESULT(int)

public HRESULT(int value)

Parameters

value int

Fields

value

public int value

Field Value

int

Properties

Failed

public bool Failed { get; }

Property Value

bool

Succeeded

public bool Succeeded { get; }

Property Value

bool

Value

public int Value { get; }

Property Value

int

Operators

implicit operator bool(HRESULT)

public static implicit operator bool(Types.HRESULT res)

Parameters

res Types.HRESULT

Returns

bool

implicit operator int(HRESULT)

public static implicit operator int(Types.HRESULT res)

Parameters

res Types.HRESULT

Returns

int