Función ClusterRegBatchReadCommand (clusapi.h)
Lee un comando de una notificación por lotes.
Sintaxis
LONG ClusterRegBatchReadCommand(
[in] HREGBATCHNOTIFICATION hBatchNotification,
[out] CLUSTER_BATCH_COMMAND *pBatchCommand
);
Parámetros
[in] hBatchNotification
Identificador de la notificación por lotes.
[out] pBatchCommand
Puntero a una estructura de CLUSTER_BATCH_COMMAND que se rellenará con información sobre el comando al devolver correctamente.
Valor devuelto
La función devuelve uno de los siguientes códigos de error del sistema.
Comentarios
El tipo PCLUSTER_REG_GET_BATCH_NOTIFICATION define un puntero a esta función.
Requisitos
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Plataforma de destino | Windows |
Encabezado | clusapi.h |
Library | ClusAPI.lib |
Archivo DLL | ClusAPI.dll |