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

# PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest

> PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest {  
    const char* const* nintendoSwitchDeviceIds;  
    uint32_t nintendoSwitchDeviceIdsCount;  
} PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest;  
```

### メンバー

**`nintendoSwitchDeviceIds`**   const char\* const\*

タイトルが PlayFab 識別子を取得する必要がある、一意な Nintendo Switch デバイス識別子の配列です。配列の長さは 2,000 を超えることはできません。

**`nintendoSwitchDeviceIdsCount`**   uint32\_t

nintendoSwitchDeviceIds の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromNintendoSwitchDeviceIdsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromnintendoswitchdeviceidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromNintendoSwitchDeviceIdsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromnintendoswitchdeviceidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoswitchdeviceidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromNintendoSwitchDeviceIdsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromnintendoswitchdeviceidsgetresult.md)
