Skip to main content

XblProfileGetUserProfilesResult

Gets the result for a completed XblProfileGetUserProfilesAsync operation.

Syntax

Parameters

async   _In_
Type: XAsyncBlock*
The same AsyncBlock that was passed to XblProfileGetUserProfilesAsync. profilesCount   _In_
Type: size_t
The size of the caller allocated profiles array. Use XblProfileGetUserProfilesResultCount to get the count required. profiles   _Out_writes_(profilesCount)
Type: XblUserProfile*
A caller allocated array that passes back the user profile results.

Return value

Type: HRESULT HRESULT return code for this API operation.

Requirements

Header: profile_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

profile_c
Last modified on August 4, 2026