A COM interface to ADSI's IDsObjectPicker interface.
Derived from PyIUnknown
-
Initializes the IDsObjectPicker interface with information about the scopes, filters, and options used by the object picker dialog box.
-
Displays a modal object picker dialog box and returns the user's selections.
PyIDsObjectPicker.Initialize
Initialize(targetComputer, scopeInfos, options, attrNames) Initializes the IDsObjectPicker interface with information about the scopes, filters, and options used by the object picker dialog box.
-
targetComputer : PyUnicode
-
scopeInfos : PyDSOP_SCOPE_INIT_INFOs
-
options=0 : int
-
attrNames=None : [PyUnicode, ...]
PyIDsObjectPicker.InvokeDialog
PyIDataObject = InvokeDialog(hwnd) Displays a modal object picker dialog box and returns the user's selections.
- hwnd : int