Create a I Am type Permission.
This permission, if granted, allows the node to source operations with the given identifier.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFPermission_Destroy.
- Parameters
-
sourceID | The source identifier. This should not be NULL. |
- Returns
- A new permission, as indicated.
- Exceptions
-
NULL | is returned if the permission cannot be created. |