mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileD
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare_params *params );
|
||||
|
|
@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetSy
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen_params
|
||||
{
|
||||
void *linux_side;
|
||||
UGCFileWriteStreamHandle_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen_params *params );
|
||||
|
|
@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
const void *pvData;
|
||||
int32_t cubData;
|
||||
};
|
||||
|
|
@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose_params *params );
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCFileWriteStreamHandle_t writeHandle;
|
||||
uint64_t writeHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel_params *params );
|
||||
|
||||
|
|
@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetCl
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t _ret;
|
||||
uint64_t hContent;
|
||||
uint32_t unPriority;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params *params );
|
||||
|
|
@ -184,7 +184,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDown
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t hContent;
|
||||
int32_t *pnBytesDownloaded;
|
||||
int32_t *pnBytesExpected;
|
||||
};
|
||||
|
|
@ -194,8 +194,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDeta
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
UGCHandle_t hContent;
|
||||
AppId_t *pnAppID;
|
||||
uint64_t hContent;
|
||||
uint32_t *pnAppID;
|
||||
char **ppchName;
|
||||
int32_t *pnFileSizeInBytes;
|
||||
CSteamID *pSteamIDOwner;
|
||||
|
|
@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_pa
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t hContent;
|
||||
void *pvData;
|
||||
int32_t cubDataToRead;
|
||||
uint32_t cOffset;
|
||||
|
|
@ -223,7 +223,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCa
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params
|
||||
{
|
||||
void *linux_side;
|
||||
UGCHandle_t _ret;
|
||||
uint64_t _ret;
|
||||
int32_t iCachedContent;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params *params );
|
||||
|
|
@ -231,10 +231,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCa
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishWorkshopFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchFile;
|
||||
const char *pchPreviewFile;
|
||||
AppId_t nConsumerAppId;
|
||||
uint32_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
uint32_t eVisibility;
|
||||
|
|
@ -246,8 +246,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Publi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest_params
|
||||
{
|
||||
void *linux_side;
|
||||
PublishedFileUpdateHandle_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest_params *params );
|
||||
|
||||
|
|
@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile_params *params );
|
||||
|
|
@ -264,7 +264,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchPreviewFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile_params *params );
|
||||
|
|
@ -273,7 +273,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchTitle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle_params *params );
|
||||
|
|
@ -282,7 +282,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchDescription;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription_params *params );
|
||||
|
|
@ -291,7 +291,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
uint32_t eVisibility;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility_params *params );
|
||||
|
|
@ -300,7 +300,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
SteamParamStringArray_t *pTags;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags_params *params );
|
||||
|
|
@ -308,16 +308,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t _ret;
|
||||
uint64_t updateHandle;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
uint32_t unMaxSecondsOld;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params *params );
|
||||
|
|
@ -325,15 +325,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPu
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params *params );
|
||||
|
|
@ -341,15 +341,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params *params );
|
||||
|
|
@ -357,8 +357,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile_params *params );
|
||||
|
||||
|
|
@ -366,7 +366,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
uint64_t updateHandle;
|
||||
const char *pchChangeDescription;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription_params *params );
|
||||
|
|
@ -374,16 +374,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
bool bVoteUp;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote_params *params );
|
||||
|
|
@ -391,15 +391,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails_params *params );
|
||||
|
||||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSharedWorkshopFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamId;
|
||||
uint32_t unStartIndex;
|
||||
SteamParamStringArray_t *pRequiredTags;
|
||||
|
|
@ -410,12 +410,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishVideo_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eVideoProvider;
|
||||
const char *pchVideoAccount;
|
||||
const char *pchVideoIdentifier;
|
||||
const char *pchPreviewFile;
|
||||
AppId_t nConsumerAppId;
|
||||
uint32_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
uint32_t eVisibility;
|
||||
|
|
@ -426,8 +426,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Publi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
uint64_t _ret;
|
||||
uint64_t unPublishedFileId;
|
||||
uint32_t eAction;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction_params *params );
|
||||
|
|
@ -435,7 +435,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUs
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eAction;
|
||||
uint32_t unStartIndex;
|
||||
};
|
||||
|
|
@ -444,7 +444,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eEnumerationType;
|
||||
uint32_t unStartIndex;
|
||||
uint32_t unCount;
|
||||
|
|
@ -457,8 +457,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
UGCHandle_t hContent;
|
||||
uint64_t _ret;
|
||||
uint64_t hContent;
|
||||
const char *pchLocation;
|
||||
uint32_t unPriority;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue