OpenDOF Project
char* DOFObjectID_CreateStandardString ( const DOFObjectID  self)

Convert a DOFObjectID into its standard string representation.

Resource Management:
This function allocates resources that must later be freed by calling PCRMem_Free. The standardized Object 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
selfThe DOFObjectID to convert. This should not be NULL.
Returns
Pointer to the newly generated string buffer.
Exceptions
NULLis returned if
  • an invalid parameter is detected; or
  • insufficient resources exist to create the string.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22