pListboxInfo (PLBOXINFO)

      Pointer to a structure containing list box information.

    papszText (PSZ *)

      Pointer to an array of pointers to text strings.

      This parameter is a pointer to an array of pointers to zero-terminated strings. The array must contain at least ulItemCount items. (ulItemCount is a field in LBOXINFO.)

      If this parameter is set to NULL, a ulItemCount number of empty items are inserted into the list. This is useful for ownerdraw listboxes that do not make use of text strings.

    lCount (LONG)

      Number of items successfully inserted into the list.

      If the number of items is not the same as ulItemCount, an error has occured.


    [Back] [Next]