Compartir a través de


Método UCOMIMoniker.Hash (Int32)

 

Publicado: octubre de 2016

Calcula un entero de 32 bits utilizando el estado interno del moniker.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

void Hash(
    out int pdwHash
)
void Hash(
    [OutAttribute] int% pdwHash
)
abstract Hash : 
        pdwHash:int byref -> unit
Sub Hash (
    <OutAttribute> ByRef pdwHash As Integer
)

Parámetros

  • pdwHash
    Type: System.Int32

    En la devolución es correcta, contiene el valor hash de este moniker.

Comentarios

Para obtener más información sobre IMoniker::Hash, vea MSDN Library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Interfaz UCOMIMoniker
Espacio de nombres System.Runtime.InteropServices

Volver al principio