I believe you are looking for something like this:
Dim Permissions As Long
Permissions = LL_PERM_SEE Or LL_PERM_SEECONTENTS Or LL_PERM_MODIFY Or LL_PERM_WRITE
Status = LL_SetObjectRight(session, parentvol, parentid, LL_RIGHT_UPDATE, lngObjectID, Permissions, True)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.