C# Class KeyLogger.Win32

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
SendInput ( INPUT inputs ) : void

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

Private Methods

Méthode 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 méthode

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