Directory Services |
The IDsObjectPicker::InvokeDialog method displays a modal object picker dialog box and returns the user selections.
HRESULT InvokeDialog( HWND hwndParent, IDataObject** ppdoSelections );
Before IDsObjectPicker::InvokeDialog is called, the IDsObjectPicker object must be initialized by calling IDsObjectPicker::Initialize. After the IDsObjectPicker object is initialized, InvokeDialog can be called multiple times without reinitializing the interface.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Objsel.h.
CFSTR_DSOP_DS_SELECTION_LIST, IDataObject, IDsObjectPicker, DS_SELECTION, DS_SELECTION_LIST, Directory Object Picker