MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / CommitPublishedFileUpdate

Method CommitPublishedFileUpdate

dll/steam_remote_storage.cpp:799–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797
798STEAM_CALL_RESULT( RemoteStorageUpdatePublishedFileResult_t )
799SteamAPICall_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.

Calls

no outgoing calls

Tested by

no test coverage detected