mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -1,7 +1,7 @@
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamListenSocket _ret;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIPAddr *localAddress;
|
||||
int32_t nOptions;
|
||||
const SteamNetworkingConfigValue_t *pOptions;
|
||||
|
|
@ -11,7 +11,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSoc
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetConnection _ret;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIPAddr *address;
|
||||
int32_t nOptions;
|
||||
const SteamNetworkingConfigValue_t *pOptions;
|
||||
|
|
@ -21,7 +21,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddr
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamListenSocket _ret;
|
||||
uint32_t _ret;
|
||||
int32_t nLocalVirtualPort;
|
||||
int32_t nOptions;
|
||||
const SteamNetworkingConfigValue_t *pOptions;
|
||||
|
|
@ -31,7 +31,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSoc
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetConnection _ret;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
int32_t nRemoteVirtualPort;
|
||||
int32_t nOptions;
|
||||
|
|
@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection_par
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection_params *params );
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection_para
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hPeer;
|
||||
uint32_t hPeer;
|
||||
int32_t nReason;
|
||||
const char *pszDebug;
|
||||
bool bEnableLinger;
|
||||
|
|
@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket_pa
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamListenSocket hSocket;
|
||||
uint32_t hSocket;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket_params *params );
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserDat
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hPeer;
|
||||
uint32_t hPeer;
|
||||
int64_t nUserData;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData_params *params );
|
||||
|
|
@ -79,14 +79,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserDat
|
|||
{
|
||||
void *linux_side;
|
||||
int64_t _ret;
|
||||
HSteamNetConnection hPeer;
|
||||
uint32_t hPeer;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params *params );
|
||||
|
||||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetConnection hPeer;
|
||||
uint32_t hPeer;
|
||||
const char *pszName;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName_params *params );
|
||||
|
|
@ -95,7 +95,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName_pa
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hPeer;
|
||||
uint32_t hPeer;
|
||||
char *pszName;
|
||||
int32_t nMaxLen;
|
||||
};
|
||||
|
|
@ -105,7 +105,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnect
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
const void *pData;
|
||||
uint32_t cbData;
|
||||
int32_t nSendFlags;
|
||||
|
|
@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConne
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection_params *params );
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnCon
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
winSteamNetworkingMessage_t_152 **ppOutMessages;
|
||||
int32_t nMaxMessages;
|
||||
};
|
||||
|
|
@ -144,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_pa
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
SteamNetConnectionInfo_t *pInfo;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_params *params );
|
||||
|
|
@ -153,7 +153,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionSt
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
SteamNetworkingQuickConnectionStatus *pStats;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus_params *params );
|
||||
|
|
@ -162,7 +162,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectio
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
HSteamNetConnection hConn;
|
||||
uint32_t hConn;
|
||||
char *pszBuf;
|
||||
int32_t cbBuf;
|
||||
};
|
||||
|
|
@ -172,7 +172,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddre
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamListenSocket hSocket;
|
||||
uint32_t hSocket;
|
||||
SteamNetworkingIPAddr *address;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress_params *params );
|
||||
|
|
@ -181,8 +181,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair_par
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection *pOutConnection1;
|
||||
HSteamNetConnection *pOutConnection2;
|
||||
uint32_t *pOutConnection1;
|
||||
uint32_t *pOutConnection2;
|
||||
bool bUseNetworkLoopback;
|
||||
const SteamNetworkingIdentity *pIdentity1;
|
||||
const SteamNetworkingIdentity *pIdentity2;
|
||||
|
|
@ -215,7 +215,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetAuthenticati
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetPollGroup _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup_params *params );
|
||||
|
||||
|
|
@ -223,7 +223,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup_par
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetPollGroup hPollGroup;
|
||||
uint32_t hPollGroup;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup_params *params );
|
||||
|
||||
|
|
@ -231,8 +231,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGro
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamNetConnection hConn;
|
||||
HSteamNetPollGroup hPollGroup;
|
||||
uint32_t hConn;
|
||||
uint32_t hPollGroup;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup_params *params );
|
||||
|
||||
|
|
@ -240,7 +240,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPol
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
HSteamNetPollGroup hPollGroup;
|
||||
uint32_t hPollGroup;
|
||||
winSteamNetworkingMessage_t_152 **ppOutMessages;
|
||||
int32_t nMaxMessages;
|
||||
};
|
||||
|
|
@ -269,7 +269,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTi
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetConnection _ret;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityTarget;
|
||||
int32_t nRemoteVirtualPort;
|
||||
int32_t nOptions;
|
||||
|
|
@ -287,7 +287,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedica
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamNetworkingPOPID _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID_params *params );
|
||||
|
||||
|
|
@ -302,7 +302,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedica
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamListenSocket _ret;
|
||||
uint32_t _ret;
|
||||
int32_t nLocalVirtualPort;
|
||||
int32_t nOptions;
|
||||
const SteamNetworkingConfigValue_t *pOptions;
|
||||
|
|
@ -322,7 +322,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordina
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamNetConnection _ret;
|
||||
uint32_t _ret;
|
||||
void /*ISteamNetworkingConnectionSignaling*/ *pSignaling;
|
||||
const SteamNetworkingIdentity *pPeerIdentity;
|
||||
int32_t nRemoteVirtualPort;
|
||||
|
|
@ -347,7 +347,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateReques
|
|||
bool _ret;
|
||||
int32_t *pcbBlob;
|
||||
void *pBlob;
|
||||
SteamNetworkingErrMsg *errMsg;
|
||||
char (*errMsg)[1024];
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest_params *params );
|
||||
|
||||
|
|
@ -357,7 +357,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_param
|
|||
bool _ret;
|
||||
const void *pCertificate;
|
||||
int32_t cbCertificate;
|
||||
SteamNetworkingErrMsg *errMsg;
|
||||
char (*errMsg)[1024];
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue