> ## 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 多人游戏服务器连接：FQDN、IPv4 地址、端口和区域。

有关 PlayFab 多人游戏服务器的详细信息。

## 语法

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

### 成员

**`fqdn`**   const char\*\
*is null-terminated*

托管此多人游戏服务器的虚拟机的完全限定域名。

**`ipv4Address`**   const char\*\
*is null-terminated*

托管此多人游戏服务器的虚拟机的 IPv4 地址。

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

多人游戏服务器使用的端口。

**`portCount`**   uint32\_t

多人游戏服务器使用的端口数量。

**`region`**   const char\*\
*is null-terminated*

服务器所在的区域。

## 要求

**头文件：** PFMatchmaking.h

## 另请参阅

[PFMatchmaking 成员](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members)


## Related topics

- [使用服务器回填工单 - Multiplayer SDK](/zh-CN/services/playfab/multiplayer/matchmaking/backfill-tickets-multiplayer-sdk.md)
- [PFMultiplayer C/C++ API 概述 - PFMatchmaking.h](/zh-CN/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members.md)
- [PFMatchmakingMatchDetails](/zh-CN/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmatchmakingmatchdetails.md)
- [PlayFab Multiplayer C++ SDK 发行说明](/zh-CN/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/lobby-and-matchmaking-release-notes.md)
- [PFMatchmakingServerBackfillTicketConfiguration](/zh-CN/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmatchmakingserverbackfillticketconfiguration.md)
