This function is part of the PlayerDataStorage Interface.
Attempt to cancel this file request in progress. This is a best-effort command and is not guaranteed to be successful if the request has completed before this function is called.
Return Value
EOS_Success if cancel is successful, EOS_NoChange if request had already completed (can't be canceled), EOS_AlreadyPending if it's already been canceled before (this is a final state for canceled request and won't change over time).
Parameters
EOS_PlayerDataStorageFileTransferRequest_CancelRequest
Parameter Type And Name
|
Usage Information
|
EOS_HPlayerDataStorageFileTransferRequest Handle
|
|
This function is part of the PlayerDataStorage Interface.
Attempt to cancel this file request in progress. This is a best-effort command and is not guaranteed to be successful if the request has completed before this function is called.
Return Value
{Result.Success} if cancel is successful, {Result.NoChange} if request had already completed (can't be canceled), {Result.AlreadyPending} if it's already been canceled before (this is a final state for canceled request and won't change over time).
Parameters
PlayerDataStorage.PlayerDataStorageFileTransferRequest.CancelRequest
This function does not take any parameters.
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no