Platform SDK: Active Directory, ADSI, and Directory Services

DSOP_UPLEVEL_FILTER_FLAGS

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;

Members

flBothModes
Filter flags to use for an uplevel scope, regardless of whether it is a mixed or native mode domain. This member can be a combination of the following 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.

flMixedModeOnly
Filter flags to use for an uplevel domain in mixed mode. Mixed mode refers to an uplevel domain that may have Windows NT® 4.0 Backup Domain Controllers present. This member can be a combination of the flags listed in the flBothModes table.
flNativeModeOnly
Filter flags to use for an uplevel domain in native mode. Native mode refers to an uplevel domain in which all domain controllers are running Windows® 2000 and an administrator has enabled native mode operation. This member can be a combination of the flags listed in the flBothModes table.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Objsel.h.

See Also

DSOP_FILTER_FLAGS, Object Picker Dialog Box Overview, Object Picker Dialog Box Structures