OpenDOF Project
uint32 DOFSecurityMode_Marshal ( const DOFSecurityMode  self,
uint32  size,
uint8 buffer 
)

Marshals the given DOFSecurityMode to the given buffer.

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