24 #ifndef __IListControlData_h__ 25 #define __IListControlData_h__ 34 enum { kDefaultIID = IID_ILISTCONTROLDATA };
41 virtual void Remove(int32 index, bool16 invalidate = kTrue, bool16 notifyOfChange = kTrue) = 0;
47 virtual void Clear(bool16 invalidate = kTrue, bool16 notifyOfChange = kTrue) = 0;
53 virtual int32
Length()
const = 0;
61 virtual void Refresh()
const = 0;
72 virtual void Synchronize(SysControl sysControl)
const = 0;
76 #endif // __IListControlData_h__