> ## 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.

# PFMultiplayerServerDetails

> PFMultiplayerServerDetails 構造体のリファレンスです。PlayFab Multiplayer サーバー接続 (FQDN、IPv4 アドレス、ポート、リージョン) を記述します。

PlayFab Multiplayer サーバーに関する詳細です。

## 構文

```cpp theme={null}
struct PFMultiplayerServerDetails {  
    const char* fqdn;  
    const char* ipv4Address;  
    const PFMultiplayerPort* ports;  
    uint32_t portCount;  
    const char* region;  
}  
```

### メンバー

**`fqdn`**   const char\*\
*null 終端です*

このマルチプレイヤー サーバーをホストしている仮想マシンの完全修飾ドメイン名です。

**`ipv4Address`**   const char\*\
*null 終端です*

このマルチプレイヤー サーバーをホストしている仮想マシンの IPv4 アドレスです。

**`ports`**   const [PFMultiplayerPort](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmultiplayerport)\*

マルチプレイヤー サーバーが使用するポートです。

**`portCount`**   uint32\_t

マルチプレイヤー サーバーが使用するポートの数です。

**`region`**   const char\*\
*null 終端です*

サーバーのリージョンです。

## 要件

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

## 関連項目

[PFMatchmaking のメンバー](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members)


## Related topics

- [Using Server Backfill Tickets - Multiplayer SDK](/ja-jp/services/playfab/multiplayer/matchmaking/backfill-tickets-multiplayer-sdk.md)
- [PFMultiplayer C/C++ API overview - PFMatchmaking.h](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members.md)
- [PFMatchmakingServerBackfillTicketConfiguration](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmatchmakingserverbackfillticketconfiguration.md)
- [PFMatchmakingMatchDetails](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmatchmakingmatchdetails.md)
- [PlayFab Multiplayer C++ SDK リリース ノート](/ja-jp/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/lobby-and-matchmaking-release-notes.md)
