struct ITEM_INFO { int m_itemType; int m_location; unsigned int m_itemIndex; int m_wearLocation; int m_num; int m_price; int m_realPrice; int m_slot[4]; std::basic_string,std::allocator > m_itemName; char m_isIdentified; char m_isDamaged; int m_refiningLevel; unsigned __int16 m_isYours; int m_deleteTime; };