OpenDOF Project
DOFPermissionBindingBuilder DOFPermissionBindingBuilder_Create ( DOFPermissionBindingAction  actions)

Creates a Permission builder for binding permission.

Resource Management:
This function allocates resources that must later be freed by calling DOFPermissionBindingBuilder_Destroy or DOFPermissionBindingBuilder_BuildAndDestroy.

The builder uses the following defaults: -Object IDs: none (no specific object means wildcard, or all objects) -Interface IDs: none (no specific interfaces means wildcard, or all interfaces) -Attributes: none (no specific attributes means wildcard, or all attributes) -Actions: The actions passed in must be valid combination of DOFPermissionBindingAction.

Parameters
actionsThe actions you want to be set in this builder.
Returns
A new builder for a binding type permission.
Exceptions
NULLis returned if the permission builder cannot be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22