EOS_TitleStorage_EReadResult

EOS API reference page for EOS_TitleStorage_EReadResult

1分未満で読めます

This enumerated type is part of the TitleStorage Interface.

Remarks

Return results for EOS_TitleStorage_OnReadFileDataCallback callbacks

Values

EOS_TitleStorage_EReadResult

Enumerated ValueMeaning
EOS_TS_RR_ContinueReadingSignifies the data was read successfully, and we should continue to the next chunk if possible
EOS_TS_RR_FailRequestSignifies there was a failure reading the data, and the request should end
EOS_TS_RR_CancelRequestSignifies the request should be canceled, but not due to an error