uuid_hash- creates a hash value for a UUID
#include <dce/uuid.h>
unsigned16 uuid_hash(
uuid_t *uuid,
unsigned32 *status);
Input
- uuid
- Specifies the UUID for which a hash value is created. Supply NULL to specify a null UUID for this argument.
Output
- status
- Returns the status code from this routine. This 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_hash() routine generates a hash value for a specified UUID.
Returns a hash value for the specified UUID.Note that the return value for a single uuid value may differ between implementations.
uuid_create()
uuid_create_nil()
uuid_compare()
uuid_equal()
uuid_from_string
uuid_is_nil\^()
uuid_to_string\^().
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 |