Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cowman2

    Add New Permission acces (ACLS / LAPI / VB)

    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)

Part and Inventory Search

Back
Top