Marshal a DOFInterface into an existing buffer.
- Parameters
-
self | The DOFInterface to be marshaled. This must not be NULL. |
length | The length of the buffer in which to marshal the DOFInterface. |
buffer | The buffer in which to marshal the DOFInterface. This must not be NULL, and must contain at least length bytes. |
- Returns
- The length of the marshaled DOFInterface.
- Exceptions
-
Zero | is returned if the marshalled DOFInterface does not fit in the buffer provided, or an invalid parameter is detected. |