lsteamclient: Use the new structures in thunks.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-30 14:02:30 +02:00 committed by Arkadiusz Hiler
parent 9b1a3cb349
commit 9ea65fe0d0
514 changed files with 10161 additions and 10868 deletions

View file

@ -1,4 +1,12 @@
struct cppISteamNetworkingSockets_SteamNetworkingSockets009;
/* This file is auto-generated, do not edit. */
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params
{
void *linux_side;
@ -33,7 +41,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params
{
void *linux_side;
uint32_t _ret;
const SteamNetworkingIdentity *identityRemote;
const SteamNetworkingIdentity_144 *identityRemote;
int32_t nRemoteVirtualPort;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
@ -118,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages_params
{
void *linux_side;
int32_t nMessages;
winSteamNetworkingMessage_t_152 *const *pMessages;
w_SteamNetworkingMessage_t_147 *const *pMessages;
int64_t *pOutMessageNumberOrResult;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages_params *params );
@ -136,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnCon
void *linux_side;
int32_t _ret;
uint32_t hConn;
winSteamNetworkingMessage_t_152 **ppOutMessages;
w_SteamNetworkingMessage_t_147 **ppOutMessages;
int32_t nMaxMessages;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params *params );
@ -146,7 +154,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_pa
void *linux_side;
bool _ret;
uint32_t hConn;
SteamNetConnectionInfo_t *pInfo;
SteamNetConnectionInfo_t_144 *pInfo;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_params *params );
@ -185,8 +193,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair_par
uint32_t *pOutConnection1;
uint32_t *pOutConnection2;
bool bUseNetworkLoopback;
const SteamNetworkingIdentity *pIdentity1;
const SteamNetworkingIdentity *pIdentity2;
const SteamNetworkingIdentity_144 *pIdentity1;
const SteamNetworkingIdentity_144 *pIdentity2;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair_params *params );
@ -194,7 +202,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetIdentity_params
{
void *linux_side;
bool _ret;
SteamNetworkingIdentity *pIdentity;
SteamNetworkingIdentity_144 *pIdentity;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetIdentity( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetIdentity_params *params );
@ -242,7 +250,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPol
void *linux_side;
int32_t _ret;
uint32_t hPollGroup;
winSteamNetworkingMessage_t_152 **ppOutMessages;
w_SteamNetworkingMessage_t_147 **ppOutMessages;
int32_t nMaxMessages;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup_params *params );
@ -261,7 +269,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketF
{
void *linux_side;
int32_t _ret;
const SteamNetworkingIdentity *identityGameServer;
const SteamNetworkingIdentity_144 *identityGameServer;
int32_t nRemoteVirtualPort;
SteamDatagramRelayAuthTicket *pOutParsedTicket;
};
@ -271,7 +279,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedic
{
void *linux_side;
uint32_t _ret;
const SteamNetworkingIdentity *identityTarget;
const SteamNetworkingIdentity_144 *identityTarget;
int32_t nRemoteVirtualPort;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
@ -325,7 +333,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSign
void *linux_side;
uint32_t _ret;
void /*ISteamNetworkingConnectionSignaling*/ *pSignaling;
const SteamNetworkingIdentity *pPeerIdentity;
const SteamNetworkingIdentity_144 *pPeerIdentity;
int32_t nRemoteVirtualPort;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
@ -368,3 +376,6 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_RunCallbacks_params
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_RunCallbacks( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_RunCallbacks_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */