C# Class KBLCService.NativeMethods

WinAPI NativeMethods
显示文件 Open project: GoldRenard/DMOAdvancedLauncher

Public Properties

Property Type Description
HKL_NEXT System.IntPtr
INPUTLANGCHANGE_FORWARD System.IntPtr
WM_INPUTLANGCHANGEREQUEST uint

Public Methods

Method Description
GetWindowTitle ( IntPtr hWnd ) : string

Private Methods

Method Description
ActivateKeyboardLayout ( IntPtr hkl, int uFlags ) : IntPtr
FindWindow ( string className, string windowText ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder text, int count ) : int
PostMessage ( IntPtr hhwnd, uint msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hwnd, int command ) : int
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

GetWindowTitle() public static method

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

Property Details

HKL_NEXT public_oe static_oe property

public static IntPtr,System HKL_NEXT
return System.IntPtr

INPUTLANGCHANGE_FORWARD public_oe static_oe property

public static IntPtr,System INPUTLANGCHANGE_FORWARD
return System.IntPtr

WM_INPUTLANGCHANGEREQUEST public_oe static_oe property

public static uint WM_INPUTLANGCHANGEREQUEST
return uint