Bearbeiten

UCOMIMoniker.Hash(Int32) Method

Definition

Calculates a 32-bit integer using the internal state of the moniker.

public:
 void Hash([Runtime::InteropServices::Out] int % pdwHash);
public void Hash (out int pdwHash);
abstract member Hash : int -> unit
Public Sub Hash (ByRef pdwHash As Integer)

Parameters

pdwHash
Int32

On successful return, contains the hash value for this moniker.

Remarks

For more information about IMoniker::Hash, see the MSDN Library.

Applies to