RegistryHelper.RegNotifyChangeKeyValue, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- hKey
Type : System.Runtime.InteropServices.SafeHandle
- watchSubtree
Type : System.Boolean
- dwNotifyFilter
Type : Microsoft.TeamFoundation.Common.Internal.RegistryChangeNotificationFilter
- hEvent
Type : System.Runtime.InteropServices.SafeHandle
- fAsynchronous
Type : System.Boolean
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.