| Platform SDK: Active Directory, ADSI, and Directory Services |
The DS_SELECTION_LIST structure contains information about the objects the user selected from an object picker dialog box.
To retrieve a DS_SELECTION_LIST structure, request the CFSTR_DSOP_DS_SELECTION_LIST clipboard format from the data object returned by the IDsObjectPicker::InvokeDialog method.
typedef struct _DS_SELECTION_LIST
{
ULONG cItems;
ULONG cFetchedAttributes;
DS_SELECTION aDsSelection[ANYSIZE_ARRAY];
} DS_SELECTION_LIST, *PDS_SELECTION_LIST;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Objsel.h.
DS_SELECTION, IDsObjectPicker::InvokeDialog, Object Picker Dialog Box Overview, Object Picker Dialog Box Structures