Important: The information in this document is obsolete and should not be used for new development.
OTGetUserPortNameFromPortRef
Returns a user-friendly name for a port.C INTERFACE
void OTGetUserPortNameFromPortRef(OTPortRef ref, Str255 friendlyName);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
ref
- A port reference
friendlyName
- A string specifying the port's name.
DISCUSSION
For sample code showing the use of this function, seeSEE ALSO
"Obtaining Port Information"The
OTCreatePortRef
function.