CanChangeObjectPermissions Method
Object List Next Object
Defined By: ObjectTools
Description:
Determines whether or not an object’s permissions can be changed.
Declaration:
Function CanChangeObjectPermissions(ByVal o As Object)As Long
Details:
Obj is the object you want to inspect. CanChangeObjectPermissions returns -1
(True) if the object’s permissions can be changed, and 0 (False) if they can't.