OpenDOF Project
uint32 DOFPermissionSet_Marshal ( DOFPermissionSet  self,
uint32  size,
uint8 buffer 
)

Marshal a DOFPermissionSet into an existing buffer.

Parameters
selfThe DOFPermissionSet to be marshaled. This must not be NULL.
sizeThe size of the buffer in which to marshal the DOFPermissionSet.
bufferThe buffer in which to marshal the DOFPermissionSet. This must not be NULL, and must contain at least size bytes.
Returns
The marshaled size of the DOFPermissionSet.
Exceptions
0will be returned if the marshaled data does not fit in the buffer, or an invalid parameter is detected.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25