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.
Set the base64 encoded secure device address of the member. The member must first be joined to the session.
Syntax
HRESULT XblMultiplayerSessionCurrentUserSetSecureDeviceAddressBase64(
XblMultiplayerSessionHandle handle,
const char* value
)
Parameters
handle _In_
Type: XblMultiplayerSessionHandle
Handle to the multiplayer session.
value _In_
Type: char*
Indicates the value of the current user's secure device address encoded in base64.
Return value
Type: HRESULT
HRESULT return code for this API operation.
Remarks
On platforms that don't have a secure device address, call XblFormatSecureDeviceAddress to generate a value that can be used by this function.
Requirements
Header: multiplayer_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib