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

# PFUserServerCustomIdInfo

> PFUserServerCustomIdInfo データ モデル。

PFUserServerCustomIdInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserServerCustomIdInfo {  
    const char* customId;  
} PFUserServerCustomIdInfo;  
```

### メンバー

**`customId`**   const char\*\
*null 終端*

(オプション) カスタム ID。

## 要件

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

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserCustomIdInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusercustomidinfo.md)
- [PFAuthenticationLoginWithServerCustomIdRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithservercustomidrequest.md)
- [PlayFab Services C/C++ SDK リリース ノート](/ja-jp/services/playfab/release-notes/playfab-c/index.md)
