nn::friends::CTR::GetFriendAttributeFlags FunctionResult GetFriendAttributeFlags( bit32 * pAttributeFlagsList, const FriendKey * pFriendKeyList, size_t size = 1 ); Result GetFriendAttributeFlags( bit32 * pAttributeFlagsList, const PrincipalId * pPrincipalIdList, size_t size = 1 );
GetFriendAttributeFlags(bit32 *, const FriendKey *, size_t)
|
Gets a list of friend relationships. |
GetFriendAttributeFlags(bit32 *, const PrincipalId *, size_t)
|
Gets a list of friend relationships. |
GetFriendAttributeFlags(bit32 *, const FriendKey *, size_t)Friend relationships are represented as a bitwise OR of attributes. Friends that have established a friend relationship with the local host at least once have the nn::friends::CTR::ATTRIBUTE_FLAG_ESTABLISHED bit set to 1.
GetFriendAttributeFlags(bit32 *, const PrincipalId *, size_t)Friend relationships are represented as a bitwise OR of attributes. Friends that have established a friend relationship with the local host at least once have the nn::friends::CTR::ATTRIBUTE_FLAG_ESTABLISHED bit set to 1.
CONFIDENTIAL