Skip to main content

Hi !

Can anyone say me how is the "Procedure Division using..." for this VB CALL:

Declare Function QSLISTECALL Lib "QSLISTE.dll" (ByRef VBSATZ1 As VBSATZ01, ByRef VBSATZ2 As VBVorlagen, ByRef VBSATZ3 As VBMitarbeiter, ByVal VBSATZ4 As IntPtr) As Integer

I have this in the Moment:

       ENTRY 'QSLISTECALL' NETAPI USING BY
                                      REFERENCE VB-QSLISTESATZ-01,
                                      REFERENCE VB-QSLISTESATZ-02,
                                      REFERENCE VB-QSLISTESATZ-03,
                                      REFERENCE VB-FREITEXTSUCHE.

But!

The last "VB-FREITEXTSUCHE" is wrong because there is an IntPtr.  The other are ok!

What is the right Definition for that?

Best Regards

Bernd

 


#VB.netIntPtr