uuid_from_string- converts the string representation of a UUID to the binary representation
#include <dce/uuid.h>
void uuid_from_string(
unsigned_char_t *string_uuid,
uuid_t *uuid,
unsigned32 *status);
Input
- string_uuid
- A string UUID. (For information about string UUIDs, see
RPC Data Types .)
Output
- uuid
- Returns the UUID specified by the string_uuid argument.
- status
- Returns the status code from this routine. The status code indicates whether the routine completed successfully, or if not, why not.
Possible status codes and their meanings include:
- uuid_s_ok
- Success.
An application calls the uuid_from_string() routine to convert the string representation of a UUID, string_uuid, to its equivalent binary representation.
None.
uuid_to_string().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.
Contents | Next section | Index |