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

# XblProfileGetUserProfileResult

> XblProfileGetUserProfileResult

# XblProfileGetUserProfileResult

완료된 XblProfileGetUserProfileAsync 작업의 결과를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblProfileGetUserProfileResult(  
         XAsyncBlock* async,  
         XblUserProfile* profile  
)  
```

### Parameters

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

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

*profile*   \_Out\_\
Type: [XblUserProfile\*](/reference/live/xsapi-c/profile_c/structs/xbluserprofile)

결과를 기록할 호출자가 할당한 프로필 객체입니다.

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

- [XblUserProfile](/ko/reference/live/xsapi-c/profile_c/structs/xbluserprofile.md)
- [XblProfileGetUserProfileAsync](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofileasync.md)
- [XSAPI C API에서 비동기 호출 수행](/ko/services/xbox-services/fundamentals/xbox-services-api/live-flatc-async-patterns.md)
- [XblProfileGetUserProfilesResult](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresult.md)
- [XblProfileGetUserProfilesResultCount](/ko/reference/live/xsapi-c/profile_c/functions/xblprofilegetuserprofilesresultcount.md)
