The UuidHash function creates a hash value for a UUID.
#include <rpc.h>
unsigned short RPC_ENTRY UuidHash(
UUID * Uuid,
RPC_STATUS * Status
);
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.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcdce.h.
Import Library: Link with rpcrt4.lib.