XblLocalStorageSetHandlers
Sets the storage handlers.Syntax
Parameters
queue _In_opt_Type: XTaskQueueHandle The async queue the callbacks should be invoked on. writeHandler _In_
Type: XblLocalStorageWriteHandler Handler to be invoked when XSAPI needs to write to local storage. readHandler _In_
Type: XblLocalStorageReadHandler Handler to be invoked when XSAPI needs to read from local storage. clearHandler _In_
Type: XblLocalStorageClearHandler Handler to be invoked when XSAPI needs to clear local storage. context _In_opt_
Type: void* Client context to be passed back to the handlers.
