|
Create a new DOFObjectIDSource from the specified DOFObjectID.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFObjectIDSource_Destroy.
- Parameters
-
id | The DOFObjectID from which to create the source ID. This should not be NULL, should not have any attributes, should not be Broadcast, and should contain data of 20 bytes or less. |
- Returns
- The new DOFObjectIDSource.
- Exceptions
-
NULL | is returned if an invalid parameter is detected or the source ID could not be created. |
|