Compartir a través de


Función CloseClusterNotifyPort (clusapi.h)

Cierra un puerto de notificación establecido mediante CreateClusterNotifyPort. El tipo PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT define un puntero a esta función.

Sintaxis

BOOL CloseClusterNotifyPort(
  [in] HCHANGE hChange
);

Parámetros

[in] hChange

Controle el puerto de notificación para cerrar.

Valor devuelto

Esta función siempre devuelve TRUE.

Requisitos

Requisito Value
Cliente mínimo compatible No se admite ninguno
Servidor mínimo compatible Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Plataforma de destino Windows
Encabezado clusapi.h
Library ClusAPI.lib
Archivo DLL ClusAPI.dll

Consulte también

CreateClusterNotifyPort

GetClusterNotify

RegisterClusterNotify