C# Class Decchi.NativeMethods

Datei anzeigen Open project: Usagination/Decchi

Public Methods

Method Description
DetectFullscreenMode ( ) : bool
GetOSServicePack ( ) : string
GetTopMostWindow ( IntPtr hwnds ) : IntPtr
GetWindowTitle ( IntPtr handle ) : string

Private Methods

Method Description
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

Method Details

DetectFullscreenMode() public static method

public static DetectFullscreenMode ( ) : bool
return bool

GetOSServicePack() public static method

public static GetOSServicePack ( ) : string
return string

GetTopMostWindow() public static method

public static GetTopMostWindow ( IntPtr hwnds ) : IntPtr
hwnds System.IntPtr
return System.IntPtr

GetWindowTitle() public static method

public static GetWindowTitle ( IntPtr handle ) : string
handle System.IntPtr
return string