Table of Contents

Struct Types.LRESULT

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

Constructors

LRESULT(int)

public LRESULT(int value)

Parameters

value int

Fields

value

public int value

Field Value

int

Properties

Value

public int Value { get; }

Property Value

int

Operators

implicit operator LRESULT(int)

public static implicit operator Types.LRESULT(int v)

Parameters

v int

Returns

Types.LRESULT

implicit operator int(LRESULT)

public static implicit operator int(Types.LRESULT v)

Parameters

v Types.LRESULT

Returns

int