C# Class KeyboardJedi.Core.Services.NativeHelpers

Afficher le fichier Open project: royosherove/dotnet-keyjedi Class Usage Examples

Méthodes publiques

Méthode Description
ActiveApplTitle ( ) : string
GetWindowProcessId ( IntPtr hwnd ) : int
GetforegroundWindow ( ) : IntPtr

Private Methods

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

Method Details

ActiveApplTitle() public static méthode

public static ActiveApplTitle ( ) : string
Résultat string

GetWindowProcessId() public static méthode

public static GetWindowProcessId ( IntPtr hwnd ) : int
hwnd System.IntPtr
Résultat int

GetforegroundWindow() public static méthode

public static GetforegroundWindow ( ) : IntPtr
Résultat System.IntPtr