Build an immutable DOFPermissionSet from this DOFPermissionSetBuilder instance, then destroy this DOFPermissionSetBuilder instance.
This is equivalent to calling DOFPermissionSetBuilder_Build(self) immediately followed by DOFPermissionSetBuilder_Destroy(self).
- Parameters
-
self | The Permission Set Builder. This should not be NULL. |
- Returns
- An immutable DOFPermissionSet.
- Exceptions
-
NULL | is returned if the DOFPermissionSet cannot be created, or an invalid parameter was detected. Regardless, the DOFPermissionSetBuilder, if not NULL, is destroyed. |