Capture services: Difference between revisions
No edit summary |
|||
Line 251: | Line 251: | ||
| 141 || [6.0.0+] GetAlbumFileList2AafeUidAruidDeprecated | | 141 || [6.0.0+] GetAlbumFileList2AafeUidAruidDeprecated | ||
|- | |- | ||
| 142 || [7.0.0+] GetAlbumFileList3AaeAruid | | 142 || [7.0.0+] [[#GetAlbumFileList3AaeAruid]] | ||
|- | |- | ||
| 143 || [7.0.0+] GetAlbumFileList4AaeUidAruid | | 143 || [7.0.0+] [[#GetAlbumFileList4AaeUidAruid]] | ||
|- | |- | ||
| 60002 || OpenAccessorSessionForApplication | | 60002 || OpenAccessorSessionForApplication | ||
Line 260: | Line 260: | ||
== SetShimLibraryVersion == | == SetShimLibraryVersion == | ||
Takes an input u64 [[#ShimLibraryVersion]], an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and a PID, no output. | Takes an input u64 [[#ShimLibraryVersion]], an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and a PID, no output. | ||
== GetAlbumFileList3AaeAruid == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumEntry]], a PID, an u8, two [[#AlbumFileDateTime]], and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | |||
The first [[#AlbumFileDateTime]] is the start DateTime, the second [[#AlbumFileDateTime]] is the end DateTime. | |||
== GetAlbumFileList4AaeUidAruid == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumEntry]], a PID, an u8, two [[#AlbumFileDateTime]], an u128 userID, and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | |||
The first [[#AlbumFileDateTime]] is the start DateTime, the second [[#AlbumFileDateTime]] is the end DateTime. | |||
== IAlbumAccessorApplicationSession == | == IAlbumAccessorApplicationSession == |