Share via


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.

Syntax

HRESULT PostCreate(
  [in] IUnknown *punkServicesIn
);

Parameters

Return value

If the PostCreate method succeeds, return S_OK.

Return other HRESULT values to indicate that the call failed.

Remarks

Use the punkServicesIn parameter to call the IClusCfgResourcePostCreate::ChangeName and IClusCfgResourcePostCreate::SendResourceControl methods.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 Datacenter, Windows Server 2008 Enterprise

IDL

ClusCfgServer.idl

See also

IClusCfgManagedResourceCfg

IClusCfgResourcePostCreate

IClusCfgResourcePostCreate::ChangeName

IClusCfgResourcePostCreate::SendResourceControl