C# Class WinQuickLook.Interop.GUITHREADINFO

Show file Open project: shibayan/WinQuickLook Class Usage Examples

Public Properties

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

Property Details

cbSize public property

public int cbSize
return int

flags public property

public int flags
return int

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,WinQuickLook.Interop rcCaret
return RECT