libnx
v4.7.0
|
Content Manager (ncm) service types (see ncm.h for the rest). More...
Go to the source code of this file.
Data Structures | |
struct | NcmContentId |
ContentId. More... | |
struct | NcmPlaceHolderId |
PlaceHolderId. More... | |
struct | NcmContentMetaKey |
ContentMetaKey. More... | |
struct | NcmApplicationContentMetaKey |
ApplicationContentMetaKey. More... | |
struct | NcmContentInfo |
ContentInfo. More... | |
struct | NcmPackagedContentInfo |
PackagedContentInfo. More... | |
struct | NcmContentMetaInfo |
ContentMetaInfo. More... | |
struct | NcmContentMetaHeader |
ContentMetaHeader. More... | |
struct | NcmApplicationMetaExtendedHeader |
ApplicationMetaExtendedHeader. More... | |
struct | NcmPatchMetaExtendedHeader |
PatchMetaExtendedHeader. More... | |
struct | NcmAddOnContentMetaExtendedHeader |
AddOnContentMetaExtendedHeader [15.0.0+]. More... | |
struct | NcmLegacyAddOnContentMetaExtendedHeader |
LegacyAddOnContentMetaExtendedHeader [1.0.0-14.1.2]. More... | |
struct | NcmDataPatchMetaExtendedHeader |
DataPatchMetaExtendedHeader. More... | |
struct | NcmSystemUpdateMetaExtendedHeader |
SystemUpdateMetaExtendedHeader. More... | |
struct | NcmProgramLocation |
ProgramLocation. More... | |
Functions | |
static void | ncmContentInfoSizeToU64 (const NcmContentInfo *info, u64 *out) |
Retrieves the content size from a NcmContentInfo struct. More... | |
static void | ncmU64ToContentInfoSize (const u64 size, NcmContentInfo *info) |
Updates the content size from a NcmContentInfo struct. More... | |
Content Manager (ncm) service types (see ncm.h for the rest).
enum NcmContentMetaType |
ContentMetaType.
enum NcmContentType |
enum NcmStorageId |
|
inlinestatic |
Retrieves the content size from a NcmContentInfo struct.
[in] | info | Pointer to NcmContentInfo struct. |
[out] | out | Output size. |
|
inlinestatic |
Updates the content size from a NcmContentInfo struct.
[in] | size | Input size. |
[out] | out | Pointer to NcmContentInfo struct. |