UuidHash  K4.30B

The UuidHash function creates a hash value for a UUID.

#include <rpc.h>

unsigned short RPC_ENTRY UuidHash(

    UUID *  Uuid,

 

    RPC_STATUS *  Status

 

   );

 

 

Parameters

Uuid

Specifies the UUID for which a hash value is created.

Status

Returns any errors that may occur, and will normally be set by the function to RPC_S_OK upon return.

 

Remarks

An application calls the UuidHash routine to generate a hash value for a specified UUID. The hash value returned is implementation dependent and may vary from implementation to implementation.

See Also

UuidCreate