mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-31 19:54:20 +01:00
parent
444a139150
commit
eb1a12c85c
514 changed files with 10161 additions and 10868 deletions
|
|
@ -1,9 +1,17 @@
|
|||
struct cppISteamNetworkingMessages_SteamNetworkingMessages002;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
const void *pubData;
|
||||
uint32_t cubData;
|
||||
int32_t nSendFlags;
|
||||
|
|
@ -16,7 +24,7 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnC
|
|||
void *linux_side;
|
||||
int32_t _ret;
|
||||
int32_t nLocalChannel;
|
||||
winSteamNetworkingMessage_t_158 **ppOutMessages;
|
||||
w_SteamNetworkingMessage_t_153a **ppOutMessages;
|
||||
int32_t nMaxMessages;
|
||||
};
|
||||
extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel_params *params );
|
||||
|
|
@ -25,7 +33,7 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithU
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
};
|
||||
extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithUser( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithUser_params *params );
|
||||
|
||||
|
|
@ -33,7 +41,7 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUs
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
};
|
||||
extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUser( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUser_params *params );
|
||||
|
||||
|
|
@ -41,7 +49,7 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUs
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
int32_t nLocalChannel;
|
||||
};
|
||||
extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser_params *params );
|
||||
|
|
@ -50,9 +58,12 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_GetSessionConnecti
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
SteamNetConnectionInfo_t *pConnectionInfo;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
SteamNetConnectionInfo_t_153a *pConnectionInfo;
|
||||
SteamNetConnectionRealTimeStatus_t *pQuickStatus;
|
||||
};
|
||||
extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_GetSessionConnectionInfo( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_GetSessionConnectionInfo_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue