EOS_TitleStorageFileTransferRequest_GetFilename

EOS API reference page for EOS_TitleStorageFileTransferRequest_GetFilename

1分で読めます

This function is part of the TitleStorage Interface.

Remarks

Get the file name of the file this request is for. OutStringLength will always be set to the string length of the file name if it is not NULL.

Return Value

EOS_Success if the file name was successfully written to OutFilenameBuffer, a failure result otherwise

See Also

EOS_TITLESTORAGE_FILENAME_MAX_LENGTH_BYTES

Parameters

EOS_TitleStorageFileTransferRequest_GetFilename

Parameter Type And NameUsage Information
EOS_HTitleStorageFileTransferRequest Handle
uint32_t FilenameStringBufferSizeBytesThe maximum number of bytes that can be written to OutStringBuffer
char* OutStringBufferThe buffer to write the NULL-terminated utf8 file name into, if successful
int32_t* OutStringLengthHow long the file name is (not including null terminator)