Details
| Hello,
I am trying since days to get the CAPI function in VB.NET running.
Declaration:
Declare Function NSGetServerList Lib "nnotes" (ByVal dwPortName As Long, ByVal nRetServerTextList As Integer) As Integer
Call:
Dim hList As Integer
nStatus = Declaration.NSGetServerList(0, hList)
No matter what I try I always get an exception (memory access problem)
Can anybody help?
Regards
Heinz
|