OpenDOF Project
uint32 DOFPermission_Marshal ( DOFPermission  self,
uint32  size,
uint8 buffer 
)

Marshal a DOFPermission into an existing buffer.

Parameters
selfThe DOFPermission to be marshaled. This must not be NULL.
sizeThe size of the buffer in which to marshal the DOFPermission.
bufferThe buffer in which to marshal the DOFPermission. This must not be NULL, and must contain at least size bytes.
Returns
The marshaled size of the DOFPermission.
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