RegistryHelper.RegNotifyChangeKeyValue (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Common.Internal
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
Public Shared Function RegNotifyChangeKeyValue ( _
    hKey As SafeHandle, _
    watchSubtree As Boolean, _
    dwNotifyFilter As RegistryChangeNotificationFilter, _
    hEvent As SafeHandle, _
    fAsynchronous As Boolean _
) As Integer
public static int RegNotifyChangeKeyValue(
    SafeHandle hKey,
    bool watchSubtree,
    RegistryChangeNotificationFilter dwNotifyFilter,
    SafeHandle hEvent,
    bool fAsynchronous
)

Parámetros

Valor devuelto

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

RegistryHelper Clase

Microsoft.TeamFoundation.Common.Internal (Espacio de nombres)