Capture services: Difference between revisions
Line 237: | Line 237: | ||
| 102 || [[#GetAlbumFileList0AafeAruidDeprecated]] | | 102 || [[#GetAlbumFileList0AafeAruidDeprecated]] | ||
|- | |- | ||
| 103 || DeleteAlbumFileByAruid | | 103 || [[#DeleteAlbumFileByAruid]] | ||
|- | |- | ||
| 104 || GetAlbumFileSizeByAruid | | 104 || [[#GetAlbumFileSizeByAruid]] | ||
|- | |- | ||
| 105 || DeleteAlbumFileByAruidForDebug | | 105 || [[#DeleteAlbumFileByAruidForDebug]] | ||
|- | |- | ||
| 110 || LoadAlbumScreenShotImageByAruid | | 110 || LoadAlbumScreenShotImageByAruid | ||
Line 265: | Line 265: | ||
== GetAlbumFileList0AafeAruidDeprecated == | == GetAlbumFileList0AafeAruidDeprecated == | ||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumFileEntry]], a PID, an u8, two s64s, and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumFileEntry]], a PID, an u8, two s64s, and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | ||
== DeleteAlbumFileByAruid == | |||
Takes a PID, an input u8, an [[#ApplicationAlbumFileEntry]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and no output. | |||
== GetAlbumFileSizeByAruid == | |||
Takes a PID, an input [[#ApplicationAlbumFileEntry]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and returns an output u64. | |||
== DeleteAlbumFileByAruidForDebug == | |||
Takes a PID, an input u8, an [[#ApplicationAlbumFileEntry]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and no output. | |||
== GetAlbumFileList1AafeAruidDeprecated == | == GetAlbumFileList1AafeAruidDeprecated == |