Create an Interface ID from a string representation of a DOFInterfaceID.
- Note
- Refer to the DOF Specification for more information on Interface ID Format.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFInterfaceID_Destroy.
- Parameters
-
data | The data, as a null-terminated C string. The data size is inferred by the string length. This should not be NULL, and should be a C string representation of the DOFInterfaceID in standard string format. |
- Returns
- The DOFInterfaceID. NULL is returned if the string is not properly formatted or insufficient resources exist to create the DOFInterfaceID.