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

@ -3,9 +3,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_para
void *linux_side;
UGCQueryHandle_t _ret;
AccountID_t unAccountID;
EUserUGCList eListType;
EUGCMatchingUGCType eMatchingUGCType;
EUserUGCListSortOrder eSortOrder;
uint32_t eListType;
uint32_t eMatchingUGCType;
uint32_t eSortOrder;
AppId_t nCreatorAppID;
AppId_t nConsumerAppID;
uint32 unPage;
@ -16,8 +16,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_param
{
void *linux_side;
UGCQueryHandle_t _ret;
EUGCQuery eQueryType;
EUGCMatchingUGCType eMatchingeMatchingUGCTypeFileType;
uint32_t eQueryType;
uint32_t eMatchingeMatchingUGCTypeFileType;
AppId_t nCreatorAppID;
AppId_t nConsumerAppID;
uint32 unPage;
@ -28,8 +28,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2_par
{
void *linux_side;
UGCQueryHandle_t _ret;
EUGCQuery eQueryType;
EUGCMatchingUGCType eMatchingeMatchingUGCTypeFileType;
uint32_t eQueryType;
uint32_t eMatchingeMatchingUGCTypeFileType;
AppId_t nCreatorAppID;
AppId_t nConsumerAppID;
const char *pchCursor;
@ -135,7 +135,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params
bool _ret;
UGCQueryHandle_t handle;
uint32 index;
EItemStatistic eStatType;
uint32_t eStatType;
uint64 *pStatValue;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params *params );
@ -160,7 +160,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_p
uint32 cchURLSize;
char *pchOriginalFileName;
uint32 cchOriginalFileNameSize;
EItemPreviewType *pPreviewType;
uint32_t *pPreviewType;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_params *params );
@ -205,7 +205,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_
uint32 _ret;
UGCQueryHandle_t handle;
uint32 index;
EUGCContentDescriptorID *pvecDescriptors;
uint32_t *pvecDescriptors;
uint32 cMaxEntries;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_params *params );
@ -415,7 +415,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem_params
void *linux_side;
SteamAPICall_t _ret;
AppId_t nConsumerAppId;
EWorkshopFileType eFileType;
uint32_t eFileType;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem_params *params );
@ -469,7 +469,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility_params
void *linux_side;
bool _ret;
UGCUpdateHandle_t handle;
ERemoteStoragePublishedFileVisibility eVisibility;
uint32_t eVisibility;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility_params *params );
@ -543,7 +543,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile_params
bool _ret;
UGCUpdateHandle_t handle;
const char *pszPreviewFile;
EItemPreviewType type;
uint32_t type;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile_params *params );
@ -590,7 +590,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor_params
void *linux_side;
bool _ret;
UGCUpdateHandle_t handle;
EUGCContentDescriptorID descid;
uint32_t descid;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor_params *params );
@ -599,7 +599,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor_params
void *linux_side;
bool _ret;
UGCUpdateHandle_t handle;
EUGCContentDescriptorID descid;
uint32_t descid;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor_params *params );
@ -615,7 +615,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate( struct
struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params
{
void *linux_side;
EItemUpdateStatus _ret;
uint32_t _ret;
UGCUpdateHandle_t handle;
uint64 *punBytesProcessed;
uint64 *punBytesTotal;
@ -839,7 +839,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPrefer
{
void *linux_side;
uint32 _ret;
EUGCContentDescriptorID *pvecDescriptors;
uint32_t *pvecDescriptors;
uint32 cMaxEntries;
};
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences_params *params );