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