35 #ifndef GUI_ARRAY_PRIVATE_H 36 #define GUI_ARRAY_PRIVATE_H 59 WM_HMEM GUI_ARRAY__GethItem (
const GUI_ARRAY_OBJ * pThis,
unsigned int Index);
60 void * GUI_ARRAY__GetpItem (
const GUI_ARRAY_OBJ * pThis,
unsigned int Index);
61 void * GUI_ARRAY__GetpItemLocked(
const GUI_ARRAY_OBJ * pThis,
unsigned int Index);
62 int GUI_ARRAY__SethItem ( GUI_ARRAY_OBJ * pThis,
unsigned int Index, WM_HMEM hItem);