Previous section.

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

NAME

uuid_create_nil-creates a nil-valued UUID

SYNOPSIS

#include <dce/uuid.h>

void uuid_create_nil( uuid_t *nil_uuid, unsigned32 *status);

PARAMETERS

Output

nil_uuid
Returns a nil-valued 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_nil() routine creates a nil-valued UUID.

RETURN VALUE

None.

SEE ALSO


uuid_create().

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