Partage via


XblMultiplayerSessionDeleteCustomPropertyJson

Deletes a session custom property.

Syntax

HRESULT XblMultiplayerSessionDeleteCustomPropertyJson(  
         XblMultiplayerSessionHandle handle,  
         const char* name  
)  

Parameters

handle   _In_
Type: XblMultiplayerSessionHandle

Handle to the multiplayer session.

name   _In_z_
Type: char*

The name of the property to delete.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: multiplayer_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

multiplayer_c