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