lItemIndex (LONG)

      Index of the item to insert after.

      Possible values are described in the following list:

      LIT_END

        Add items to the end of the list.
      LIT_SORTASCENDING
        Add items to the list and sort the complete list in ascending order.
      LIT_SORTDESCENDING
        Add items to the list and sort the complete list in descending order.
      Other
        Add the items to the list after the specified zero-based index. Valid range is 0 to 32 767.


      [Back] [Next]