uuid_create_nil(3rpc) — Subroutines
NAME
uuid_create_nil — Creates a nil UUID; used by client, server, or management applications
Synopsis
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.
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).