IClusCfgManagedResourceData interface
[This interface is available for use only in Windows Server 2003.]
The IClusCfgManagedResourceData interface allows configuration objects to get, set, and exchange data between instances of managed resources on different nodes.
Members
The IClusCfgManagedResourceData interface inherits from the IUnknown interface. IClusCfgManagedResourceData also has these types of members:
- Methods
Methods
The IClusCfgManagedResourceData interface has these methods.
| Method | Description |
|---|---|
| GetResourcePrivateData | Get a managed resource's private state data. (Inherited from IClusCfgCallback) |
| SetResourcePrivateData | Set the data obtained from the GetResourcePrivateData method into the private data of a different managed resource. (Inherited from IClusCfgCallback) |
Examples
See the MyCapabilities and MyStartupListener samples in the Samples directory of the Platform SDK.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
IID |
IID_IClusCfgManagedResourceData is defined as 8447ECB7-2171-4E21-A108-0EB5B0B516DA |