Platform SDK: Active Directory, ADSI, and Directory Services

IDsDisplaySpecifier::GetClassCreationInfo

The IDsDisplaySpecifier::GetClassCreationInfo method retrieves the information about the class creation wizard of a given object class.

HRESULT GetClassCreationInfo(
  LPCWSTR pszObjectClass,
  LPDSCLASSCREATIONINFO ppdscci
);

Parameters

pszObjectClass
[in] Name of an object class to be created using its class creation wizard.
ppdscci
[in] Pointer to a DSCLASSCREATIONINFO structure containing the class creation information.

Return Values

This method returns an HRESULT value.

Remarks

The class creation information as represented in the DSCLASSCREATIONINFO structure includes class identifiers of the class creation wizard dialog, its primary property page, and a series of extensions.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.
  Library: Included as a resource in Dsuiext.dll.

See Also

Active Directory Display Interfaces, DSCLASSCREATIONINFO, IDsDisplaySpecifier