C# Class KeyboardJedi.Core.Services.NativeHelpers

Datei anzeigen Open project: royosherove/dotnet-keyjedi Class Usage Examples

Public Methods

Method Description
ActiveApplTitle ( ) : string
GetWindowProcessId ( IntPtr hwnd ) : int
GetforegroundWindow ( ) : IntPtr

Private Methods

Method Description
GetForegroundWindow ( ) : IntPtr
GetWindowText ( IntPtr hwnd, string lpString, int cch ) : int
GetWindowThreadProcessId ( IntPtr hWnd, int &lpdwProcessId ) : int

Method Details

ActiveApplTitle() public static method

public static ActiveApplTitle ( ) : string
return string

GetWindowProcessId() public static method

public static GetWindowProcessId ( IntPtr hwnd ) : int
hwnd System.IntPtr
return int

GetforegroundWindow() public static method

public static GetforegroundWindow ( ) : IntPtr
return System.IntPtr