MyPage Applet: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 36: | Line 36: | ||
The is the 0xB0-byte (0x10A8-byte with version 0x10000) struct pushed for the input storage. | The is the 0xB0-byte (0x10A8-byte with version 0x10000) struct pushed for the input storage. | ||
The fields following the userID are only set for [[#Type]] ShowUserDetailInfo | The fields following the userID are only set for [[#Type]] ShowUserDetailInfo, StartSendingFriendRequest, StartFriendInvitation, StartSendingFriendInvitation, and ShowReceivedInvitationDetail, for everything else these are cleared. | ||
The layout of the data following the userID with the [9.0.0+] types depends on what type is being used: | The layout of the data following the userID with the [9.0.0+] types depends on what type is being used: | ||
Line 48: | Line 48: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x18 || 0x4 || s32 NetworkServiceAccountId_count. Must be 1-15. | | 0x18 || 0x4 || s32 NetworkServiceAccountId_count. Must be 1-15. Number of friends to invite. | ||
|- | |- | ||
| 0x1C || 0x4 || Padding. | | 0x1C || 0x4 || Padding. | ||
Line 67: | Line 67: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x18 || 0x4 || s32 NetworkServiceAccountId_count. Must be 1-15. | | 0x18 || 0x4 || s32 NetworkServiceAccountId_count. Must be 1-15. Number of friends to invite. | ||
|- | |- | ||
| 0x1C || 0x4 || Padding. | | 0x1C || 0x4 || Padding. | ||
Line 116: | Line 116: | ||
| ShowMyProfileForHomeMenu || 7 || true || Identical to ShowMyProfile except for PlayStartupSound. | | ShowMyProfileForHomeMenu || 7 || true || Identical to ShowMyProfile except for PlayStartupSound. | ||
|- | |- | ||
| [9.0.0+] StartFriendInvitation || 8 || false || | | [9.0.0+] StartFriendInvitation || 8 || false || Launches the applet for sending online-play invites to friends, where the friends are selected via the UI. | ||
|- | |- | ||
| [9.0.0+] StartSendingFriendInvitation || 9 || false || | | [9.0.0+] StartSendingFriendInvitation || 9 || false || |