IDsDisplaySpecifier::GetClassCreationInfo method (dsclient.h)
The IDsDisplaySpecifier::GetClassCreationInfo method retrieves data about the class creation wizard objects for a given object class.
Syntax
HRESULT GetClassCreationInfo(
[in] LPCWSTR pszObjectClass,
[in] LPDSCLASSCREATIONINFO *ppdscci
);
Parameters
[in] pszObjectClass
Pointer to a null-terminated Unicode string that contains the name of the attribute to obtain the ADsType for.
[in] ppdscci
Pointer to a DSCLASSCREATIONINFO structure pointer that receives the class creation data. This memory is allocated by this method. The caller must free this memory using LocalFree when it is no longer required.
Return value
Returns a standard HRESULT value including the following.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | dsclient.h |
DLL | Dsadmin.dll |