S
Sushi
I'm trying to use the IGetAppData interface, with no success!
Reference: COMSVCS.DLL
Dim b As COMSVCSLib.IGetAppData
Dim nApps As System.UInt32
Dim aAppData As System.IntPtr
b = CType(New COMSVCSLib.TrackerServer, COMSVCSLib.IGetAppData)
b.GetApps(nApps, aAppData)
In the last command, I receive the error
Run-time exception thrown : System.Runtime.InteropServices.COMException - A
null reference pointer was passed to the stub.
any ideas ?
Sushi
Reference: COMSVCS.DLL
Dim b As COMSVCSLib.IGetAppData
Dim nApps As System.UInt32
Dim aAppData As System.IntPtr
b = CType(New COMSVCSLib.TrackerServer, COMSVCSLib.IGetAppData)
b.GetApps(nApps, aAppData)
In the last command, I receive the error
Run-time exception thrown : System.Runtime.InteropServices.COMException - A
null reference pointer was passed to the stub.
any ideas ?
Sushi