OpenDOF Project
DOFPermissionSetBuilder DOFPermissionSetBuilder_Create_PermissionSet ( DOFPermissionSet  permissions)

Create a Permission Set Builder from an existing Permission Set.

Resource Management:
This function allocates resources that must later be freed by calling DOFPermissionSetBuilder_Destroy or DOFPermissionSetBuilder_BuildAndDestroy.
Parameters
permissionsThe Permission Set from which to create a new builder. This should not be NULL.
Returns
The DOFPermissionSetBuilder.
Exceptions
NULLis returned if the builder cannot be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22