Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CommonTools
Hook
C# Class CommonTools.Hook
Datei anzeigen
Open project: Nullstr1ng/MultiRDPClient.NET
Public Properties
Property
Type
Description
OnKeyDown
KeyboardDelegate
Public Methods
Method
Description
SetHook
(
bool
enable
) :
void
Private Methods
Method
Description
HookCallbackProc
(
int
nCode
,
IntPtr
wParam
,
IntPtr
lParam
) :
int
Method Details
SetHook()
public
method
public
SetHook
(
bool
enable
) :
void
enable
bool
return
void
Property Details
OnKeyDown
public_oe property
public
KeyboardDelegate
OnKeyDown
return
KeyboardDelegate