0 out of 1 rated this helpful - Rate this topic

CloseClusterNotifyPort function

Closes a notification port established through CreateClusterNotifyPort.

Syntax


BOOL WINAPI CloseClusterNotifyPort(
  _In_  HCHANGE hChange
);

Parameters

hChange [in]

Handle to the notification port to close.

Return value

This function always returns TRUE.

Examples

See Receiving Cluster Events and the Notification Port Example.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

Header

ClusApi.h

Library

ClusApi.lib

DLL

ClusApi.dll

See also

CreateClusterNotifyPort
GetClusterNotify
RegisterClusterNotify

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.