OpenDOF Project
char* DOFInterfaceID_CreateStandardString ( const DOFInterfaceID  iid)

Convert an Interface ID into its standard string representation.

Resource Management:
This function allocates resources that must later be freed by calling PCRMem_Free. The standardized Interface ID string format is described in the DOF Common Types document.
Note
The output is a null-terminated, readable string suitable for output in debug or log messages.
Parameters
iidThe DOFInterfaceID to convert. This should not be NULL.
Returns
Pointer to the newly generated string buffer.
Exceptions
NULLis returned if
  • the Interface ID is NULL, or
  • the required storage buffer cannot be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22