Directory Services |
The DS_SELECTION_LIST structure contains data about the objects the user selected from an object picker dialog box. This structure is supplied by the IDataObject interface supplied by the IDsObjectPicker::InvokeDialog method in the CFSTR_DSOP_DS_SELECTION_LIST data format.
typedef struct _DS_SELECTION_LIST {
ULONG cItems;
ULONG cFetchedAttributes;
DS_SELECTION aDsSelection[ANYSIZE_ARRAY]; } DS_SELECTION_LIST,
*PDS_SELECTION_LIST;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Objsel.h.
IDataObject, IDsObjectPicker::InvokeDialog, CFSTR_DSOP_DS_SELECTION_LIST, DS_SELECTION, Directory Object Picker