Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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