Directory Services |
The IDsDisplaySpecifier::IsClassContainer method determines if a given object class is a container.
BOOL IsClassContainer( LPCWSTR pszObjectClass, LPCWSTR pszAdsPath, DWORD dwFlags );
Value | Meaning |
---|---|
DSICCF_IGNORETREATASLEAF | The treatAsLeaf attribute in the display specifier is ignored and only the schema data is used to determine if the class is a container. |
The method uses the schema data and/or the treatAsLeaf attribute of the display specifier to determine if an object class is a container. The object class is determined to be a container if the schema indicates that the class can contain other objects. The treatAsLeaf attribute of the display specifier can be used to override the schema indicator.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsclient.h.