XblProfileGetUserProfileResult

Get the result for a completed XblProfileGetUserProfileAsync operation.

Syntax

HRESULT XblProfileGetUserProfileResult(  
         XAsyncBlock* async,  
         XblUserProfile* profile  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The same AsyncBlock that was passed to XblProfileGetUserProfileAsync.

profile   _Out_
Type: XblUserProfile*

A caller allocated profile object to write the result to.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: profile_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

profile_c