Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ uuid_create_nil(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

uuid_create(3)

uuid_create_nil(3)  —  Subroutines

NAME

uuid_create_nil - 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_uuidReturns a nil UUID. 

statusReturns the status code from this routine.  This status code indicates whether the routine completed successfully or, if not, why not.  The possible status code and its meaning is as follows:

uuid_s_okSuccess. 

DESCRIPTION

The uuid_create_nil routine creates a nil UUID. 

RETURN VALUES

None. 

RELATED INFORMATION

Functions: uuid_create(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026