C# 클래스 KBLCService.NativeMethods

WinAPI NativeMethods
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 프로퍼티들

프로퍼티 타입 설명
HKL_NEXT System.IntPtr
INPUTLANGCHANGE_FORWARD System.IntPtr
WM_INPUTLANGCHANGEREQUEST uint

공개 메소드들

메소드 설명
GetWindowTitle ( IntPtr hWnd ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetWindowTitle() 공개 정적인 메소드

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

프로퍼티 상세

HKL_NEXT 공개적으로 정적으로 프로퍼티

public static IntPtr,System HKL_NEXT
리턴 System.IntPtr

INPUTLANGCHANGE_FORWARD 공개적으로 정적으로 프로퍼티

public static IntPtr,System INPUTLANGCHANGE_FORWARD
리턴 System.IntPtr

WM_INPUTLANGCHANGEREQUEST 공개적으로 정적으로 프로퍼티

public static uint WM_INPUTLANGCHANGEREQUEST
리턴 uint