Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Completes a local storage write operation. XblLocalStorageWriteHandler
Syntax
HRESULT XblLocalStorageWriteComplete(  
         XblClientOperationHandle operation,  
         XblClientOperationResult result,  
         size_t dataSize  
)  
Parameters
operation   _In_
Type: XblClientOperationHandle
The handle for this operation.
result   _In_
Type: XblClientOperationResult
The result of the operation.
dataSize   _In_
Type: size_t
The new size (in bytes) of the data associated with the requested key.
Return value
Type: HRESULT
HRESULT return code for this API operation.
Remarks
Should only be called by clients after completing (or failing to complete) a requested write operation.
Requirements
Header: platform_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib