Skip to content

Latest commit

 

History

History
54 lines (22 loc) · 1.29 KB

PyIDsObjectPicker.md

File metadata and controls

54 lines (22 loc) · 1.29 KB

PyIDsObjectPicker

PyIDsObjectPicker Object

A COM interface to ADSI's IDsObjectPicker interface.

Derived from PyIUnknown

Methods

  • Initialize

    Initializes the IDsObjectPicker interface with information about the scopes, filters, and options used by the object picker dialog box. 

  • InvokeDialog

    Displays a modal object picker dialog box and returns the user's selections. 

Initialize(targetComputer, scopeInfos, options, attrNames) Initializes the IDsObjectPicker interface with information about the scopes, filters, and options used by the object picker dialog box.

Parameters

PyIDsObjectPicker.InvokeDialog

PyIDataObject = InvokeDialog(hwnd) Displays a modal object picker dialog box and returns the user's selections.

Parameters

  • hwnd : int