// B3 20 ËÍÀñÎï³É¹¦Í¨Öª #tagGCSendGiftsOKList struct tagGCSendGiftsOK { BYTE NameLen; char Name[NameLen]; // ÔùËÍ·½Íæ¼ÒÃû DWORD PlayerID; // ÔùËÍ·½Íæ¼ÒID WORD GiftNum; // ÔùËÍÀñÎï±àºÅ DWORD GiftCount; // ÔùËÍÀñÎïÊýÁ¿ DWORD SendTime; // ÔùËÍʱ¼ä´Á }; struct tagGCSendGiftsOKList { tagHead Head; WORD Count; tagGCSendGiftsOK SendGiftsOKList[Count]; };