|
|
Unmarshals a DOFPermissionSet from a buffer.
- Parameters
-
| size | The size of the buffer, in bytes, from which to unmarshal the DOFPermissionSet. |
| buffer | The buffer from which to unmarshal the DOFPermissionSet. This must not be NULL, and must contain at least size bytes. |
- Returns
- DOFPermissionSet The DOFPermissionSet that is stored in the buffer.
- Exceptions
-
| NULL | is returned if the buffer contents of size could not be unmarshalled to a valid DOFPermissionSet, or there are insufficient resources to allocate the DOFPermissionSet. |
|