| 797 | |
| 798 | STEAM_CALL_RESULT( RemoteStorageUpdatePublishedFileResult_t ) |
| 799 | SteamAPICall_t Steam_Remote_Storage::CommitPublishedFileUpdate( PublishedFileUpdateHandle_t updateHandle ) |
| 800 | { |
| 801 | PRINT_DEBUG_TODO(); |
| 802 | std::lock_guard<std::recursive_mutex> lock(global_mutex); |
| 803 | |
| 804 | return k_uAPICallInvalid; |
| 805 | } |
| 806 | |
| 807 | // Gets published file details for the given publishedfileid. If unMaxSecondsOld is greater than 0, |
| 808 | // cached data may be returned, depending on how long ago it was cached. A value of 0 will force a refresh. |
no outgoing calls
no test coverage detected