RDKINSTP.DLL Calling convention (OpenInsight Specific)
At 16 MAY 2000 04:58:49PM Nick Pratt wrote:
I am looking at some VB code to run OI, but I do not appear to be getting very far. I am using the call to STARTOI within the RDKINSTP.DLL but can not find the correct calling convention.
The VB code is.
Declare Function STARTOI Lib "RDKINSTP.DLL" (Byval RSHwnd as Long, ByVal RSApp as String, Byval RSLoc as String, ByVal RSUser as String, ByVal RSPassword as String)
Call StartOI("","PS","C:\OINSIGHT","DEMO","DEMOPASS")
All Ideas would be grateful