Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct PMSG_REGEVENTCHIP_RESULT
- {
- PBMSG_HEAD h; // C1:95
- BYTE Type; // 3
- int ChipCount; // 4
- };
- struct PMSG_GETMUTONUMBER_RESULT
- {
- PBMSG_HEAD h; // C1:96
- short MutoNum[3]; // 4
- };
- struct PMSG_EVENTCHIPINFO
- {
- PBMSG_HEAD h; // C1:94
- BYTE Type; // 3
- int ChipCount; // 4
- short MutoNum[3]; // 6
- };
- //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- struct PMSG_ANS_VIEW_EC_MN
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- char bSUCCESS; // 13
- int nEVENT_CHIPS; // 14
- int iMUTO_NUM; // 18
- };
- struct PMSG_ANS_REGISTER_EVENTCHIP
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- BYTE Pos; // 8
- char szUID[11]; // 9
- char bSUCCESS; // 14
- int nEVENT_CHIPS; // 16
- };
- struct PMSG_ANS_REGISTER_MUTONUM
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- char bSUCCESS; // 13
- int iMUTO_NUM; // 14
- };
- struct PMSG_ANS_RESET_EVENTCHIP
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- char bSUCCESS; // 13
- };
- struct PMSG_ANS_VIEW_STONES
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- char bSUCCESS; // 13
- int iStoneCount; // 14
- };
- struct PMSG_ANS_REGISTER_STONES
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- BYTE iPosition; // 8
- char szUID[11]; // 9
- char bSUCCESS; // 14
- int iStoneCount; // 18
- };
- struct PMSG_ANS_DELETE_STONES
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- char bSUCCESS; // 13
- int iStoneCount; // 14
- };
- struct PMSG_ANS_2ANIV_SERIAL
- {
- PBMSG_HEAD h;
- int iINDEX; // 4
- char szUID[11]; // 8
- BYTE btIsRegistered; // 13
- int iGiftNumber; // 14
- };
Advertisement
Add Comment
Please, Sign In to add comment