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
 - 
  
  
 
- Returns
 - Pointer to the newly generated string buffer. 
 
- Exceptions
 - 
  
    | NULL | is returned if
- the Interface ID is NULL, or
 
- the required storage buffer cannot be allocated. 
 
 
 |