1
2
3
4
5
6
7
8
9
10
// AA 14 À¬»ø·ÖÀà»î¶¯·ÖÀàÀ¬»ø #tagCMActGarbageSorting
 
struct    tagCMActGarbageSorting
{
    tagHead        Head;
    BYTE        ActNum;        //»î¶¯±àºÅ
    BYTE        GarbageSortingType;    //À¬»ø·ÖÀàÀàÐÍ£¬¼´ÊôÓÚÄÄÖÖÀ¬»ø
    BYTE        ItemIndexCount;        //À¬»ø±³°üÖеÄÎïÆ·Ë÷ÒýÊý
    BYTE        ItemIndexList[ItemIndexCount];    //À¬»ø±³°üÖеÄÎïÆ·Ë÷ÒýÁбí
};