Directory Services |
The DSOP_UPLEVEL_FILTER_FLAGS structure contains flags that indicate the filters to use for an up-level scope. An up-level scope is a scope that supports the ADSI LDAP provider. For more information, see ADSI LDAP Provider. This structure is contained in the DSOP_FILTER_FLAGS structure when calling IDsObjectPicker::Initialize.
typedef struct _DSOP_UPLEVEL_FILTER_FLAGS {
ULONG flBothModes;
ULONG flMixedModeOnly;
ULONG flNativeModeOnly; } DSOP_UPLEVEL_FILTER_FLAGS;
Value | Meaning |
---|---|
DSOP_FILTER_BUILTIN_GROUPS | Includes group objects with a groupType value having the flag GROUP_TYPE_BUILTIN_LOCAL_GROUP. |
DSOP_FILTER_COMPUTERS | Includes computer objects. |
DSOP_FILTER_CONTACTS | Includes contact objects. |
DSOP_FILTER_DOMAIN_LOCAL_GROUPS_DL | Includes distribution list domain global groups. |
DSOP_FILTER_DOMAIN_LOCAL_GROUPS_SE | Includes security enabled domain local groups. |
DSOP_FILTER_GLOBAL_GROUPS_DL | Includes distribution list global groups. |
DSOP_FILTER_GLOBAL_GROUPS_SE | Includes security enabled global groups. |
DSOP_FILTER_INCLUDE_ADVANCED_VIEW | Includes objects that have the showInAdvancedViewOnly attribute set to TRUE. |
DSOP_FILTER_UNIVERSAL_GROUPS_DL | Includes distribution list universal groups. |
DSOP_FILTER_UNIVERSAL_GROUPS_SE | Includes security enabled universal groups. |
DSOP_FILTER_USERS | Includes user objects. |
DSOP_FILTER_WELL_KNOWN_PRINCIPALS | Includes the contents of the WellKnown Security Principals container. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Objsel.h.
DSOP_FILTER_FLAGS, ADSI LDAP Provider, Directory Object Picker