undocumented functions LISTWHEEL_SetItemData()/LISTWHEEL_GetItemData()

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • undocumented functions LISTWHEEL_SetItemData()/LISTWHEEL_GetItemData()

      in the LISTWHEEL.h file I found these two statements:

      C Source Code

      1. /*********************************************************************
      2. *
      3. * Member functions
      4. *
      5. **********************************************************************
      6. */
      7. void LISTWHEEL_AddString (LISTWHEEL_Handle hObj, const char * s);
      8. void * LISTWHEEL_GetItemData (LISTWHEEL_Handle hObj, unsigned Index); /* not to be documented */
      9. [...]
      10. void LISTWHEEL_SetItemData (LISTWHEEL_Handle hObj, unsigned Index, void * pData); /* not to be documented */



      LISTWHEEL_SetItemData ()/LISTWHEEL_GetItemData () functions have the comment "not to be documented".
      What these functions do I think I can guess from the names.

      Why are they not documented? What happens if I use these two functions? what risk?



      best regards
      Max