uuid_to_string(3rpc)Converts a UUID from a binary representation to a string representation Used by client, server, or management applications. Synopsis #include <dce/uuid.h> void uuid_to_string( uuid_t *uuid, unsigned_char_t **string_uuid, unsigned32 *status); Parameters Input
uuid Output
string_uuid
status
Description The RPC runtime allocates memory for the string returned in the string_uuid parameter. The application calls rpc_string_free( ) to deallocate that memory. It is not necessary to call rpc_string_free( ) when you supply NULL for the string_uuid parameter.
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
uuid_s_ok
uuid_s_bad_version
Related Information
|