Method |
Description |
|
ActivateKeyboardLayout ( HKL hkl, uint Flags ) : HKL |
|
|
AssocQueryString ( ASSOCF flags, ASSOCSTR str, string pszAssoc, string pszExtra, [ pszOut, uint &pcchOut ) : HRESULT |
|
|
CallNextHookEx ( HOOK hhk, HC nCode, WM wParam, IntPtr lParam ) : int |
|
|
CreateFile ( string lpFileName, FileAccess dwDesiredAccess, FileShare dwShareMode, IntPtr SecurityAttributes, FileMode dwCreationDisposition, FileAttributes dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle |
|
|
DefineDosDevice ( DDD dwFlags, string lpDeviceName, string lpTargetPath ) : bool |
|
|
DeviceIoControl ( SafeFileHandle hDevice, IOCTL IoControlCode, IntPtr InBuffer, int nInBufferSize, KEYBOARD_INDICATOR_PARAMETERS &OutBuffer, int nOutBufferSize, int &pBytesReturned, IntPtr Overlapped ) : bool |
|
|
DeviceIoControl ( SafeFileHandle hDevice, IOCTL IoControlCode, KEYBOARD_INDICATOR_PARAMETERS &InBuffer, int nInBufferSize, IntPtr OutBuffer, int nOutBufferSize, int &pBytesReturned, IntPtr Overlapped ) : bool |
|
|
GetClassName ( IntPtr hWnd, StringBuilder text, int count ) : int |
|
|
GetCurrentThreadId ( ) : uint |
|
|
GetForegroundWindow ( ) : IntPtr |
|
|
GetKeyState ( VK nVirtKey ) : short |
|
|
GetKeyboardLayout ( uint idThread ) : IntPtr |
|
|
GetKeyboardState ( byte lpKeyState ) : int |
|
|
GetPrivateProfileString ( string Section, string Key, string Default, StringBuilder RetVal, int Size, string FilePath ) : int |
|
|
GetWindowText ( IntPtr hWnd, StringBuilder text, int count ) : int |
|
|
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint |
|
|
ImmGetDefaultIMEWnd ( HandleRef hwnd ) : IntPtr |
|
|
LoadLibrary ( [ lpFileName ) : IntPtr |
|
|
PostMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : bool |
|
|
RegisterWindowMessage ( string message ) : uint |
|
|
SendInput ( uint nInputs, [ pInputs, int cbSize ) : uint |
|
|
SetKeyboardState ( byte lpKeyState ) : void |
|
|
SetWindowsHookEx ( WH idHook, CALLBACK lpfn, IntPtr hMod, int dwThreadId ) : HOOK |
|
|
ToUnicode ( VK wVirtKey, SC wScanCode, byte lpKeyState, byte pwszBuff, int cchBuff, LLKHF flags ) : int |
|
|
UnhookWindowsHookEx ( HOOK hhk ) : int |
|
|
WritePrivateProfileString ( string Section, string Key, string Value, string FilePath ) : long |
|
|
keybd_event ( VK vk, SC sc, KEYEVENTF flags, int dwExtraInfo ) : void |
|
|