uuid_hash(3) — Subroutines
NAME
uuid_hash - Creates a hash value for a UUID
Used by client, server, or management applications.
SYNOPSIS
#include <dce/uuid.h>
unsigned16 uuid_hash(
uuid_t ∗uuid ,
unsigned32 ∗status );
PARAMETERS
Input
uuidSpecifies the UUID for which a hash value is created. Supply NULL to specify a nil UUID for this argument.
Output
statusReturns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not. The possible status codes and their meanings are as follows:
uuid_s_okSuccess.
uuid_s_bad_version
Bad UUID version.
DESCRIPTION
The uuid_hash routine generates a hash value for a specified UUID.
Note that the return value for a single uuid value may differ across platforms.
RETURN VALUES
Returns a hash value for the specified UUID.
RELATED INFORMATION
None.