Permissions
In the SHARE resource type, you can give access permissions to accessors.
capamsc141
In the SHARE resource type, you can give access permissions to accessors.
Following are the access permissions available in Windows:
- ACCESS_ALLPermission to read, write, create, execute, and delete resources and to modify their attributes and permissions.
- ACCESS_ATTRIBPermission to modify the resource's attributes.
- ACCESS_CREATEPermission to create a resource, including writing data to it as it's being created.
- ACCESS_DELETEPermission to delete the resource.
- ACCESS_EXECPermission to execute the resource.
- ACCESS_NONENo access.
- ACCESS_PERMPermission to modify the permissions assigned to a user or an application for a resource.
- ACCESS_READPermission to read data from a resource and, by default, to execute in the resource.
- ACCESS_WRITEPermission to write data to the resource.