IClusCfgManagedResourceCfg::PostCreate method
The PostCreate method allows a configuration object to perform control code operations and change the name of a managed resource that has just been created.
HRESULT PostCreate(
[in] IUnknown *punkServicesIn
);
- punkServicesIn [in]
Pointer to an IUnknowninterface that can be queried for an IClusCfgResourcePostCreate interface.
If the PostCreate method succeeds, return S_OK.
Return other HRESULT values to indicate that the call failed.
Use the punkServicesIn parameter to call the IClusCfgResourcePostCreate::ChangeName and IClusCfgResourcePostCreate::SendResourceControl methods.
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
IDL |
ClusCfgServer.idl |