Searched refs:GetFriendProfile (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/friends/CTR/ |
| D | friends_Api.h | 66 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size ); 67 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size ); 568 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 ); 569 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile() function 571 return detail::GetFriendProfile( pProfileList, pFriendKeyList, size ); in GetFriendProfile() 596 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =… 597 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile() function 599 return detail::GetFriendProfile( pProfileList, pPrincipalIdList, size ); in GetFriendProfile()
|