habe ein problem mit einer zeile in dieser Funktion
wenn jemand sich in PB auskennt ..
Wie muss ich die in Delphi interpretieren.
Code:
'// Send/recept message to/from plugin
Function BBP_Plugin(ByRef BBP As BBPLUGIN) As Long
LOCAL hProc AS DWORD, nRet AS LONG
nRet = %BBP_ERROR
If glRC Then
hProc = BBP_ProcHandle(0, 0): IF hProc THEN CALL DWORD hProc USING BBP_Plugin(BBP) TO nRet
End If
FUNCTION = nRet
End Function
um diese zeile geht es
Code:
BBP_ProcHandle(0, 0): IF hProc THEN CALL DWORD hProc USING BBP_Plugin(BBP) TO nRet
gruss Emil