uuid_create_nil-creates a nil-valued UUID
#include <dce/uuid.h>
void uuid_create_nil(
uuid_t *nil_uuid,
unsigned32 *status);
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.
The uuid_create_nil() routine creates a nil-valued UUID.
None.
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 |