Fonction ClusterRegCloseBatchNotifyPort (clusapi.h)
Ferme un abonnement à un port de notification par lots créé par la fonction ClusterRegCreateBatchNotifyPort .
Syntaxe
LONG ClusterRegCloseBatchNotifyPort(
[in] HREGBATCHPORT hBatchNotifyPort
);
Paramètres
[in] hBatchNotifyPort
Handle vers le port de notification par lots créé précédemment via la fonction ClusterRegCreateBatchNotifyPort .
Valeur retournée
La fonction retourne l’un des codes d’erreur système suivants.
Code/valeur de retour | Description |
---|---|
|
L'opération a réussi. |
|
Le handle n’est pas valide. |
Remarques
Le type PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT définit un pointeur vers cette fonction.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Aucun pris en charge |
Serveur minimal pris en charge | Windows Server 2008 Datacenter, Windows Server 2008 Entreprise |
Plateforme cible | Windows |
En-tête | clusapi.h |
Bibliothèque | ClusAPI.lib |
DLL | ClusAPI.dll |