Partage via


XblMultiplayerSessionCurrentUserSetSecureDeviceAddressBase64

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.141.GSDK.C.lib

See also

multiplayer_c