lsteamclient: Use integer types instead of enums.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-14 16:22:47 +02:00
parent 30548e1df7
commit 07e95d32c1
191 changed files with 1642 additions and 1642 deletions

View file

@ -42,7 +42,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P( str
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
HSteamNetConnection hConn;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection_params *params );
@ -104,7 +104,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionNa
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
HSteamNetConnection hConn;
const void *pData;
uint32 cbData;
@ -125,7 +125,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages( s
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
HSteamNetConnection hConn;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection_params *params );
@ -210,14 +210,14 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetIdentity( st
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_InitAuthentication_params
{
void *linux_side;
ESteamNetworkingAvailability _ret;
uint32_t _ret;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_InitAuthentication( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_InitAuthentication_params *params );
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetAuthenticationStatus_params
{
void *linux_side;
ESteamNetworkingAvailability _ret;
uint32_t _ret;
SteamNetAuthenticationStatus_t *pDetails;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetAuthenticationStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetAuthenticationStatus_params *params );
@ -270,7 +270,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedica
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerAddress_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
SteamDatagramHostedAddress *pRouting;
};
extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerAddress_params *params );
@ -288,7 +288,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDed
struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
SteamDatagramGameCoordinatorServerLogin *pLoginInfo;
int *pcbSignedBlob;
void *pBlob;