IMoniker.Hash(Int32) Método

Definición

Calcula un entero de 32 bits mediante el estado interno del 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)

Parámetros

pdwHash
Int32

Cuando este método devuelve , contiene el valor hash de este moniker. Este parámetro se pasa sin inicializar.

Comentarios

Para obtener más información, vea Método IMoniker::Hash.

Se aplica a