> ## 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\*\
*is null-terminated*

（可选）自定义 ID。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserCustomIdInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfusercustomidinfo.md)
- [PFAuthenticationLoginWithServerCustomIdRequest](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithservercustomidrequest.md)
- [PlayFab Services C/C++ SDK 发行说明](/zh-CN/services/playfab/release-notes/playfab-c/index.md)
