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

# PFGroupsListGroupBlocksAsync

> 그룹 가입에서 차단된 모든 엔터티를 나열합니다.

그룹 가입에서 차단된 모든 엔터티를 나열합니다.

## Syntax

```cpp theme={null}
HRESULT PFGroupsListGroupBlocksAsync(  
    PFEntityHandle entityHandle,  
    const PFGroupsListGroupBlocksRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

**`request`**   [PFGroupsListGroupBlocksRequest\*](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupblocksrequest)

채워진 요청 개체입니다.

**`async`**   XAsyncBlock\*<br />*Inout*

비동기 작업을 위한 XAsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다.

## Remarks

이 API는 모든 플랫폼에서 사용할 수 있습니다. 그룹 가입에서 차단된 모든 엔터티를 나열합니다. 차단된 엔터티 목록이 반환됩니다. 관련 항목: GroupBlockEntityAsync, GroupUnblockEntityAsync. 비동기 작업이 완료되면 [PFGroupsListGroupBlocksGetResultSize](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresultsize) 및 [PFGroupsListGroupBlocksGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresult)를 호출하여 결과를 가져옵니다.

## Requirements

**Header:** PFGroups.h

## See also

[PFGroups members](/services/playfab/api-references/c/pfgroups/pfgroups_members)


## Related topics

- [PFGroupsListGroupBlocksGetResult](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresult.md)
- [Services C API overview - PFGroups.h](/ko/services/playfab/api-references/c/pfgroups/pfgroups_members.md)
- [PFGroupsListGroupApplicationsAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsasync.md)
- [PFGroupsListGroupInvitationsAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupinvitationsasync.md)
- [PFGroupsListGroupMembersAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupmembersasync.md)
