C# Class KeyLogger.Win32

Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
SendInput ( INPUT inputs ) : void

SendInput Win32APIをラップしたメソッド

Private Methods

Method Description
AttachThreadInput ( int idAttach, int idAttachTo, bool fAttach ) : bool
ExtendedKeyFlagW ( wVk key ) : dwFlags
GetForegroundWindow ( ) : IntPtr
GetMessageExtraInfo ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, int &lpdwProcessId ) : int
MapVirtualKey ( Int32 uCode, Int32 uMapType ) : Int32
SendInput ( Int32 nInputs, INPUT pInputs, Int32 cbSize ) : Int32
SendInput ( uint nInputs, INPUT &pInputs, int cbSize ) : uint
SetForegroundWindow ( IntPtr hWnd ) : int

Method Details

SendInput() public static method

SendInput Win32APIをラップしたメソッド
public static SendInput ( INPUT inputs ) : void
inputs INPUT
return void