Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the result for a completed XblProfileGetUserProfilesAsync operation.
Syntax
HRESULT XblProfileGetUserProfilesResult(
XAsyncBlock* async,
size_t profilesCount,
XblUserProfile* profiles
)
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