NCM services: Difference between revisions
Some more details about IContentMetaDatabase::List |
Clarification of IContentMetaDatabase::Get output buffer contents |
||
Line 324: | Line 324: | ||
| 0 || Set || Takes a [[NCA#Meta_records|Meta Record]], a type-5 [[NCA#Content_records|Content Records]] buffer and a u64 size. | | 0 || Set || Takes a [[NCA#Meta_records|Meta Record]], a type-5 [[NCA#Content_records|Content Records]] buffer and a u64 size. | ||
|- | |- | ||
| 1 || Get || Takes a [[NCA#Meta_records|Meta Record]], a type-6 buffer to write [[NCA#Content_records|Content Records]] to and a u64 size. Returns the actual Content Records | | 1 || Get || Takes a [[NCA#Meta_records|Meta Record]], a type-6 buffer to write [[NCA#Content_records|Content Records]] to and a u64 size. Returns the actual number of bytes read into the buffer. Content Records start at offset 0x8 of the buffer, at 0x2 is how many there are. | ||
|- | |- | ||
| 2 || Remove || Takes a [[NCA#Meta_records|Meta Record]], and removes the associated record. | | 2 || Remove || Takes a [[NCA#Meta_records|Meta Record]], and removes the associated record. |