| 
 
 uuid_is_nil(3rpc)Determines if a UUID is nil Used by client, server, or management applications. Synopsis 
#include <dce/uuid.h>  boolean32 uuid_is_nil( uuid_t *uuid, unsigned32 *status); Parameters Input 
uuid  Output 
status  
Description  · Called the uuid_create_nil( ) routine. · Called the uuid_equal( ) routine to compare the returned nil UUID to the UUID specified in the uuid parameter. 
Return Values  
 
 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  
uuid_s_bad_version  
Related Information  
 
 
  |