Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Error in VB Declaration (LAPI 9.0.0)
Fred_Lombardo_(usarmyrealestadmin_-_(deleted))
I ran across an interesting error in the VB declarations for LAPIWith the new LL_SessionAllocEx statement, the docs say that you can null out the config value. Well, if it's declared as required, you can't do that . . . So, if you want this function to be called with a null config, you might alter the declaration to be something like this . . .Declare Function LL_SessionAllocEx Lib "lapi_base.dll" (ByRef session As Long, ByVal server As String, ByVal port As Long, ByVal connectionName As String, ByVal userName As String, ByVal userPassword As String, Optional ByVal config As Long) As LongYou might alter your declaration files, but of course this is not supported . . .sk
Find more posts tagged with
Comments
There are no comments yet