XblLocalStorageClearHandler

Invoked by XSAPI to request the client to perform a local storage clear operation.

Syntax

void XblLocalStorageClearHandler(  
         void* context,  
         XblClientOperationHandle operation,  
         XblUserHandle user,  
         const char* key  
)  

Parameters

context   _In_opt_
Type: void*

Optional pointer to data used by the event handler.

operation   _In_
Type: XblClientOperationHandle

The handle for this operation.

user   _In_
Type: XblUserHandle

The user for which XSAPI is requesting the clear.

key   _In_z_
Type: char*

Identifies the data being read.

Return value

Type: void

Remarks

When the operation is complete, XblLocalStorageClearComplete should be called. Apart from context, all parameters are owned by XSAPI and are guaranteed to be valid until the operation is complete.

Requirements

Header: platform_c.h

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

See also

platform_c