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

# XblProfileGetUserProfilesResultCount

> XblProfileGetUserProfilesResultCount

# XblProfileGetUserProfilesResultCount

완료된 XblProfileGetUserProfilesAsync 작업에서 반환된 프로필 수를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblProfileGetUserProfilesResultCount(  
         XAsyncBlock* async,  
         size_t* profileCount  
)  
```

### Parameters

*async*   \_In\_\
Type: XAsyncBlock\*

XblProfileGetUserProfilesAsync에 전달된 것과 동일한 AsyncBlock입니다.

*profileCount*   \_Out\_\
Type: size\_t\*

프로필의 수를 반환합니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Requirements

**Header:** profile\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[profile\_c](/reference/live/xsapi-c/profile_c/profile_c_members)


## Related topics

- [XblProfileGetUserProfilesResult](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresult.md)
- [XblProfileGetUserProfilesAsync](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesasync.md)
- [XblProfileGetUserProfilesForSocialGroupResultCount](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesforsocialgroupresultcount.md)
- [XblProfileGetUserProfilesForSocialGroupResult](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesforsocialgroupresult.md)
- [XblProfileGetUserProfilesForSocialGroupAsync](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesforsocialgroupasync.md)
