lsteamclient: Use integer types instead of enums.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-14 16:22:47 +02:00
parent 30548e1df7
commit 07e95d32c1
191 changed files with 1642 additions and 1642 deletions

View file

@ -77,7 +77,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetSyncPla
void *linux_side;
bool _ret;
const char *pchFile;
ERemoteStoragePlatform eRemoteStoragePlatform;
uint32_t eRemoteStoragePlatform;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetSyncPlatforms_params *params );
@ -150,7 +150,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFi
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetSyncPlatforms_params
{
void *linux_side;
ERemoteStoragePlatform _ret;
uint32_t _ret;
const char *pchFile;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetSyncPlatforms_params *params );
@ -240,7 +240,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_pa
void *pvData;
int32 cubDataToRead;
uint32 cOffset;
EUGCReadAction eAction;
uint32_t eAction;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_params *params );
@ -268,9 +268,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWor
AppId_t nConsumerAppId;
const char *pchTitle;
const char *pchDescription;
ERemoteStoragePublishedFileVisibility eVisibility;
uint32_t eVisibility;
SteamParamStringArray_t *pTags;
EWorkshopFileType eWorkshopFileType;
uint32_t eWorkshopFileType;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile_params *params );
@ -323,7 +323,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl
void *linux_side;
bool _ret;
PublishedFileUpdateHandle_t updateHandle;
ERemoteStoragePublishedFileVisibility eVisibility;
uint32_t eVisibility;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility_params *params );
@ -442,14 +442,14 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVid
{
void *linux_side;
SteamAPICall_t _ret;
EWorkshopVideoProvider eVideoProvider;
uint32_t eVideoProvider;
const char *pchVideoAccount;
const char *pchVideoIdentifier;
const char *pchPreviewFile;
AppId_t nConsumerAppId;
const char *pchTitle;
const char *pchDescription;
ERemoteStoragePublishedFileVisibility eVisibility;
uint32_t eVisibility;
SteamParamStringArray_t *pTags;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo_params *params );
@ -459,7 +459,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPub
void *linux_side;
SteamAPICall_t _ret;
PublishedFileId_t unPublishedFileId;
EWorkshopFileAction eAction;
uint32_t eAction;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction_params *params );
@ -467,7 +467,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateP
{
void *linux_side;
SteamAPICall_t _ret;
EWorkshopFileAction eAction;
uint32_t eAction;
uint32 unStartIndex;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction_params *params );
@ -476,7 +476,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateP
{
void *linux_side;
SteamAPICall_t _ret;
EWorkshopEnumerationType eEnumerationType;
uint32_t eEnumerationType;
uint32 unStartIndex;
uint32 unCount;
uint32 unDays;