After creating a Folder list using LL_List_Objects I use the following function to get the VolumeID so I can dynamically add a document to the folder.
LL_TableGetValue(FolderList, i, "VolumeID", FolderID)
But the value returned is a long (I believe a pointer as the value changes each time I run it), not an integer corresponding to the folders ObjID in the URL when browsing to the folder, seen below.
http://10.71.29.59:81/Livelink/Livelink.exe?func=ll&objid=81083&objAction=browse&sort=name&viewType=1
How do I get the folders ObjID (81083) from the table structure?
Thanks in advanced - Bert