Platform SDK: Active Directory, ADSI, and Directory Services |
The DSOP_UPLEVEL_FILTER_FLAGS structure contains flags that indicate the filters to use for an uplevel scope. The global catalog and Windows® 2000 domains are uplevel scopes, which are scopes that support the ADSI LDAP provider.
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. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Objsel.h.
DSOP_FILTER_FLAGS, Object Picker Dialog Box Overview, Object Picker Dialog Box Structures