uuid_create-creates a new UUID
#include <dce/uuid.h>
void uuid_create(
uuid_t *uuid,
unsigned32 *status);
Output
- uuid
- Returns the new UUID.
- 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.
The uuid_create() routine creates a new UUID.
None.
uuid_create_nil()
uuid_from_string()
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 |