C# Class SharedLibraryNG.Win32.GUITHREADINFO

Show file Open project: bkbartk/dRemote Class Usage Examples

Public Properties

Property Type Description
cbSize System.Int32
flags System.Int32
hwndActive System.IntPtr
hwndCapture System.IntPtr
hwndCaret System.IntPtr
hwndFocus System.IntPtr
hwndMenuOwner System.IntPtr
hwndMoveSize System.IntPtr
rcCaret RECT

Public Methods

Method Description
GUITHREADINFO ( ) : System

Method Details

GUITHREADINFO() public method

public GUITHREADINFO ( ) : System
return System

Property Details

cbSize public property

public Int32,System cbSize
return System.Int32

flags public property

public Int32,System flags
return System.Int32

hwndActive public property

public IntPtr,System hwndActive
return System.IntPtr

hwndCapture public property

public IntPtr,System hwndCapture
return System.IntPtr

hwndCaret public property

public IntPtr,System hwndCaret
return System.IntPtr

hwndFocus public property

public IntPtr,System hwndFocus
return System.IntPtr

hwndMenuOwner public property

public IntPtr,System hwndMenuOwner
return System.IntPtr

hwndMoveSize public property

public IntPtr,System hwndMoveSize
return System.IntPtr

rcCaret public property

public RECT rcCaret
return RECT