AuthzRegisterCapChangeNotification, fonction (authz.h)
La fonction AuthzRegisterCapChangeNotification inscrit un rappel de notification de mise à jour CAP.
Syntaxe
AUTHZAPI BOOL AuthzRegisterCapChangeNotification(
[out] PAUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE phCapChangeSubscription,
[in] LPTHREAD_START_ROUTINE pfnCapChangeCallback,
[in, optional] PVOID pCallbackContext
);
Paramètres
[out] phCapChangeSubscription
Pointeur vers le handle d’abonnement aux notifications de modification CAP. Lorsque vous avez terminé d’utiliser le handle, vous pouvez vous désabonner en passant ce paramètre à la fonction AuthzUnregisterCapChangeNotification .
[in] pfnCapChangeCallback
Fonction de rappel de notification de modification CAP.
[in, optional] pCallbackContext
Contexte de l’utilisateur à passer à la fonction de rappel.
Valeur retournée
Si la fonction réussit, elle retourne TRUE.
Si la fonction échoue, elle retourne FALSE. Pour obtenir des informations détaillées sur l’erreur, appelez GetLastError.
Remarques
Cette fonction est destinée aux applications qui gèrent manuellement l’utilisation de CAP afin d’être informées des modifications de CAP dans le système.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | authz.h |
Bibliothèque | Authz.lib |
DLL | Authz.dll |
Voir aussi
AuthzUnregisterCapChangeNotification