1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-07 08:05:41 +02:00

Added old RemoteStorageFileShareResult_t struct

This commit is contained in:
NicknineTheEagle 2025-07-20 00:11:44 +03:00
parent 478794295d
commit cb7b120a8b

View file

@ -54,4 +54,13 @@ public:
virtual UGCHandle_t GetCachedUGCHandle( int32 iCachedContent ) = 0;
};
//-----------------------------------------------------------------------------
// Purpose: The result of a call to FileShare()
//-----------------------------------------------------------------------------
struct RemoteStorageFileShareResult001_t {
enum { k_iCallback = k_iSteamRemoteStorageCallbacks + 7 };
EResult m_eResult; // The result of the operation
UGCHandle_t m_hFile; // The handle that can be shared with users and features
};
#endif // ISTEAMREMOTESTORAGE003_H