object = accListItem(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_LISTITEM role.
This is an item in a list object, for example in a combo box or list box. It is usually implemented as a simple child of the list, rather than a separate object.
wnd Overview | MS Accessibility