Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Creates a subscription to a batch notification port. The batch notification port needs to be closed after it is no longer needed. This is done via the ClusterRegCloseBatchNotifyPort function.
LONG ClusterRegCreateBatchNotifyPort(
[in] HKEY hKey,
[out] HREGBATCHPORT *phBatchNotifyPort
);
[in] hKey
A cluster registry key. Any updates performed at this key or keys below it will be posted to a notification port.
[out] phBatchNotifyPort
A handle to a batch notification port that allows subsequent reading batch notifications via the ClusterRegGetBatchNotification function.
If the operation succeeds, the function returns ERROR_SUCCESS (0).
If the operation fails, the function returns a system error code.
The PCLUSTER_REG_CREATE_BATCH_NOTIFY_PORT type defines a pointer to this function.
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Target Platform | Windows |
Header | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |
Cluster Registry Access Functions
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today