ClusterRegBatchReadCommand 函数 (clusapi.h)
从批处理通知中读取命令。
语法
LONG ClusterRegBatchReadCommand(
[in] HREGBATCHNOTIFICATION hBatchNotification,
[out] CLUSTER_BATCH_COMMAND *pBatchCommand
);
参数
[in] hBatchNotification
批处理通知的句柄。
[out] pBatchCommand
指向 CLUSTER_BATCH_COMMAND 结构的指针,该结构将在成功返回时填充有关命令的信息。
返回值
函数返回以下 系统错误代码之一。
注解
PCLUSTER_REG_GET_BATCH_NOTIFICATION类型定义指向此函数的指针。
要求
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2008 Datacenter、Windows Server 2008 企业版 |
目标平台 | Windows |
标头 | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |