1
2
3
4
5
6
7
8
//A5 01 ÒÑÉêÇë¼ÓÈëµÄ¼Ò×åÐÅÏ¢ #tagMCNotifyRequestJoinFamilyInfo
 
struct    tagMCNotifyRequestJoinFamilyInfo
{
    tagHead        Head;
    BYTE        RequestCount;        //ÉêÇëµÄÊýÁ¿
    DWORD        RequestJoinFamilyIDList[RequestCount];        //size = RequestCount
};