Share via


IClusCfgCreateClusterWizard::ShowWizard method

[This method is available for use only in Windows Server 2003.]

Displays the Create Cluster wizard, starting at the first page.

Syntax

HRESULT ShowWizard(
  [in, optional] long         lParentWindowHandleIn,
  [out]          VARIANT_BOOL *pfCompletedOut
);

Parameters

  • lParentWindowHandleIn [in, optional]
    Handle to the parent window of the wizard. The default value is zero. If the handle is zero, the wizard has no parent and will be displayed at the center of the screen. Otherwise, the wizard will be displayed at the center of the parent window.

  • pfCompletedOut [out]
    Pointer to a Boolean variant that indicates whether the changes were committed to the cluster. The following table shows the possible values.

    Value Meaning
    VARIANT_FALSE

    The wizard was canceled.

    VARIANT_TRUE

    The changes were committed to the cluster. All computers in the list were added as nodes to the cluster.

     

Return value

A value of S_OK indicates that the wizard was successfully displayed. Any other value indicates that the operation failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgWizard.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCreateClusterWizard is defined as F65C6990-A144-4127-AB6E-3712B75F1843

See also

IClusCfgCreateClusterWizard