int GUI_ARRAY_SethItem (GUI_ARRAY* pThis, unsigned int Index, WM_HMEM hItem); WM_HMEM GUI_ARRAY_SetItem (GUI_ARRAY* pThis, unsigned int Index, const void* pData, int Len); void GUI_ARRAY_DeleteItem ...
void * GUI_ARRAY_GetpItemLocked (GUI_ARRAY hArray, unsigned int Index); int GUI_ARRAY_SethItem (GUI_ARRAY hArray, unsigned int Index, WM_HMEM hItem); WM_HMEM GUI_ARRAY_SetItem (GUI_ARRAY hArray, ...