I'm trying to write a VB app that scans a folder in the Enterprise workspace and returns the Name and ID of each folder it finds. The app hangs on this line:
LL_ListObjects session, ParentId, parentVol, vbNullString, vbNullString, LL_PERM_SEE, lngChildren
All vars are declared and...