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:
parent
478794295d
commit
cb7b120a8b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue