Lines Matching refs:u32
71 u32 type; // Address type [4Bytes]
72 u32 status; // Friend relation status [4Bytes]
75 u32 reserved[6]; // Reserved [24Bytes]
106 NWC24Err NWC24ReadFriendInfo( NWC24FriendInfo* info, u32 index );
107 NWC24Err NWC24WriteFriendInfo( const NWC24FriendInfo* info, u32 index );
108 NWC24Err NWC24UpdateFriendInfo( const NWC24FriendInfo* info, u32 index );
109 NWC24Err NWC24DeleteFriendInfo( u32 index );
110 NWC24Err NWC24SwapFriendInfos( u32 index0, u32 index1 );
111 NWC24Err NWC24GetFriendInfoStatus( u32* type, u32* status, u32 index );
113 NWC24Err NWC24SearchFriendInfoById( NWC24UserId id, u32* index );
114 NWC24Err NWC24SearchFriendInfoByAddr( const NWC24FriendAddr* addr, u32* index );
116 NWC24Err NWC24GetNumFriendInfos( u32* num );
117 NWC24Err NWC24GetNumRegFriendInfos( u32* num );
118 NWC24Err NWC24GetNumEstFriendInfos( u32* num );
119 int NWC24IsFriendInfoThere( u32 index );