PreviousNext

uuid_create_nil(3rpc)

Creates a nil UUID

Used by client, server, or management applications.

Synopsis

#include <dce/uuid.h>

void uuid_create_nil(

uuid_t *nil_uuid,

unsigned32 *status);

Parameters

Input

None.

Output

nil_uuid
Returns a nil UUID.

status
Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.

Description
The uuid_create_nil( ) routine creates a nil UUID.

Return Values
No value is returned.

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
Success.

Related Information
Functions: uuid_create(3rpc)