> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyXblGetEntityIdsFromXboxLiveUserIdsCompletedStateChange

> XBOX Live ユーザー ID から対応する PlayFab Entity ID のマッピングを返す PartyXblGetEntityIdsFromXboxLiveUserIdsCompleted 状態変更のリファレンスです。

*GetEntityIdsFromXboxLiveUserIdsCompleted* 種別の状態変更に固有の情報。

## 構文

```cpp theme={null}
struct PartyXblGetEntityIdsFromXboxLiveUserIdsCompletedStateChange : PartyXblStateChange {  
    PartyXblStateChangeResult result;  
    PartyError errorDetail;  
    PartyString xboxLiveSandbox;  
    PartyXblLocalChatUser* localChatUser;  
    void* asyncIdentifier;  
    uint32_t entityIdMappingCount;  
    const PartyXblXboxUserIdToPlayFabEntityIdMapping* entityIdMappings;  
}  
```

### メンバー

**`result`**   [PartyXblStateChangeResult](/services/playfab/multiplayer/networking/xblreference/enums/partyxblstatechangeresult)

操作が成功したことを示すか、失敗した理由を示します。

**`errorDetail`**   [PartyError](/services/playfab/multiplayer/networking/reference/typedefs)

潜在的なエラー状態に関する追加のトラブルシューティング情報を提供する診断値。

**`xboxLiveSandbox`**   [PartyString](/services/playfab/multiplayer/networking/reference/typedefs)

この操作に使用されたデバイスの XBOX Live サンドボックス。

**`localChatUser`**   [PartyXblLocalChatUser](/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser)\*

PlayFab との通信に使用されたローカル チャット ユーザー。

**`asyncIdentifier`**   void\*

この状態変更に関連する呼び出しに提供された非同期識別子。

**`entityIdMappingCount`**   uint32\_t

XBOX Live User Id と PlayFab Entity Id のマッピングの数。

**`entityIdMappings`**   const [PartyXblXboxUserIdToPlayFabEntityIdMapping](/services/playfab/multiplayer/networking/xblreference/structs/partyxblxboxuseridtoplayfabentityidmapping)\*\
*サイズ `entityIdMappingCount` の配列*

XBOX Live User Id と PlayFab Entity Id のマッピングのリスト。

## 要件

**ヘッダー:** PartyXboxLive.h

## 関連項目

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXblManager::GetEntityIdsFromXboxLiveUserIds](/ja-jp/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_getentityidsfromxboxliveuserids.md)
- [PartyXboxLive C/C++ API 概要](/ja-jp/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PartyXblStateChangeType](/ja-jp/services/playfab/multiplayer/networking/xblreference/enums/partyxblstatechangetype.md)
- [XBOX Live helper library for PlayFab Party](/ja-jp/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PlayFab Party XBOX Live Helper Release Notes](/ja-jp/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
