IClusCfgStartupListener interface
[This interface is available for use only in Windows Server 2003.]
The IClusCfgStartupListener interface is implemented by a configuration object in order to be notified when the Cluster service has started.
The IClusCfgStartupListener interface inherits from the IUnknown interface. IClusCfgStartupListener also has these types of members:
- Methods
The IClusCfgStartupListener interface has these methods.
Method | Description |
---|---|
Notify | Notifies a configuration object that the Cluster service has started on the local node. |
Components that implement the IClusCfgStartupListener interface must register themselves as members of the component category CATID_ClusCfgStartupListeners, defined in ClusCfgGuids.h.
Please refer to the MyCapabilities and MyStartupListener samples in the Samples directory of the Platform SDK.
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
IID |
IID_IClusCfgStartupListener is defined as D282CAEF-2EDE-4AB9-A5D5-F7BDE3D23F0F |