Shared Database services: Difference between revisions

No edit summary
Line 258: Line 258:


== QueryApplicationEvent ==
== QueryApplicationEvent ==
Takes an input u32, a type-0x6 output buffer containing an array where the struct size is 0x18-bytes, and returns an output u32.
Takes an input u32, a type-0x6 output buffer containing an array of [[#ApplicationEvent]], and returns an output u32 for actual total output entries.


== QueryPlayStatisticsByApplicationId ==
== QueryPlayStatisticsByApplicationId ==
Line 343: Line 343:
| 2 ||  
| 2 ||  
|}
|}
= ApplicationEvent =
{| class="wikitable" border="1"
|-
! Offset
! Size
! Description
|-
| 0x0 || 0x8 || titleID
|-
| 0x8 || 0x10 || ?
|}
This is a 0x18-byte struct.


= ApplicationPlayStatistics =
= ApplicationPlayStatistics =