UuidHash

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.

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpcdce.h.
  Import Library: Link with rpcrt4.lib.

See Also

UuidCreate