文件名称:wulinDLLmokuai
介绍说明--下载内容均来自于网络,请自行研究使用
武林DLL注入源码 VB调用
Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean
Private Declare Function CallBase Lib "wulin.dll" (ByVal hWnd As Long, ByVal action As Long) As Boolean
CallHotKey(窗体句柄,HotKey) HotKey ====0---------17 分别是0-----9 F1-----F8
CallBase(窗体句柄,Action) Action==0-------N 分别实现不同的功能 Action=0 选怪
函数反回值是 布尔值 ( 窗体句柄,Action 窗体句柄,HotKey 都为DWORD值)-Wulin DLL into the VB source code calls Private Declare Function CallHotKey Lib wulin.dll (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean Private Declare Function CallBase Lib wulin.dll (ByVal hWnd As Long, ByVal action As Long ) As BooleanCallHotKey (form handler, HotKey) HotKey ==== 0--------- 17 were 0----- 9 F1----- F8CallBase (form handler, Action ) Action == 0------- N respectively realize the function of different Action = 0 the election back to the value of anti-odd function is a boolean value (form handler, Action form handles, HotKey for DWORD Value)
Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean
Private Declare Function CallBase Lib "wulin.dll" (ByVal hWnd As Long, ByVal action As Long) As Boolean
CallHotKey(窗体句柄,HotKey) HotKey ====0---------17 分别是0-----9 F1-----F8
CallBase(窗体句柄,Action) Action==0-------N 分别实现不同的功能 Action=0 选怪
函数反回值是 布尔值 ( 窗体句柄,Action 窗体句柄,HotKey 都为DWORD值)-Wulin DLL into the VB source code calls Private Declare Function CallHotKey Lib wulin.dll (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean Private Declare Function CallBase Lib wulin.dll (ByVal hWnd As Long, ByVal action As Long ) As BooleanCallHotKey (form handler, HotKey) HotKey ==== 0--------- 17 were 0----- 9 F1----- F8CallBase (form handler, Action ) Action == 0------- N respectively realize the function of different Action = 0 the election back to the value of anti-odd function is a boolean value (form handler, Action form handles, HotKey for DWORD Value)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
武林鑫金(部份Call).dll