| Platform SDK: Active Directory, ADSI, and Directory Services | 
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;
| dwFlags | Description | 
|---|---|
| DSCCIF_HASWIZARDDIALOG | If set, returns the wizard dialog class identifier. | 
| DSCCIF_HASWIZARDPRIMARYPAGE | Returns a primary wizard dialog class identifier. | 
  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.