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 initialized. When I step through the code, each var has a value. What am I missing? Is this the correct method for obtaining what I need?
Many thanks!
LL_ListObjects session, ParentId, parentVol, vbNullString, vbNullString, LL_PERM_SEE, lngChildren
All vars are declared and initialized. When I step through the code, each var has a value. What am I missing? Is this the correct method for obtaining what I need?
Many thanks!