Previous section.

CDE 1.1: Remote Procedure Call
Copyright © 1997 The Open Group

NAME

uuid_create-creates a new UUID

SYNOPSIS

#include <dce/uuid.h>

void uuid_create( uuid_t *uuid, unsigned32 *status);

PARAMETERS

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.

DESCRIPTION

The uuid_create() routine creates a new UUID.

RETURN VALUE

None.

SEE ALSO


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