The ID of the dialog item from which the elements should be retrieved.
TRUE - data has been retrieved.
FALSE - error retrieving data.
Before retrieving a list element, you should fill the
FarListGetItemstructure. The
FarListGetItem.ItemIndex field should contain the index of the element to be retrieved.
struct FarListGetItem List;
List.ItemIndex=Index;
Info.SendDlgMessage(hDlg,DM_LISTGETITEM,ID,(LONG_PTR)&List);