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