16,548
社区成员




typedef struct _LST_DATA_
{
DWORD dwcolIdx;
wchar_t chcolValue1[10];
wchar_t chcolValue2[10];
wchar_t chcolValue3[10];
_LST_DATA_()
{
ZeroMemory(this, sizeof(*this));
}
}LST_DATA, *LPLST_DATA;
typedef std::vector<LST_DATA> ARY_LST;
private:
ARY_LST m_aryLstData;
int nState = 0;
m_list.DeleteItem(nIndex);