nn::friends::CTR::GetFriendMii Function

Syntax

Result GetFriendMii(
     MiiData * pMiiDataList,
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

Arguments

Name Description
out pMiiDataList Specifies a pointer to a buffer that stores obtained Mii data.
in pPrincipalIdList Specifies a pointer to a list of principal IDs.
in size Specifies the number of buffer elements in the principal ID list.

Return Values

Returns the result of the operation.

Description

Gets a list of friends' Mii data.

Returns empty Mii data if there is no friend corresponding to the key passed in the arguments.

To use the acquired Mii data, the separate "Mii Library" is required.


CONFIDENTIAL