How use SendIpcMessage by VB

c++ / delphi package - dll injection and api hooking
Post Reply
adf
Posts: 1
Joined: Sat May 28, 2005 5:11 pm

How use SendIpcMessage by VB

Post by adf »

hi everybody!!
i have a question
i want use SendIpcMessage in VB
but i don't know how declare function

this my declare function

Code: Select all

Declare Function SendIpcMessage Lib "madCHook.DLL" _
                 (ipc As String, _
                  messageBuf As Any, _
                  ByVal messageLen As Long, _
                   answerBuf As Any, _
                   ByVal answerLen As Long, _
                   ByVal answerTimeOut As Long, _
                   ByVal handleMessages As Long) As Long
is it right ???
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Honestly, I don't know. Maybe someone else can help out here. If not, you'll have to trial and error.
Post Reply