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

@ -69,8 +69,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_para
{
void *linux_side;
int32_t _ret;
SteamNetworkingPOPID popID;
SteamNetworkingPOPID *pViaRelayPoP;
uint32_t popID;
uint32_t *pViaRelayPoP;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_params *params );
@ -78,7 +78,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_param
{
void *linux_side;
int32_t _ret;
SteamNetworkingPOPID popID;
uint32_t popID;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params *params );
@ -93,7 +93,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params
{
void *linux_side;
int32_t _ret;
SteamNetworkingPOPID *list;
uint32_t *list;
int32_t nListSz;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params *params );
@ -101,7 +101,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList( struct
struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp_params
{
void *linux_side;
SteamNetworkingMicroseconds _ret;
int64_t _ret;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp_params *params );
@ -151,7 +151,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params
int32_t scopeObj;
uint32_t *pOutDataType;
void *pResult;
size_t *cbResult;
uint32_t *cbResult;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params *params );
@ -179,7 +179,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_To
void *linux_side;
const SteamNetworkingIPAddr *addr;
char *buf;
size_t cbBuf;
uint32_t cbBuf;
bool bWithPort;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString_params *params );
@ -206,7 +206,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_
void *linux_side;
const SteamNetworkingIdentity *identity;
char *buf;
size_t cbBuf;
uint32_t cbBuf;
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString_params *params );