OpenDOF Project
DOFInterfaceID DOFInterfaceID_Create_StandardString ( const char *  data)

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
dataThe 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.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22