mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-29 16:15:52 +03:00
6b21c32d2a
CW-Bug-Id: #22729
468 lines
21 KiB
C
468 lines
21 KiB
C
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
const void *pvData;
|
|
int32 cubData;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead_params
|
|
{
|
|
void *linux_side;
|
|
int32 _ret;
|
|
const char *pchFile;
|
|
void *pvData;
|
|
int32 cubDataToRead;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileForget_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileForget( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileForget_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileDelete_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileDelete( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileDelete_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetSyncPlatforms_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
ERemoteStoragePlatform eRemoteStoragePlatform;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetSyncPlatforms_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen_params
|
|
{
|
|
void *linux_side;
|
|
UGCFileWriteStreamHandle_t _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
UGCFileWriteStreamHandle_t writeHandle;
|
|
const void *pvData;
|
|
int32 cubData;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
UGCFileWriteStreamHandle_t writeHandle;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
UGCFileWriteStreamHandle_t writeHandle;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileExists_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileExists( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileExists_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FilePersisted_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FilePersisted( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FilePersisted_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize_params
|
|
{
|
|
void *linux_side;
|
|
int32 _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp_params
|
|
{
|
|
void *linux_side;
|
|
int64 _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetSyncPlatforms_params
|
|
{
|
|
void *linux_side;
|
|
ERemoteStoragePlatform _ret;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetSyncPlatforms_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount_params
|
|
{
|
|
void *linux_side;
|
|
int32 _ret;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize_params
|
|
{
|
|
void *linux_side;
|
|
const char *_ret;
|
|
int iFile;
|
|
int32 *pnFileSizeInBytes;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
int32 *pnTotalBytes;
|
|
int32 *puAvailableBytes;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForAccount_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForAccount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForAccount_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForApp_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForApp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_IsCloudEnabledForApp_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetCloudEnabledForApp_params
|
|
{
|
|
void *linux_side;
|
|
bool bEnabled;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetCloudEnabledForApp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetCloudEnabledForApp_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
UGCHandle_t hContent;
|
|
uint32 unPriority;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
UGCHandle_t hContent;
|
|
int32 *pnBytesDownloaded;
|
|
int32 *pnBytesExpected;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
UGCHandle_t hContent;
|
|
AppId_t *pnAppID;
|
|
char **ppchName;
|
|
int32 *pnFileSizeInBytes;
|
|
CSteamID *pSteamIDOwner;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params
|
|
{
|
|
void *linux_side;
|
|
int32 _ret;
|
|
UGCHandle_t hContent;
|
|
void *pvData;
|
|
int32 cubDataToRead;
|
|
uint32 cOffset;
|
|
EUGCReadAction eAction;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount_params
|
|
{
|
|
void *linux_side;
|
|
int32 _ret;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params
|
|
{
|
|
void *linux_side;
|
|
UGCHandle_t _ret;
|
|
int32 iCachedContent;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
const char *pchFile;
|
|
const char *pchPreviewFile;
|
|
AppId_t nConsumerAppId;
|
|
const char *pchTitle;
|
|
const char *pchDescription;
|
|
ERemoteStoragePublishedFileVisibility eVisibility;
|
|
SteamParamStringArray_t *pTags;
|
|
EWorkshopFileType eWorkshopFileType;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest_params
|
|
{
|
|
void *linux_side;
|
|
PublishedFileUpdateHandle_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
const char *pchFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
const char *pchPreviewFile;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
const char *pchTitle;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
const char *pchDescription;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
ERemoteStoragePublishedFileVisibility eVisibility;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
SteamParamStringArray_t *pTags;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
uint32 unMaxSecondsOld;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
uint32 unStartIndex;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
uint32 unStartIndex;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
PublishedFileUpdateHandle_t updateHandle;
|
|
const char *pchChangeDescription;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
bool bVoteUp;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
CSteamID steamId;
|
|
uint32 unStartIndex;
|
|
SteamParamStringArray_t *pRequiredTags;
|
|
SteamParamStringArray_t *pExcludedTags;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
EWorkshopVideoProvider eVideoProvider;
|
|
const char *pchVideoAccount;
|
|
const char *pchVideoIdentifier;
|
|
const char *pchPreviewFile;
|
|
AppId_t nConsumerAppId;
|
|
const char *pchTitle;
|
|
const char *pchDescription;
|
|
ERemoteStoragePublishedFileVisibility eVisibility;
|
|
SteamParamStringArray_t *pTags;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
PublishedFileId_t unPublishedFileId;
|
|
EWorkshopFileAction eAction;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
EWorkshopFileAction eAction;
|
|
uint32 unStartIndex;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
EWorkshopEnumerationType eEnumerationType;
|
|
uint32 unStartIndex;
|
|
uint32 unCount;
|
|
uint32 unDays;
|
|
SteamParamStringArray_t *pTags;
|
|
SteamParamStringArray_t *pUserTags;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles_params *params );
|
|
|
|
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
UGCHandle_t hContent;
|
|
const char *pchLocation;
|
|
uint32 unPriority;
|
|
};
|
|
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params *params );
|
|
|