Partager via


Fonction ClusterRegBatchReadCommand (clusapi.h)

Lit une commande à partir d’une notification par lot.

Syntaxe

LONG ClusterRegBatchReadCommand(
  [in]  HREGBATCHNOTIFICATION hBatchNotification,
  [out] CLUSTER_BATCH_COMMAND *pBatchCommand
);

Paramètres

[in] hBatchNotification

Handle de la notification par lot.

[out] pBatchCommand

Pointeur vers une structure de CLUSTER_BATCH_COMMAND qui sera remplie d’informations sur la commande lors d’un retour réussi.

Valeur retournée

La fonction retourne l’un des codes d’erreur système suivants.

Notes

Le type PCLUSTER_REG_GET_BATCH_NOTIFICATION définit un pointeur vers cette fonction.

Spécifications

   
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

Voir aussi

CLUSTER_BATCH_COMMAND

Fonctions d’accès au Registre de cluster