lsteamclient: Use standard fixed size integer types.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-14 14:53:26 +02:00
parent b2c5a27426
commit fb4497a377
234 changed files with 6312 additions and 6259 deletions

View file

@ -1,14 +1,14 @@
struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params
{
void *linux_side;
uint32 _ret;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params *params );
struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params
{
void *linux_side;
uint32 _ret;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params *params );
@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils002_GetConnectedUniverse( struct cppISteamU
struct cppISteamUtils_SteamUtils002_GetServerRealTime_params
{
void *linux_side;
uint32 _ret;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils002_GetServerRealTime( struct cppISteamUtils_SteamUtils002_GetServerRealTime_params *params );
@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils002_GetImageSize_params
{
void *linux_side;
bool _ret;
int iImage;
uint32 *pnWidth;
uint32 *pnHeight;
int32_t iImage;
uint32_t *pnWidth;
uint32_t *pnHeight;
};
extern void cppISteamUtils_SteamUtils002_GetImageSize( struct cppISteamUtils_SteamUtils002_GetImageSize_params *params );
@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils002_GetImageRGBA_params
{
void *linux_side;
bool _ret;
int iImage;
uint8 *pubDest;
int nDestBufferSize;
int32_t iImage;
uint8_t *pubDest;
int32_t nDestBufferSize;
};
extern void cppISteamUtils_SteamUtils002_GetImageRGBA( struct cppISteamUtils_SteamUtils002_GetImageRGBA_params *params );
@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params
{
void *linux_side;
bool _ret;
uint32 *unIP;
uint16 *usPort;
uint32_t *unIP;
uint16_t *usPort;
};
extern void cppISteamUtils_SteamUtils002_GetCSERIPPort( struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params *params );
struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params
{
void *linux_side;
uint8 _ret;
uint8_t _ret;
};
extern void cppISteamUtils_SteamUtils002_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params *params );
struct cppISteamUtils_SteamUtils002_GetAppID_params
{
void *linux_side;
uint32 _ret;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils002_GetAppID( struct cppISteamUtils_SteamUtils002_GetAppID_params *params );
@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils002_GetAPICallResult_params
bool _ret;
SteamAPICall_t hSteamAPICall;
void *pCallback;
int cubCallback;
int iCallbackExpected;
int32_t cubCallback;
int32_t iCallbackExpected;
bool *pbFailed;
};
extern void cppISteamUtils_SteamUtils002_GetAPICallResult( struct cppISteamUtils_SteamUtils002_GetAPICallResult_params *params );