C# 클래스 Decchi.NativeMethods

파일 보기 프로젝트 열기: Usagination/Decchi

공개 메소드들

메소드 설명
DetectFullscreenMode ( ) : bool
GetOSServicePack ( ) : string
GetTopMostWindow ( IntPtr hwnds ) : IntPtr
GetWindowTitle ( IntPtr handle ) : string

비공개 메소드들

메소드 설명
AddClipboardFormatListener ( IntPtr hwnd ) : bool
EnumWindows ( EnumWindowsProc enumFunc, int lParam ) : bool
FindWindow ( string strClassName, string strWindowName ) : IntPtr
FindWindowEx ( IntPtr parentHandle, IntPtr childAfter, string className, string windowTitle ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetParent ( IntPtr hwnd ) : IntPtr
GetShellWindow ( ) : IntPtr
GetVersionEx ( OsVersioninfo &o ) : short
GetWindow ( IntPtr hWnd, GetWindowCommands uCmd ) : IntPtr
GetWindowRect ( IntPtr hwnd, System.Windows.Forms.RECT &rc ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
RemoveClipboardFormatListener ( IntPtr hwnd ) : bool
RtlZeroMemory ( IntPtr dest, IntPtr size ) : void
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, [ lParam ) : IntPtr

메소드 상세

DetectFullscreenMode() 공개 정적인 메소드

public static DetectFullscreenMode ( ) : bool
리턴 bool

GetOSServicePack() 공개 정적인 메소드

public static GetOSServicePack ( ) : string
리턴 string

GetTopMostWindow() 공개 정적인 메소드

public static GetTopMostWindow ( IntPtr hwnds ) : IntPtr
hwnds System.IntPtr
리턴 System.IntPtr

GetWindowTitle() 공개 정적인 메소드

public static GetWindowTitle ( IntPtr handle ) : string
handle System.IntPtr
리턴 string