C# 클래스 Gwupe.Agent.FlashWindowHelper.FLASHWINFO

파일 보기 프로젝트 열기: gwupe/Gwupe

공개 프로퍼티들

프로퍼티 타입 설명
cbSize uint
dwFlags uint
dwTimeout uint
hwnd System.IntPtr
uCount uint

프로퍼티 상세

cbSize 공개적으로 프로퍼티

The size of the structure in bytes.
public uint cbSize
리턴 uint

dwFlags 공개적으로 프로퍼티

The Flash Status.
public uint dwFlags
리턴 uint

dwTimeout 공개적으로 프로퍼티

The rate at which the Window is to be flashed, in milliseconds. If Zero, the function uses the default cursor blink rate.
public uint dwTimeout
리턴 uint

hwnd 공개적으로 프로퍼티

A Handle to the Window to be Flashed. The window can be either opened or minimized.
public IntPtr,System hwnd
리턴 System.IntPtr

uCount 공개적으로 프로퍼티

The number of times to Flash the window.
public uint uCount
리턴 uint