lsteamclient: Get rid of the remaining steam typedefs.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-19 19:59:23 +02:00
parent 58b60f93f6
commit 5cb7e98820
204 changed files with 7396 additions and 7395 deletions

View file

@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileD
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare_params
{
void *linux_side;
SteamAPICall_t _ret;
uint64_t _ret;
const char *pchFile;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare_params *params );
@ -123,8 +123,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_SetCl
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload_params
{
void *linux_side;
SteamAPICall_t _ret;
UGCHandle_t hContent;
uint64_t _ret;
uint64_t hContent;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload_params *params );
@ -132,8 +132,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_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;
@ -144,7 +144,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_pa
{
void *linux_side;
int32_t _ret;
UGCHandle_t hContent;
uint64_t hContent;
void *pvData;
int32_t cubDataToRead;
};
@ -160,7 +160,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCa
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params
{
void *linux_side;
UGCHandle_t _ret;
uint64_t _ret;
int32_t iCachedContent;
};
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params *params );