IClusCfgEvictListener::EvictNotify method
[This method is available for use only in Windows Server 2003.]
The EvictNotify method is called to inform a component that a node has been evicted from the cluster.
Syntax
HRESULT EvictNotify(
[in] LPCWSTR pcszNodeNameIn
);
Parameters
- pcszNodeNameIn [in]
Pointer to the name of the node that was evicted.
Return value
If the EvictNotify method succeeds, it returns S_OK.
Any other HRESULT value indicates that the call failed.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
IID |
IID_IClusCfgEvictListener is defined as E20DDEE3-DEFC-4D54-B1F7-2AEB784C3847 |