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_SteamNetworkingSockets006;
/* 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_SteamNetworkingSockets006_CreateListenSocketIP_params
{
void *linux_side;
@ -33,7 +41,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P_params
{
void *linux_side;
uint32_t _ret;
const SteamNetworkingIdentity *identityRemote;
const SteamNetworkingIdentity_144 *identityRemote;
int32_t nVirtualPort;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
@ -118,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages_params
{
void *linux_side;
int32_t nMessages;
winSteamNetworkingMessage_t_147 **pMessages;
w_SteamNetworkingMessage_t_147 **pMessages;
int64_t *pOutMessageNumberOrResult;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages_params *params );
@ -136,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnCon
void *linux_side;
int32_t _ret;
uint32_t hConn;
winSteamNetworkingMessage_t_147 **ppOutMessages;
w_SteamNetworkingMessage_t_147 **ppOutMessages;
int32_t nMaxMessages;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params *params );
@ -146,7 +154,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnLis
void *linux_side;
int32_t _ret;
uint32_t hSocket;
winSteamNetworkingMessage_t_147 **ppOutMessages;
w_SteamNetworkingMessage_t_147 **ppOutMessages;
int32_t nMaxMessages;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket_params *params );
@ -156,7 +164,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo_pa
void *linux_side;
bool _ret;
uint32_t hConn;
SteamNetConnectionInfo_t *pInfo;
SteamNetConnectionInfo_t_144 *pInfo;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo_params *params );
@ -195,8 +203,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_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_SteamNetworkingSockets006_CreateSocketPair( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateSocketPair_params *params );
@ -204,7 +212,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetIdentity_params
{
void *linux_side;
bool _ret;
SteamNetworkingIdentity *pIdentity;
SteamNetworkingIdentity_144 *pIdentity;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetIdentity( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetIdentity_params *params );
@ -237,7 +245,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketF
{
void *linux_side;
int32_t _ret;
const SteamNetworkingIdentity *identityGameServer;
const SteamNetworkingIdentity_144 *identityGameServer;
int32_t nVirtualPort;
SteamDatagramRelayAuthTicket *pOutParsedTicket;
};
@ -247,7 +255,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedic
{
void *linux_side;
uint32_t _ret;
const SteamNetworkingIdentity *identityTarget;
const SteamNetworkingIdentity_144 *identityTarget;
int32_t nVirtualPort;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
@ -300,8 +308,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSign
{
void *linux_side;
uint32_t _ret;
void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling;
const SteamNetworkingIdentity *pPeerIdentity;
w_ISteamNetworkingConnectionCustomSignaling *pSignaling;
const SteamNetworkingIdentity_144 *pPeerIdentity;
int32_t nOptions;
const SteamNetworkingConfigValue_t *pOptions;
};
@ -313,7 +321,10 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSig
bool _ret;
const void *pMsg;
int32_t cbMsg;
void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext;
w_ISteamNetworkingCustomSignalingRecvContext *pContext;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */