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

# PFAccountManagementNintendoSwitchPlayFabIdPair

> PFAccountManagementNintendoSwitchPlayFabIdPair データ モデル。

PFAccountManagementNintendoSwitchPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementNintendoSwitchPlayFabIdPair {  
    const char* nintendoSwitchDeviceId;  
    const char* playFabId;  
} PFAccountManagementNintendoSwitchPlayFabIdPair;  
```

### メンバー

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

(省略可) ユーザーの一意の Nintendo Switch デバイス識別子。

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

(省略可) ユーザーの一意の PlayFab 識別子。Nintendo Switch デバイス識別子に PlayFab アカウントがリンクされていない場合は null。

## 要件

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

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoswitchdeviceidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementNintendoServiceAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementnintendoserviceaccountplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoserviceaccountidsresult.md)
- [PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinknintendoswitchdeviceidrequest.md)
