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

# PFAccountManagementSteamPlayFabIdPair

> PFAccountManagementSteamPlayFabIdPair 数据模型。

PFAccountManagementSteamPlayFabIdPair 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementSteamPlayFabIdPair {  
    const char* playFabId;  
    const char* steamStringId;  
} PFAccountManagementSteamPlayFabIdPair;  
```

### 成员

**`playFabId`**   const char\*<br />*is null-terminated*

（可选）用户的唯一 PlayFab 标识符；如果没有 PlayFab 帐户链接到 Steam 标识符，则为 null。

**`steamStringId`**   const char\*<br />*is null-terminated*

（可选）用户的唯一 Steam 标识符。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromSteamIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromsteamidsresult.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementPSNOnlinePlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnonlineplayfabidpair.md)
- [PFAccountManagementTwitchPlayFabIdPair](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementtwitchplayfabidpair.md)
