CloseClusterNotifyPort 함수(clusapi.h)

CreateClusterNotifyPort를 통해 설정된 알림 포트를 닫습니다. PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT 형식은 이 함수에 대한 포인터를 정의합니다.

구문

BOOL CloseClusterNotifyPort(
  [in] HCHANGE hChange
);

매개 변수

[in] hChange

닫을 알림 포트에 대한 핸들입니다.

반환 값

이 함수는 항상 TRUE를 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 지원되는 버전 없음
지원되는 최소 서버 Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
대상 플랫폼 Windows
헤더 clusapi.h
라이브러리 ClusAPI.lib
DLL ClusAPI.dll

추가 정보

CreateClusterNotifyPort

GetClusterNotify

RegisterClusterNotify