UuidHash function
An application calls the UuidHash function to generate a hash value for a specified UUID.
Syntax
unsigned short RPC_ENTRY UuidHash( UUID __RPC_FAR *Uuid, RPC_STATUS __RPC_FAR *Status );
Parameters
- Uuid
-
UUID for which a hash value is created.
- Status
-
Returns RPC_S_OK.
Return value
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also