Platform SDK: Active Directory, ADSI, and Directory Services

DSCLASSCREATIONINFO

The DSCLASSCREATIONINFO structure represents a class creation wizard for an Active Directory object class.

typedef struct DSCLASSCREATIONINFO
{
  DWORD  dwFlags;
  CLSID  clsidWizardDialog;
  CLSID  clsidWizardPrimaryPage;
  DWORD  cWizardExtensions;
  CLSID  aWizardExtensions [1];
} DSCLASSCREATIONINFO, *LPDSCLASSCREATIONINFO;

Members

dwFlags
Wizard invocation flags:
dwFlags Description
DSCCIF_HASWIZARDDIALOG If set, returns the wizard dialog class identifier.
DSCCIF_HASWIZARDPRIMARYPAGE Returns a primary wizard dialog class identifier.

clsidWizardDialog
Class identifier of the class creation wizard dialog
clsidWizardPrimaryPage
Class identifier of the primary property page of the class creation wizard.
cWizardExtensions
Number of wizard extension pages.
aWizardExtensions
Class identifiers of the custom property pages of the class creation wizard.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.

See Also

Active Directory Display Structures, IDsDisplaySpecifier