|
Marshals the given DOFSecurityMode to the given buffer.
- Parameters
-
self | The DOFSecurityMode to marshal. This must not be NULL. |
size | The byte length of the given buffer |
buffer | The buffer to marshal into. This must not be NULL, and must contain at least size bytes. |
- Returns
- The marshaled size of the DOFSecurityMode.
- Exceptions
-
0 | will be returned if the marshaled data does not fit in the buffer, or an invalid parameter is detected. |
|