UuidHash function (rpcdce.h)

An application calls the UuidHash function to generate a hash value for a specified UUID.

Syntax

unsigned short UuidHash(
  UUID       *Uuid,
  RPC_STATUS *Status
);

Parameters

Uuid

UUID for which a hash value is created.

Status

Returns RPC_S_OK.

Return value

Note  For a list of valid error codes, see RPC Return Values.
 

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header rpcdce.h (include Rpc.h)
Library Rpcrt4.lib
DLL Rpcrt4.dll

See also

UuidCreate