uuid_hash Subroutine

Purpose

Creates a hash value for a given universally unique identifier (UUID).

Libary

Standard C Library (libc.a)

Syntax

#include <uuid.h>

unsigned16 uuid_hash(uuid, status )
uuid_p_t            uuid;
unsigned32         *status;

Description

The uuid_hash subroutine returns a 16-bit hash value for a given UUID.

Parameters

Item Description
uuid Points to the UUID for which the hash is to be generated
status Points to the location to store the status of the operation

Return Values

The uuid_hash subroutine returns a 16-bit hash value