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

# PFAccountManagementUpdateBansResult

> PFAccountManagementUpdateBansResult 数据模型。

PFAccountManagementUpdateBansResult 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementUpdateBansResult {  
    PFAccountManagementBanInfo const* banData;  
    uint32_t banDataCount;  
} PFAccountManagementUpdateBansResult;  
```

### 成员

**`banData`**   [PFAccountManagementBanInfo](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementbaninfo) const\*<br />*may be nullptr*

（可选）有关已更新的禁令的信息。

**`banDataCount`**   uint32\_t

banData 的数量

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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