diff --git a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h index ef5bd664..d1347714 100644 --- a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h @@ -1,43 +1,43 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params *params ); struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t *pvecAppID; - uint32 unMaxAppIDs; + uint32_t unMaxAppIDs; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params *params ); struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; char *pchName; - int cchNameMax; + int32_t cchNameMax; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params *params ); struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; char *pchDirectory; - int cchNameMax; + int32_t cchNameMax; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_params *params ); struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params *params ); diff --git a/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h b/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h index 35738989..3777813c 100644 --- a/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h @@ -1,14 +1,14 @@ struct cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params { void *linux_side; - uint32 _ret; - uint32 nAppID; + uint32_t _ret; + uint32_t nAppID; void *pvBuffer; - uint32 cbBufferLength; - uint32 *piAppId; - uint32 *piSteamId; - uint32 *piSignature; - uint32 *pcbSignature; + uint32_t cbBufferLength; + uint32_t *piAppId; + uint32_t *piSteamId; + uint32_t *piSignature; + uint32_t *pcbSignature; }; extern void cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData( struct cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h index 1f39f6bd..5691dc5f 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h @@ -1,11 +1,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; const char *pchKey; char *pchValue; - int cchValueMax; + int32_t cchValueMax; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h index 5a310556..592e2a0d 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h @@ -59,7 +59,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_params *params ); @@ -74,7 +74,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedFromFreeWe struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount_params *params ); @@ -82,11 +82,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex_params { void *linux_side; bool _ret; - int iDLC; + int32_t iDLC; AppId_t *pAppID; bool *pbAvailable; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h index 5e767ef8..fbf97e03 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h @@ -59,7 +59,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_params *params ); @@ -74,7 +74,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedFromFreeWe struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount_params *params ); @@ -82,11 +82,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex_params { void *linux_side; bool _ret; - int iDLC; + int32_t iDLC; AppId_t *pAppID; bool *pbAvailable; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex_params *params ); @@ -116,7 +116,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName_params void *linux_side; bool _ret; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName_params *params ); @@ -131,19 +131,19 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_MarkContentCorrupt( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params { void *linux_side; - uint32 _ret; + uint32_t _ret; DepotId_t *pvecDepots; - uint32 cMaxDepots; + uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; char *pchFolder; - uint32 cchFolderBufferSize; + uint32_t cchFolderBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h index faf87192..500cdbb4 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h @@ -59,7 +59,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params *params ); @@ -74,7 +74,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedFromFreeWe struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount_params *params ); @@ -82,11 +82,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params { void *linux_side; bool _ret; - int iDLC; + int32_t iDLC; AppId_t *pAppID; bool *pbAvailable; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params *params ); @@ -116,7 +116,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName_params void *linux_side; bool _ret; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName_params *params ); @@ -131,20 +131,20 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_MarkContentCorrupt( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; DepotId_t *pvecDepots; - uint32 cMaxDepots; + uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; char *pchFolder; - uint32 cchFolderBufferSize; + uint32_t cchFolderBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h index 6489865a..9909b9a0 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h @@ -59,7 +59,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_params *params ); @@ -74,7 +74,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedFromFreeWe struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount_params *params ); @@ -82,11 +82,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex_params { void *linux_side; bool _ret; - int iDLC; + int32_t iDLC; AppId_t *pAppID; bool *pbAvailable; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex_params *params ); @@ -116,7 +116,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName_params void *linux_side; bool _ret; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName_params *params ); @@ -131,20 +131,20 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_MarkContentCorrupt( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; DepotId_t *pvecDepots; - uint32 cMaxDepots; + uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; char *pchFolder; - uint32 cchFolderBufferSize; + uint32_t cchFolderBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir_params *params ); @@ -176,15 +176,15 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress_param void *linux_side; bool _ret; AppId_t nAppID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h index 9a89355f..335f6d6a 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h @@ -59,7 +59,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_params *params ); @@ -74,7 +74,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFreeWe struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount_params *params ); @@ -82,11 +82,11 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex_params { void *linux_side; bool _ret; - int iDLC; + int32_t iDLC; AppId_t *pAppID; bool *pbAvailable; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex_params *params ); @@ -116,7 +116,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName_params void *linux_side; bool _ret; char *pchName; - int cchNameBufferSize; + int32_t cchNameBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName_params *params ); @@ -131,20 +131,20 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_MarkContentCorrupt( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; DepotId_t *pvecDepots; - uint32 cMaxDepots; + uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir_params { void *linux_side; - uint32 _ret; + uint32_t _ret; AppId_t appID; char *pchFolder; - uint32 cchFolderBufferSize; + uint32_t cchFolderBufferSize; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir_params *params ); @@ -176,15 +176,15 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress_param void *linux_side; bool _ret; AppId_t nAppID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId_params *params ); @@ -205,9 +205,9 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails( struct struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine_params { void *linux_side; - int _ret; + int32_t _ret; char *pszCommandLine; - int cubCommandLine; + int32_t cubCommandLine; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine_params *params ); @@ -222,8 +222,8 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial_params { void *linux_side; bool _ret; - uint32 *punSecondsAllowed; - uint32 *punSecondsPlayed; + uint32_t *punSecondsAllowed; + uint32_t *punSecondsPlayed; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient006.h b/lsteamclient/cppISteamClient_SteamClient006.h index d33b2035..d61d498a 100644 --- a/lsteamclient/cppISteamClient_SteamClient006.h +++ b/lsteamclient/cppISteamClient_SteamClient006.h @@ -76,8 +76,8 @@ extern void cppISteamClient_SteamClient006_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient006_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient006_SetLocalIPBinding( struct cppISteamClient_SteamClient006_SetLocalIPBinding_params *params ); @@ -177,7 +177,7 @@ extern void cppISteamClient_SteamClient006_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient006_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient006_GetIPCCallCount( struct cppISteamClient_SteamClient006_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient007.h b/lsteamclient/cppISteamClient_SteamClient007.h index 62b023e9..ca4b22cb 100644 --- a/lsteamclient/cppISteamClient_SteamClient007.h +++ b/lsteamclient/cppISteamClient_SteamClient007.h @@ -60,8 +60,8 @@ extern void cppISteamClient_SteamClient007_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient007_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient007_SetLocalIPBinding( struct cppISteamClient_SteamClient007_SetLocalIPBinding_params *params ); @@ -143,7 +143,7 @@ extern void cppISteamClient_SteamClient007_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient007_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient007_GetIPCCallCount( struct cppISteamClient_SteamClient007_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient008.h b/lsteamclient/cppISteamClient_SteamClient008.h index 63b3e6b9..6e119ec4 100644 --- a/lsteamclient/cppISteamClient_SteamClient008.h +++ b/lsteamclient/cppISteamClient_SteamClient008.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient008_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient008_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient008_SetLocalIPBinding( struct cppISteamClient_SteamClient008_SetLocalIPBinding_params *params ); @@ -174,7 +174,7 @@ extern void cppISteamClient_SteamClient008_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient008_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient008_GetIPCCallCount( struct cppISteamClient_SteamClient008_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient009.h b/lsteamclient/cppISteamClient_SteamClient009.h index 5c3849d0..24478d13 100644 --- a/lsteamclient/cppISteamClient_SteamClient009.h +++ b/lsteamclient/cppISteamClient_SteamClient009.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient009_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient009_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient009_SetLocalIPBinding( struct cppISteamClient_SteamClient009_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient009_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient009_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient009_GetIPCCallCount( struct cppISteamClient_SteamClient009_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient010.h b/lsteamclient/cppISteamClient_SteamClient010.h index d7cbd2aa..869725e1 100644 --- a/lsteamclient/cppISteamClient_SteamClient010.h +++ b/lsteamclient/cppISteamClient_SteamClient010.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient010_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient010_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient010_SetLocalIPBinding( struct cppISteamClient_SteamClient010_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient010_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient010_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient010_GetIPCCallCount( struct cppISteamClient_SteamClient010_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient011.h b/lsteamclient/cppISteamClient_SteamClient011.h index b4b7c509..29e08318 100644 --- a/lsteamclient/cppISteamClient_SteamClient011.h +++ b/lsteamclient/cppISteamClient_SteamClient011.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient011_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient011_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient011_SetLocalIPBinding( struct cppISteamClient_SteamClient011_SetLocalIPBinding_params *params ); @@ -194,7 +194,7 @@ extern void cppISteamClient_SteamClient011_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient011_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient011_GetIPCCallCount( struct cppISteamClient_SteamClient011_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient012.h b/lsteamclient/cppISteamClient_SteamClient012.h index 409e71be..e438fed7 100644 --- a/lsteamclient/cppISteamClient_SteamClient012.h +++ b/lsteamclient/cppISteamClient_SteamClient012.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient012_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient012_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient012_SetLocalIPBinding( struct cppISteamClient_SteamClient012_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient012_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient012_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient012_GetIPCCallCount( struct cppISteamClient_SteamClient012_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient013.h b/lsteamclient/cppISteamClient_SteamClient013.h index 0f3184dc..5f9311f0 100644 --- a/lsteamclient/cppISteamClient_SteamClient013.h +++ b/lsteamclient/cppISteamClient_SteamClient013.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient013_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient013_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient013_SetLocalIPBinding( struct cppISteamClient_SteamClient013_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient013_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient013_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient013_GetIPCCallCount( struct cppISteamClient_SteamClient013_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient014.h b/lsteamclient/cppISteamClient_SteamClient014.h index eba8c81a..f8808ec3 100644 --- a/lsteamclient/cppISteamClient_SteamClient014.h +++ b/lsteamclient/cppISteamClient_SteamClient014.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient014_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient014_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient014_SetLocalIPBinding( struct cppISteamClient_SteamClient014_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient014_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient014_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient014_GetIPCCallCount( struct cppISteamClient_SteamClient014_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient015.h b/lsteamclient/cppISteamClient_SteamClient015.h index 0466fecd..26c6236e 100644 --- a/lsteamclient/cppISteamClient_SteamClient015.h +++ b/lsteamclient/cppISteamClient_SteamClient015.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient015_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient015_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient015_SetLocalIPBinding( struct cppISteamClient_SteamClient015_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient015_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient015_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient015_GetIPCCallCount( struct cppISteamClient_SteamClient015_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient016.h b/lsteamclient/cppISteamClient_SteamClient016.h index ef32a6b9..272ca385 100644 --- a/lsteamclient/cppISteamClient_SteamClient016.h +++ b/lsteamclient/cppISteamClient_SteamClient016.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient016_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient016_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient016_SetLocalIPBinding( struct cppISteamClient_SteamClient016_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient016_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient016_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient016_GetIPCCallCount( struct cppISteamClient_SteamClient016_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient017.h b/lsteamclient/cppISteamClient_SteamClient017.h index 8847cacf..08a50511 100644 --- a/lsteamclient/cppISteamClient_SteamClient017.h +++ b/lsteamclient/cppISteamClient_SteamClient017.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient017_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient017_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient017_SetLocalIPBinding( struct cppISteamClient_SteamClient017_SetLocalIPBinding_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamClient_SteamClient017_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient017_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient017_GetIPCCallCount( struct cppISteamClient_SteamClient017_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient018.h b/lsteamclient/cppISteamClient_SteamClient018.h index 5c863b52..d5c1c108 100644 --- a/lsteamclient/cppISteamClient_SteamClient018.h +++ b/lsteamclient/cppISteamClient_SteamClient018.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient018_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient018_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient018_SetLocalIPBinding( struct cppISteamClient_SteamClient018_SetLocalIPBinding_params *params ); @@ -194,7 +194,7 @@ extern void cppISteamClient_SteamClient018_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient018_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient018_GetIPCCallCount( struct cppISteamClient_SteamClient018_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient019.h b/lsteamclient/cppISteamClient_SteamClient019.h index 58122536..3b7e3866 100644 --- a/lsteamclient/cppISteamClient_SteamClient019.h +++ b/lsteamclient/cppISteamClient_SteamClient019.h @@ -61,8 +61,8 @@ extern void cppISteamClient_SteamClient019_GetISteamGameServer( struct cppISteam struct cppISteamClient_SteamClient019_SetLocalIPBinding_params { void *linux_side; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; }; extern void cppISteamClient_SteamClient019_SetLocalIPBinding( struct cppISteamClient_SteamClient019_SetLocalIPBinding_params *params ); @@ -194,7 +194,7 @@ extern void cppISteamClient_SteamClient019_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient019_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient019_GetIPCCallCount( struct cppISteamClient_SteamClient019_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient020.h b/lsteamclient/cppISteamClient_SteamClient020.h index 12547e4b..69acaea2 100644 --- a/lsteamclient/cppISteamClient_SteamClient020.h +++ b/lsteamclient/cppISteamClient_SteamClient020.h @@ -62,7 +62,7 @@ struct cppISteamClient_SteamClient020_SetLocalIPBinding_params { void *linux_side; const SteamIPAddress_t *unIP; - uint16 usPort; + uint16_t usPort; }; extern void cppISteamClient_SteamClient020_SetLocalIPBinding( struct cppISteamClient_SteamClient020_SetLocalIPBinding_params *params ); @@ -194,7 +194,7 @@ extern void cppISteamClient_SteamClient020_RunFrame( struct cppISteamClient_Stea struct cppISteamClient_SteamClient020_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamClient_SteamClient020_GetIPCCallCount( struct cppISteamClient_SteamClient020_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h index 09b3ecf5..d60fe525 100644 --- a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h +++ b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h @@ -23,7 +23,7 @@ struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState_ { void *linux_side; bool _ret; - uint32 unControllerIndex; + uint32_t unControllerIndex; SteamControllerState001_t *pState; }; extern void cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState( struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState_params *params ); @@ -31,9 +31,9 @@ extern void cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerS struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse_params { void *linux_side; - uint32 unControllerIndex; + uint32_t unControllerIndex; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse( struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController003.h b/lsteamclient/cppISteamController_SteamController003.h index b256ddf4..57f1c495 100644 --- a/lsteamclient/cppISteamController_SteamController003.h +++ b/lsteamclient/cppISteamController_SteamController003.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController003_RunFrame( struct cppISteamCon struct cppISteamController_SteamController003_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController003_GetConnectedControllers( struct cppISteamController_SteamController003_GetConnectedControllers_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamController_SteamController003_GetDigitalActionData( struct struct cppISteamController_SteamController003_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -106,7 +106,7 @@ extern void cppISteamController_SteamController003_GetAnalogActionData( struct c struct cppISteamController_SteamController003_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -127,7 +127,7 @@ struct cppISteamController_SteamController003_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController003_TriggerHapticPulse( struct cppISteamController_SteamController003_TriggerHapticPulse_params *params ); @@ -136,10 +136,10 @@ struct cppISteamController_SteamController003_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController003_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController003_TriggerRepeatedHapticPulse_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController004.h b/lsteamclient/cppISteamController_SteamController004.h index 0bc24aee..64d79ec2 100644 --- a/lsteamclient/cppISteamController_SteamController004.h +++ b/lsteamclient/cppISteamController_SteamController004.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController004_RunFrame( struct cppISteamCon struct cppISteamController_SteamController004_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController004_GetConnectedControllers( struct cppISteamController_SteamController004_GetConnectedControllers_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamController_SteamController004_GetDigitalActionData( struct struct cppISteamController_SteamController004_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -106,7 +106,7 @@ extern void cppISteamController_SteamController004_GetAnalogActionData( struct c struct cppISteamController_SteamController004_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -127,7 +127,7 @@ struct cppISteamController_SteamController004_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController004_TriggerHapticPulse( struct cppISteamController_SteamController004_TriggerHapticPulse_params *params ); @@ -136,17 +136,17 @@ struct cppISteamController_SteamController004_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController004_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController004_TriggerRepeatedHapticPulse_params *params ); struct cppISteamController_SteamController004_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t ulControllerHandle; }; extern void cppISteamController_SteamController004_GetGamepadIndexForController( struct cppISteamController_SteamController004_GetGamepadIndexForController_params *params ); @@ -155,7 +155,7 @@ struct cppISteamController_SteamController004_GetControllerForGamepadIndex_param { void *linux_side; ControllerHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamController_SteamController004_GetControllerForGamepadIndex( struct cppISteamController_SteamController004_GetControllerForGamepadIndex_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController005.h b/lsteamclient/cppISteamController_SteamController005.h index 40de39d3..540df20e 100644 --- a/lsteamclient/cppISteamController_SteamController005.h +++ b/lsteamclient/cppISteamController_SteamController005.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController005_RunFrame( struct cppISteamCon struct cppISteamController_SteamController005_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController005_GetConnectedControllers( struct cppISteamController_SteamController005_GetConnectedControllers_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamController_SteamController005_GetDigitalActionData( struct struct cppISteamController_SteamController005_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -106,7 +106,7 @@ extern void cppISteamController_SteamController005_GetAnalogActionData( struct c struct cppISteamController_SteamController005_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -127,7 +127,7 @@ struct cppISteamController_SteamController005_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController005_TriggerHapticPulse( struct cppISteamController_SteamController005_TriggerHapticPulse_params *params ); @@ -136,10 +136,10 @@ struct cppISteamController_SteamController005_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController005_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController005_TriggerRepeatedHapticPulse_params *params ); @@ -147,8 +147,8 @@ struct cppISteamController_SteamController005_TriggerVibration_params { void *linux_side; ControllerHandle_t controllerHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamController_SteamController005_TriggerVibration( struct cppISteamController_SteamController005_TriggerVibration_params *params ); @@ -156,17 +156,17 @@ struct cppISteamController_SteamController005_SetLEDColor_params { void *linux_side; ControllerHandle_t controllerHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamController_SteamController005_SetLEDColor( struct cppISteamController_SteamController005_SetLEDColor_params *params ); struct cppISteamController_SteamController005_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t ulControllerHandle; }; extern void cppISteamController_SteamController005_GetGamepadIndexForController( struct cppISteamController_SteamController005_GetGamepadIndexForController_params *params ); @@ -175,7 +175,7 @@ struct cppISteamController_SteamController005_GetControllerForGamepadIndex_param { void *linux_side; ControllerHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamController_SteamController005_GetControllerForGamepadIndex( struct cppISteamController_SteamController005_GetControllerForGamepadIndex_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController006.h b/lsteamclient/cppISteamController_SteamController006.h index 07a18f64..ca272b87 100644 --- a/lsteamclient/cppISteamController_SteamController006.h +++ b/lsteamclient/cppISteamController_SteamController006.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController006_RunFrame( struct cppISteamCon struct cppISteamController_SteamController006_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController006_GetConnectedControllers( struct cppISteamController_SteamController006_GetConnectedControllers_params *params ); @@ -84,7 +84,7 @@ extern void cppISteamController_SteamController006_DeactivateAllActionSetLayers( struct cppISteamController_SteamController006_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t *handlesOut; }; @@ -110,7 +110,7 @@ extern void cppISteamController_SteamController006_GetDigitalActionData( struct struct cppISteamController_SteamController006_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -138,7 +138,7 @@ extern void cppISteamController_SteamController006_GetAnalogActionData( struct c struct cppISteamController_SteamController006_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -159,7 +159,7 @@ struct cppISteamController_SteamController006_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController006_TriggerHapticPulse( struct cppISteamController_SteamController006_TriggerHapticPulse_params *params ); @@ -168,10 +168,10 @@ struct cppISteamController_SteamController006_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController006_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController006_TriggerRepeatedHapticPulse_params *params ); @@ -179,8 +179,8 @@ struct cppISteamController_SteamController006_TriggerVibration_params { void *linux_side; ControllerHandle_t controllerHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamController_SteamController006_TriggerVibration( struct cppISteamController_SteamController006_TriggerVibration_params *params ); @@ -188,17 +188,17 @@ struct cppISteamController_SteamController006_SetLEDColor_params { void *linux_side; ControllerHandle_t controllerHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamController_SteamController006_SetLEDColor( struct cppISteamController_SteamController006_SetLEDColor_params *params ); struct cppISteamController_SteamController006_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t ulControllerHandle; }; extern void cppISteamController_SteamController006_GetGamepadIndexForController( struct cppISteamController_SteamController006_GetGamepadIndexForController_params *params ); @@ -207,7 +207,7 @@ struct cppISteamController_SteamController006_GetControllerForGamepadIndex_param { void *linux_side; ControllerHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamController_SteamController006_GetControllerForGamepadIndex( struct cppISteamController_SteamController006_GetControllerForGamepadIndex_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController007.h b/lsteamclient/cppISteamController_SteamController007.h index cf1b2592..74e1f2f1 100644 --- a/lsteamclient/cppISteamController_SteamController007.h +++ b/lsteamclient/cppISteamController_SteamController007.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController007_RunFrame( struct cppISteamCon struct cppISteamController_SteamController007_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController007_GetConnectedControllers( struct cppISteamController_SteamController007_GetConnectedControllers_params *params ); @@ -76,7 +76,7 @@ extern void cppISteamController_SteamController007_DeactivateAllActionSetLayers( struct cppISteamController_SteamController007_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t *handlesOut; }; @@ -102,7 +102,7 @@ extern void cppISteamController_SteamController007_GetDigitalActionData( struct struct cppISteamController_SteamController007_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -130,7 +130,7 @@ extern void cppISteamController_SteamController007_GetAnalogActionData( struct c struct cppISteamController_SteamController007_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -175,7 +175,7 @@ struct cppISteamController_SteamController007_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController007_TriggerHapticPulse( struct cppISteamController_SteamController007_TriggerHapticPulse_params *params ); @@ -184,10 +184,10 @@ struct cppISteamController_SteamController007_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController007_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController007_TriggerRepeatedHapticPulse_params *params ); @@ -195,8 +195,8 @@ struct cppISteamController_SteamController007_TriggerVibration_params { void *linux_side; ControllerHandle_t controllerHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamController_SteamController007_TriggerVibration( struct cppISteamController_SteamController007_TriggerVibration_params *params ); @@ -204,10 +204,10 @@ struct cppISteamController_SteamController007_SetLEDColor_params { void *linux_side; ControllerHandle_t controllerHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamController_SteamController007_SetLEDColor( struct cppISteamController_SteamController007_SetLEDColor_params *params ); @@ -231,14 +231,14 @@ struct cppISteamController_SteamController007_GetControllerForGamepadIndex_param { void *linux_side; ControllerHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamController_SteamController007_GetControllerForGamepadIndex( struct cppISteamController_SteamController007_GetControllerForGamepadIndex_params *params ); struct cppISteamController_SteamController007_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t ulControllerHandle; }; extern void cppISteamController_SteamController007_GetGamepadIndexForController( struct cppISteamController_SteamController007_GetGamepadIndexForController_params *params ); @@ -282,8 +282,8 @@ struct cppISteamController_SteamController007_GetControllerBindingRevision_param void *linux_side; bool _ret; ControllerHandle_t controllerHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamController_SteamController007_GetControllerBindingRevision( struct cppISteamController_SteamController007_GetControllerBindingRevision_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController008.h b/lsteamclient/cppISteamController_SteamController008.h index f43e42de..388a4dee 100644 --- a/lsteamclient/cppISteamController_SteamController008.h +++ b/lsteamclient/cppISteamController_SteamController008.h @@ -21,7 +21,7 @@ extern void cppISteamController_SteamController008_RunFrame( struct cppISteamCon struct cppISteamController_SteamController008_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t *handlesOut; }; extern void cppISteamController_SteamController008_GetConnectedControllers( struct cppISteamController_SteamController008_GetConnectedControllers_params *params ); @@ -76,7 +76,7 @@ extern void cppISteamController_SteamController008_DeactivateAllActionSetLayers( struct cppISteamController_SteamController008_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t *handlesOut; }; @@ -102,7 +102,7 @@ extern void cppISteamController_SteamController008_GetDigitalActionData( struct struct cppISteamController_SteamController008_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerDigitalActionHandle_t digitalActionHandle; @@ -130,7 +130,7 @@ extern void cppISteamController_SteamController008_GetAnalogActionData( struct c struct cppISteamController_SteamController008_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t controllerHandle; ControllerActionSetHandle_t actionSetHandle; ControllerAnalogActionHandle_t analogActionHandle; @@ -175,7 +175,7 @@ struct cppISteamController_SteamController008_TriggerHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamController_SteamController008_TriggerHapticPulse( struct cppISteamController_SteamController008_TriggerHapticPulse_params *params ); @@ -184,10 +184,10 @@ struct cppISteamController_SteamController008_TriggerRepeatedHapticPulse_params void *linux_side; ControllerHandle_t controllerHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamController_SteamController008_TriggerRepeatedHapticPulse( struct cppISteamController_SteamController008_TriggerRepeatedHapticPulse_params *params ); @@ -195,8 +195,8 @@ struct cppISteamController_SteamController008_TriggerVibration_params { void *linux_side; ControllerHandle_t controllerHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamController_SteamController008_TriggerVibration( struct cppISteamController_SteamController008_TriggerVibration_params *params ); @@ -204,10 +204,10 @@ struct cppISteamController_SteamController008_SetLEDColor_params { void *linux_side; ControllerHandle_t controllerHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamController_SteamController008_SetLEDColor( struct cppISteamController_SteamController008_SetLEDColor_params *params ); @@ -231,14 +231,14 @@ struct cppISteamController_SteamController008_GetControllerForGamepadIndex_param { void *linux_side; ControllerHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamController_SteamController008_GetControllerForGamepadIndex( struct cppISteamController_SteamController008_GetControllerForGamepadIndex_params *params ); struct cppISteamController_SteamController008_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; ControllerHandle_t ulControllerHandle; }; extern void cppISteamController_SteamController008_GetGamepadIndexForController( struct cppISteamController_SteamController008_GetGamepadIndexForController_params *params ); @@ -282,8 +282,8 @@ struct cppISteamController_SteamController008_GetControllerBindingRevision_param void *linux_side; bool _ret; ControllerHandle_t controllerHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamController_SteamController008_GetControllerBindingRevision( struct cppISteamController_SteamController008_GetControllerBindingRevision_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends001.h b/lsteamclient/cppISteamFriends_SteamFriends001.h index 284ed75e..88c972a5 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends001.h +++ b/lsteamclient/cppISteamFriends_SteamFriends001.h @@ -71,9 +71,9 @@ struct cppISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int32 *pnGameID; - uint32 *punGameIP; - uint16 *pusGamePort; + int32_t *pnGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; }; extern void cppISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed( struct cppISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed_params *params ); @@ -88,7 +88,7 @@ extern void cppISteamFriends_SteamFriends001_GetFriendPersonaName( struct cppISt struct cppISteamFriends_SteamFriends001_AddFriendByName_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchEmailOrAccountName; }; extern void cppISteamFriends_SteamFriends001_AddFriendByName( struct cppISteamFriends_SteamFriends001_AddFriendByName_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamFriends_SteamFriends001_AddFriendByName( struct cppISteamFr struct cppISteamFriends_SteamFriends001_GetFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends001_GetFriendCount( struct cppISteamFriends_SteamFriends001_GetFriendCount_params *params ); @@ -104,7 +104,7 @@ struct cppISteamFriends_SteamFriends001_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends001_GetFriendByIndex( struct cppISteamFriends_SteamFriends001_GetFriendByIndex_params *params ); @@ -140,18 +140,18 @@ struct cppISteamFriends_SteamFriends001_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends001_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends001_GetFriendPersonaNameHistory_params *params ); struct cppISteamFriends_SteamFriends001_GetChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iChatID; + int32_t iChatID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends001_GetChatMessage( struct cppISteamFriends_SteamFriends001_GetChatMessage_params *params ); @@ -163,14 +163,14 @@ struct cppISteamFriends_SteamFriends001_SendMsgToFriend_2_params CSteamID steamIDFriend; uint32_t eChatEntryType; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamFriends_SteamFriends001_SendMsgToFriend_2( struct cppISteamFriends_SteamFriends001_SendMsgToFriend_2_params *params ); struct cppISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart( struct cppISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart_params *params ); @@ -179,7 +179,7 @@ struct cppISteamFriends_SteamFriends001_SetChatHistoryStart_params { void *linux_side; CSteamID steamIDFriend; - int iChatID; + int32_t iChatID; }; extern void cppISteamFriends_SteamFriends001_SetChatHistoryStart( struct cppISteamFriends_SteamFriends001_SetChatHistoryStart_params *params ); @@ -201,7 +201,7 @@ extern void cppISteamFriends_SteamFriends001_InviteFriendByEmail( struct cppISte struct cppISteamFriends_SteamFriends001_GetBlockedFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends001_GetBlockedFriendCount( struct cppISteamFriends_SteamFriends001_GetBlockedFriendCount_params *params ); @@ -210,9 +210,9 @@ struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed_params void *linux_side; bool _ret; CSteamID steamIDFriend; - uint64 *pulGameID; - uint32 *punGameIP; - uint16 *pusGamePort; + uint64_t *pulGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; }; extern void cppISteamFriends_SteamFriends001_GetFriendGamePlayed( struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed_params *params ); @@ -221,10 +221,10 @@ struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed2_params void *linux_side; bool _ret; CSteamID steamIDFriend; - uint64 *pulGameID; - uint32 *punGameIP; - uint16 *pusGamePort; - uint16 *pusQueryPort; + uint64_t *pulGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; + uint16_t *pusQueryPort; }; extern void cppISteamFriends_SteamFriends001_GetFriendGamePlayed2( struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed2_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends002.h b/lsteamclient/cppISteamFriends_SteamFriends002.h index a2d0009c..3faec995 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends002.h +++ b/lsteamclient/cppISteamFriends_SteamFriends002.h @@ -29,8 +29,8 @@ extern void cppISteamFriends_SteamFriends002_SetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends002_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends002_GetFriendCount( struct cppISteamFriends_SteamFriends002_GetFriendCount_params *params ); @@ -38,8 +38,8 @@ struct cppISteamFriends_SteamFriends002_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends002_GetFriendByIndex( struct cppISteamFriends_SteamFriends002_GetFriendByIndex_params *params ); @@ -90,10 +90,10 @@ struct cppISteamFriends_SteamFriends002_GetFriendGamePlayed_params void *linux_side; bool _ret; CSteamID steamIDFriend; - uint64 *pulGameID; - uint32 *punGameIP; - uint16 *pusGamePort; - uint16 *pusQueryPort; + uint64_t *pulGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; + uint16_t *pusQueryPort; }; extern void cppISteamFriends_SteamFriends002_GetFriendGamePlayed( struct cppISteamFriends_SteamFriends002_GetFriendGamePlayed_params *params ); @@ -102,7 +102,7 @@ struct cppISteamFriends_SteamFriends002_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends002_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends002_GetFriendPersonaNameHistory_params *params ); @@ -127,14 +127,14 @@ struct cppISteamFriends_SteamFriends002_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends002_HasFriend( struct cppISteamFriends_SteamFriends002_HasFriend_params *params ); struct cppISteamFriends_SteamFriends002_AddFriendByName_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchEmailOrAccountName; }; extern void cppISteamFriends_SteamFriends002_AddFriendByName( struct cppISteamFriends_SteamFriends002_AddFriendByName_params *params ); @@ -150,11 +150,11 @@ extern void cppISteamFriends_SteamFriends002_InviteFriendByEmail( struct cppISte struct cppISteamFriends_SteamFriends002_GetChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iChatID; + int32_t iChatID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends002_GetChatMessage( struct cppISteamFriends_SteamFriends002_GetChatMessage_params *params ); @@ -166,14 +166,14 @@ struct cppISteamFriends_SteamFriends002_SendMsgToFriend_params CSteamID steamIDFriend; uint32_t eChatEntryType; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamFriends_SteamFriends002_SendMsgToFriend( struct cppISteamFriends_SteamFriends002_SendMsgToFriend_params *params ); struct cppISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart( struct cppISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart_params *params ); @@ -182,7 +182,7 @@ struct cppISteamFriends_SteamFriends002_SetChatHistoryStart_params { void *linux_side; CSteamID steamIDFriend; - int iChatID; + int32_t iChatID; }; extern void cppISteamFriends_SteamFriends002_SetChatHistoryStart( struct cppISteamFriends_SteamFriends002_SetChatHistoryStart_params *params ); @@ -196,7 +196,7 @@ extern void cppISteamFriends_SteamFriends002_ClearChatHistory( struct cppISteamF struct cppISteamFriends_SteamFriends002_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends002_GetClanCount( struct cppISteamFriends_SteamFriends002_GetClanCount_params *params ); @@ -204,7 +204,7 @@ struct cppISteamFriends_SteamFriends002_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends002_GetClanByIndex( struct cppISteamFriends_SteamFriends002_GetClanByIndex_params *params ); @@ -237,7 +237,7 @@ extern void cppISteamFriends_SteamFriends002_AcknowledgeInviteToClan( struct cpp struct cppISteamFriends_SteamFriends002_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends002_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends002_GetFriendCountFromSource_params *params ); @@ -247,7 +247,7 @@ struct cppISteamFriends_SteamFriends002_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends002_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends002_GetFriendFromSourceByIndex_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends003.h b/lsteamclient/cppISteamFriends_SteamFriends003.h index f6a8fb62..be11b4ac 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends003.h +++ b/lsteamclient/cppISteamFriends_SteamFriends003.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends003_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends003_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends003_GetFriendCount( struct cppISteamFriends_SteamFriends003_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends003_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends003_GetFriendByIndex( struct cppISteamFriends_SteamFriends003_GetFriendByIndex_params *params ); @@ -63,7 +63,7 @@ extern void cppISteamFriends_SteamFriends003_GetFriendPersonaName( struct cppISt struct cppISteamFriends_SteamFriends003_GetFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends003_GetFriendAvatar( struct cppISteamFriends_SteamFriends003_GetFriendAvatar_params *params ); @@ -73,10 +73,10 @@ struct cppISteamFriends_SteamFriends003_GetFriendGamePlayed_params void *linux_side; bool _ret; CSteamID steamIDFriend; - uint64 *pulGameID; - uint32 *punGameIP; - uint16 *pusGamePort; - uint16 *pusQueryPort; + uint64_t *pulGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; + uint16_t *pusQueryPort; }; extern void cppISteamFriends_SteamFriends003_GetFriendGamePlayed( struct cppISteamFriends_SteamFriends003_GetFriendGamePlayed_params *params ); @@ -85,7 +85,7 @@ struct cppISteamFriends_SteamFriends003_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends003_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends003_GetFriendPersonaNameHistory_params *params ); @@ -94,14 +94,14 @@ struct cppISteamFriends_SteamFriends003_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends003_HasFriend( struct cppISteamFriends_SteamFriends003_HasFriend_params *params ); struct cppISteamFriends_SteamFriends003_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends003_GetClanCount( struct cppISteamFriends_SteamFriends003_GetClanCount_params *params ); @@ -109,7 +109,7 @@ struct cppISteamFriends_SteamFriends003_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends003_GetClanByIndex( struct cppISteamFriends_SteamFriends003_GetClanByIndex_params *params ); @@ -124,7 +124,7 @@ extern void cppISteamFriends_SteamFriends003_GetClanName( struct cppISteamFriend struct cppISteamFriends_SteamFriends003_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends003_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends003_GetFriendCountFromSource_params *params ); @@ -134,7 +134,7 @@ struct cppISteamFriends_SteamFriends003_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends003_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends003_GetFriendFromSourceByIndex_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends004.h b/lsteamclient/cppISteamFriends_SteamFriends004.h index a04b1e48..a3b398eb 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends004.h +++ b/lsteamclient/cppISteamFriends_SteamFriends004.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends004_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends004_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends004_GetFriendCount( struct cppISteamFriends_SteamFriends004_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends004_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends004_GetFriendByIndex( struct cppISteamFriends_SteamFriends004_GetFriendByIndex_params *params ); @@ -63,9 +63,9 @@ extern void cppISteamFriends_SteamFriends004_GetFriendPersonaName( struct cppISt struct cppISteamFriends_SteamFriends004_GetFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int eAvatarSize; + int32_t eAvatarSize; }; extern void cppISteamFriends_SteamFriends004_GetFriendAvatar( struct cppISteamFriends_SteamFriends004_GetFriendAvatar_params *params ); @@ -74,10 +74,10 @@ struct cppISteamFriends_SteamFriends004_GetFriendGamePlayed_params void *linux_side; bool _ret; CSteamID steamIDFriend; - uint64 *pulGameID; - uint32 *punGameIP; - uint16 *pusGamePort; - uint16 *pusQueryPort; + uint64_t *pulGameID; + uint32_t *punGameIP; + uint16_t *pusGamePort; + uint16_t *pusQueryPort; }; extern void cppISteamFriends_SteamFriends004_GetFriendGamePlayed( struct cppISteamFriends_SteamFriends004_GetFriendGamePlayed_params *params ); @@ -86,7 +86,7 @@ struct cppISteamFriends_SteamFriends004_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends004_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends004_GetFriendPersonaNameHistory_params *params ); @@ -95,14 +95,14 @@ struct cppISteamFriends_SteamFriends004_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends004_HasFriend( struct cppISteamFriends_SteamFriends004_HasFriend_params *params ); struct cppISteamFriends_SteamFriends004_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends004_GetClanCount( struct cppISteamFriends_SteamFriends004_GetClanCount_params *params ); @@ -110,7 +110,7 @@ struct cppISteamFriends_SteamFriends004_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends004_GetClanByIndex( struct cppISteamFriends_SteamFriends004_GetClanByIndex_params *params ); @@ -125,7 +125,7 @@ extern void cppISteamFriends_SteamFriends004_GetClanName( struct cppISteamFriend struct cppISteamFriends_SteamFriends004_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends004_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends004_GetFriendCountFromSource_params *params ); @@ -135,7 +135,7 @@ struct cppISteamFriends_SteamFriends004_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends004_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends004_GetFriendFromSourceByIndex_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends005.h b/lsteamclient/cppISteamFriends_SteamFriends005.h index c46ce29e..ae7ad692 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends005.h +++ b/lsteamclient/cppISteamFriends_SteamFriends005.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends005_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends005_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends005_GetFriendCount( struct cppISteamFriends_SteamFriends005_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends005_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends005_GetFriendByIndex( struct cppISteamFriends_SteamFriends005_GetFriendByIndex_params *params ); @@ -63,9 +63,9 @@ extern void cppISteamFriends_SteamFriends005_GetFriendPersonaName( struct cppISt struct cppISteamFriends_SteamFriends005_GetFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int eAvatarSize; + int32_t eAvatarSize; }; extern void cppISteamFriends_SteamFriends005_GetFriendAvatar( struct cppISteamFriends_SteamFriends005_GetFriendAvatar_params *params ); @@ -83,7 +83,7 @@ struct cppISteamFriends_SteamFriends005_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends005_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends005_GetFriendPersonaNameHistory_params *params ); @@ -92,14 +92,14 @@ struct cppISteamFriends_SteamFriends005_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends005_HasFriend( struct cppISteamFriends_SteamFriends005_HasFriend_params *params ); struct cppISteamFriends_SteamFriends005_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends005_GetClanCount( struct cppISteamFriends_SteamFriends005_GetClanCount_params *params ); @@ -107,7 +107,7 @@ struct cppISteamFriends_SteamFriends005_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends005_GetClanByIndex( struct cppISteamFriends_SteamFriends005_GetClanByIndex_params *params ); @@ -122,7 +122,7 @@ extern void cppISteamFriends_SteamFriends005_GetClanName( struct cppISteamFriend struct cppISteamFriends_SteamFriends005_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends005_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends005_GetFriendCountFromSource_params *params ); @@ -132,7 +132,7 @@ struct cppISteamFriends_SteamFriends005_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends005_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends005_GetFriendFromSourceByIndex_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends006.h b/lsteamclient/cppISteamFriends_SteamFriends006.h index c95b39d0..5cc957e2 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends006.h +++ b/lsteamclient/cppISteamFriends_SteamFriends006.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends006_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends006_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends006_GetFriendCount( struct cppISteamFriends_SteamFriends006_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends006_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends006_GetFriendByIndex( struct cppISteamFriends_SteamFriends006_GetFriendByIndex_params *params ); @@ -63,9 +63,9 @@ extern void cppISteamFriends_SteamFriends006_GetFriendPersonaName( struct cppISt struct cppISteamFriends_SteamFriends006_GetFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int eAvatarSize; + int32_t eAvatarSize; }; extern void cppISteamFriends_SteamFriends006_GetFriendAvatar( struct cppISteamFriends_SteamFriends006_GetFriendAvatar_params *params ); @@ -83,7 +83,7 @@ struct cppISteamFriends_SteamFriends006_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends006_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends006_GetFriendPersonaNameHistory_params *params ); @@ -92,14 +92,14 @@ struct cppISteamFriends_SteamFriends006_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends006_HasFriend( struct cppISteamFriends_SteamFriends006_HasFriend_params *params ); struct cppISteamFriends_SteamFriends006_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends006_GetClanCount( struct cppISteamFriends_SteamFriends006_GetClanCount_params *params ); @@ -107,7 +107,7 @@ struct cppISteamFriends_SteamFriends006_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends006_GetClanByIndex( struct cppISteamFriends_SteamFriends006_GetClanByIndex_params *params ); @@ -130,7 +130,7 @@ extern void cppISteamFriends_SteamFriends006_GetClanTag( struct cppISteamFriends struct cppISteamFriends_SteamFriends006_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends006_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends006_GetFriendCountFromSource_params *params ); @@ -140,7 +140,7 @@ struct cppISteamFriends_SteamFriends006_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends006_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends006_GetFriendFromSourceByIndex_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends007.h b/lsteamclient/cppISteamFriends_SteamFriends007.h index 5a8aad4c..6a857806 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends007.h +++ b/lsteamclient/cppISteamFriends_SteamFriends007.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends007_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends007_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends007_GetFriendCount( struct cppISteamFriends_SteamFriends007_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends007_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends007_GetFriendByIndex( struct cppISteamFriends_SteamFriends007_GetFriendByIndex_params *params ); @@ -74,7 +74,7 @@ struct cppISteamFriends_SteamFriends007_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends007_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends007_GetFriendPersonaNameHistory_params *params ); @@ -83,14 +83,14 @@ struct cppISteamFriends_SteamFriends007_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends007_HasFriend( struct cppISteamFriends_SteamFriends007_HasFriend_params *params ); struct cppISteamFriends_SteamFriends007_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends007_GetClanCount( struct cppISteamFriends_SteamFriends007_GetClanCount_params *params ); @@ -98,7 +98,7 @@ struct cppISteamFriends_SteamFriends007_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends007_GetClanByIndex( struct cppISteamFriends_SteamFriends007_GetClanByIndex_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamFriends_SteamFriends007_GetClanTag( struct cppISteamFriends struct cppISteamFriends_SteamFriends007_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends007_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends007_GetFriendCountFromSource_params *params ); @@ -131,7 +131,7 @@ struct cppISteamFriends_SteamFriends007_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends007_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends007_GetFriendFromSourceByIndex_params *params ); @@ -198,7 +198,7 @@ extern void cppISteamFriends_SteamFriends007_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends007_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends007_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends007_GetSmallFriendAvatar_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamFriends_SteamFriends007_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends007_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends007_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends007_GetMediumFriendAvatar_params *params ); @@ -214,7 +214,7 @@ extern void cppISteamFriends_SteamFriends007_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends007_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends007_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends007_GetLargeFriendAvatar_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends008.h b/lsteamclient/cppISteamFriends_SteamFriends008.h index f0d07f90..0f263543 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends008.h +++ b/lsteamclient/cppISteamFriends_SteamFriends008.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends008_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends008_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends008_GetFriendCount( struct cppISteamFriends_SteamFriends008_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends008_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends008_GetFriendByIndex( struct cppISteamFriends_SteamFriends008_GetFriendByIndex_params *params ); @@ -74,7 +74,7 @@ struct cppISteamFriends_SteamFriends008_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends008_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends008_GetFriendPersonaNameHistory_params *params ); @@ -83,14 +83,14 @@ struct cppISteamFriends_SteamFriends008_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends008_HasFriend( struct cppISteamFriends_SteamFriends008_HasFriend_params *params ); struct cppISteamFriends_SteamFriends008_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends008_GetClanCount( struct cppISteamFriends_SteamFriends008_GetClanCount_params *params ); @@ -98,7 +98,7 @@ struct cppISteamFriends_SteamFriends008_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends008_GetClanByIndex( struct cppISteamFriends_SteamFriends008_GetClanByIndex_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamFriends_SteamFriends008_GetClanTag( struct cppISteamFriends struct cppISteamFriends_SteamFriends008_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends008_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends008_GetFriendCountFromSource_params *params ); @@ -131,7 +131,7 @@ struct cppISteamFriends_SteamFriends008_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends008_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends008_GetFriendFromSourceByIndex_params *params ); @@ -198,7 +198,7 @@ extern void cppISteamFriends_SteamFriends008_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends008_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends008_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends008_GetSmallFriendAvatar_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamFriends_SteamFriends008_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends008_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends008_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends008_GetMediumFriendAvatar_params *params ); @@ -214,7 +214,7 @@ extern void cppISteamFriends_SteamFriends008_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends008_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends008_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends008_GetLargeFriendAvatar_params *params ); @@ -247,7 +247,7 @@ extern void cppISteamFriends_SteamFriends008_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends008_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends008_GetClanOfficerCount( struct cppISteamFriends_SteamFriends008_GetClanOfficerCount_params *params ); @@ -257,14 +257,14 @@ struct cppISteamFriends_SteamFriends008_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends008_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends008_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends008_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends008_GetUserRestrictions( struct cppISteamFriends_SteamFriends008_GetUserRestrictions_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends009.h b/lsteamclient/cppISteamFriends_SteamFriends009.h index cb768b39..a756a0c4 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends009.h +++ b/lsteamclient/cppISteamFriends_SteamFriends009.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends009_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends009_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends009_GetFriendCount( struct cppISteamFriends_SteamFriends009_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends009_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends009_GetFriendByIndex( struct cppISteamFriends_SteamFriends009_GetFriendByIndex_params *params ); @@ -74,7 +74,7 @@ struct cppISteamFriends_SteamFriends009_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends009_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends009_GetFriendPersonaNameHistory_params *params ); @@ -83,14 +83,14 @@ struct cppISteamFriends_SteamFriends009_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends009_HasFriend( struct cppISteamFriends_SteamFriends009_HasFriend_params *params ); struct cppISteamFriends_SteamFriends009_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends009_GetClanCount( struct cppISteamFriends_SteamFriends009_GetClanCount_params *params ); @@ -98,7 +98,7 @@ struct cppISteamFriends_SteamFriends009_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends009_GetClanByIndex( struct cppISteamFriends_SteamFriends009_GetClanByIndex_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamFriends_SteamFriends009_GetClanTag( struct cppISteamFriends struct cppISteamFriends_SteamFriends009_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends009_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends009_GetFriendCountFromSource_params *params ); @@ -131,7 +131,7 @@ struct cppISteamFriends_SteamFriends009_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends009_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends009_GetFriendFromSourceByIndex_params *params ); @@ -198,7 +198,7 @@ extern void cppISteamFriends_SteamFriends009_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends009_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends009_GetSmallFriendAvatar_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamFriends_SteamFriends009_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends009_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends009_GetMediumFriendAvatar_params *params ); @@ -214,7 +214,7 @@ extern void cppISteamFriends_SteamFriends009_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends009_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends009_GetLargeFriendAvatar_params *params ); @@ -247,7 +247,7 @@ extern void cppISteamFriends_SteamFriends009_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends009_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends009_GetClanOfficerCount( struct cppISteamFriends_SteamFriends009_GetClanOfficerCount_params *params ); @@ -257,14 +257,14 @@ struct cppISteamFriends_SteamFriends009_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends009_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends009_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends009_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends009_GetUserRestrictions( struct cppISteamFriends_SteamFriends009_GetUserRestrictions_params *params ); @@ -295,7 +295,7 @@ extern void cppISteamFriends_SteamFriends009_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount_params *params ); @@ -305,7 +305,7 @@ struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex_params *params ); @@ -321,7 +321,7 @@ extern void cppISteamFriends_SteamFriends009_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends009_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends009_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends009_GetCoplayFriendCount_params *params ); @@ -329,14 +329,14 @@ struct cppISteamFriends_SteamFriends009_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends009_GetCoplayFriend( struct cppISteamFriends_SteamFriends009_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends009_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends009_GetFriendCoplayTime_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends010.h b/lsteamclient/cppISteamFriends_SteamFriends010.h index 869f975d..42b979da 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends010.h +++ b/lsteamclient/cppISteamFriends_SteamFriends010.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends010_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends010_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends010_GetFriendCount( struct cppISteamFriends_SteamFriends010_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends010_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends010_GetFriendByIndex( struct cppISteamFriends_SteamFriends010_GetFriendByIndex_params *params ); @@ -74,7 +74,7 @@ struct cppISteamFriends_SteamFriends010_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends010_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends010_GetFriendPersonaNameHistory_params *params ); @@ -83,14 +83,14 @@ struct cppISteamFriends_SteamFriends010_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends010_HasFriend( struct cppISteamFriends_SteamFriends010_HasFriend_params *params ); struct cppISteamFriends_SteamFriends010_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends010_GetClanCount( struct cppISteamFriends_SteamFriends010_GetClanCount_params *params ); @@ -98,7 +98,7 @@ struct cppISteamFriends_SteamFriends010_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends010_GetClanByIndex( struct cppISteamFriends_SteamFriends010_GetClanByIndex_params *params ); @@ -123,9 +123,9 @@ struct cppISteamFriends_SteamFriends010_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends010_GetClanActivityCounts( struct cppISteamFriends_SteamFriends010_GetClanActivityCounts_params *params ); @@ -134,14 +134,14 @@ struct cppISteamFriends_SteamFriends010_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends010_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends010_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends010_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends010_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends010_GetFriendCountFromSource_params *params ); @@ -151,7 +151,7 @@ struct cppISteamFriends_SteamFriends010_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends010_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends010_GetFriendFromSourceByIndex_params *params ); @@ -218,7 +218,7 @@ extern void cppISteamFriends_SteamFriends010_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends010_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends010_GetSmallFriendAvatar_params *params ); @@ -226,7 +226,7 @@ extern void cppISteamFriends_SteamFriends010_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends010_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends010_GetMediumFriendAvatar_params *params ); @@ -234,7 +234,7 @@ extern void cppISteamFriends_SteamFriends010_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends010_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends010_GetLargeFriendAvatar_params *params ); @@ -267,7 +267,7 @@ extern void cppISteamFriends_SteamFriends010_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends010_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends010_GetClanOfficerCount( struct cppISteamFriends_SteamFriends010_GetClanOfficerCount_params *params ); @@ -277,14 +277,14 @@ struct cppISteamFriends_SteamFriends010_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends010_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends010_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends010_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends010_GetUserRestrictions( struct cppISteamFriends_SteamFriends010_GetUserRestrictions_params *params ); @@ -315,7 +315,7 @@ extern void cppISteamFriends_SteamFriends010_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount_params *params ); @@ -325,7 +325,7 @@ struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex_params *params ); @@ -341,7 +341,7 @@ extern void cppISteamFriends_SteamFriends010_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends010_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends010_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends010_GetCoplayFriendCount_params *params ); @@ -349,14 +349,14 @@ struct cppISteamFriends_SteamFriends010_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends010_GetCoplayFriend( struct cppISteamFriends_SteamFriends010_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends010_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends010_GetFriendCoplayTime_params *params ); @@ -388,7 +388,7 @@ extern void cppISteamFriends_SteamFriends010_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends010_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends010_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends010_GetClanChatMemberCount_params *params ); @@ -398,7 +398,7 @@ struct cppISteamFriends_SteamFriends010_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends010_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends010_GetChatMemberByIndex_params *params ); @@ -414,11 +414,11 @@ extern void cppISteamFriends_SteamFriends010_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends010_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *_e; CSteamID *_f; }; @@ -477,11 +477,11 @@ extern void cppISteamFriends_SteamFriends010_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends010_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends010_GetFriendMessage( struct cppISteamFriends_SteamFriends010_GetFriendMessage_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends011.h b/lsteamclient/cppISteamFriends_SteamFriends011.h index 5152aa79..2c3c86c8 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends011.h +++ b/lsteamclient/cppISteamFriends_SteamFriends011.h @@ -22,8 +22,8 @@ extern void cppISteamFriends_SteamFriends011_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends011_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends011_GetFriendCount( struct cppISteamFriends_SteamFriends011_GetFriendCount_params *params ); @@ -31,8 +31,8 @@ struct cppISteamFriends_SteamFriends011_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends011_GetFriendByIndex( struct cppISteamFriends_SteamFriends011_GetFriendByIndex_params *params ); @@ -74,7 +74,7 @@ struct cppISteamFriends_SteamFriends011_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends011_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends011_GetFriendPersonaNameHistory_params *params ); @@ -83,14 +83,14 @@ struct cppISteamFriends_SteamFriends011_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends011_HasFriend( struct cppISteamFriends_SteamFriends011_HasFriend_params *params ); struct cppISteamFriends_SteamFriends011_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends011_GetClanCount( struct cppISteamFriends_SteamFriends011_GetClanCount_params *params ); @@ -98,7 +98,7 @@ struct cppISteamFriends_SteamFriends011_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends011_GetClanByIndex( struct cppISteamFriends_SteamFriends011_GetClanByIndex_params *params ); @@ -123,9 +123,9 @@ struct cppISteamFriends_SteamFriends011_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends011_GetClanActivityCounts( struct cppISteamFriends_SteamFriends011_GetClanActivityCounts_params *params ); @@ -134,14 +134,14 @@ struct cppISteamFriends_SteamFriends011_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends011_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends011_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends011_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends011_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends011_GetFriendCountFromSource_params *params ); @@ -151,7 +151,7 @@ struct cppISteamFriends_SteamFriends011_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends011_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends011_GetFriendFromSourceByIndex_params *params ); @@ -218,7 +218,7 @@ extern void cppISteamFriends_SteamFriends011_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends011_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends011_GetSmallFriendAvatar_params *params ); @@ -226,7 +226,7 @@ extern void cppISteamFriends_SteamFriends011_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends011_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends011_GetMediumFriendAvatar_params *params ); @@ -234,7 +234,7 @@ extern void cppISteamFriends_SteamFriends011_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends011_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends011_GetLargeFriendAvatar_params *params ); @@ -267,7 +267,7 @@ extern void cppISteamFriends_SteamFriends011_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends011_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends011_GetClanOfficerCount( struct cppISteamFriends_SteamFriends011_GetClanOfficerCount_params *params ); @@ -277,14 +277,14 @@ struct cppISteamFriends_SteamFriends011_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends011_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends011_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends011_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends011_GetUserRestrictions( struct cppISteamFriends_SteamFriends011_GetUserRestrictions_params *params ); @@ -315,7 +315,7 @@ extern void cppISteamFriends_SteamFriends011_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount_params *params ); @@ -325,7 +325,7 @@ struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex_params *params ); @@ -348,7 +348,7 @@ extern void cppISteamFriends_SteamFriends011_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends011_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends011_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends011_GetCoplayFriendCount_params *params ); @@ -356,14 +356,14 @@ struct cppISteamFriends_SteamFriends011_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends011_GetCoplayFriend( struct cppISteamFriends_SteamFriends011_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends011_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends011_GetFriendCoplayTime_params *params ); @@ -395,7 +395,7 @@ extern void cppISteamFriends_SteamFriends011_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends011_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends011_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends011_GetClanChatMemberCount_params *params ); @@ -405,7 +405,7 @@ struct cppISteamFriends_SteamFriends011_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends011_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends011_GetChatMemberByIndex_params *params ); @@ -421,11 +421,11 @@ extern void cppISteamFriends_SteamFriends011_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends011_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *_e; CSteamID *_f; }; @@ -484,11 +484,11 @@ extern void cppISteamFriends_SteamFriends011_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends011_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends011_GetFriendMessage( struct cppISteamFriends_SteamFriends011_GetFriendMessage_params *params ); @@ -513,7 +513,7 @@ struct cppISteamFriends_SteamFriends011_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends011_EnumerateFollowingList( struct cppISteamFriends_SteamFriends011_EnumerateFollowingList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends012.h b/lsteamclient/cppISteamFriends_SteamFriends012.h index 2c0c516f..bf68c1c6 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends012.h +++ b/lsteamclient/cppISteamFriends_SteamFriends012.h @@ -23,8 +23,8 @@ extern void cppISteamFriends_SteamFriends012_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends012_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends012_GetFriendCount( struct cppISteamFriends_SteamFriends012_GetFriendCount_params *params ); @@ -32,8 +32,8 @@ struct cppISteamFriends_SteamFriends012_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends012_GetFriendByIndex( struct cppISteamFriends_SteamFriends012_GetFriendByIndex_params *params ); @@ -75,7 +75,7 @@ struct cppISteamFriends_SteamFriends012_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends012_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends012_GetFriendPersonaNameHistory_params *params ); @@ -84,14 +84,14 @@ struct cppISteamFriends_SteamFriends012_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends012_HasFriend( struct cppISteamFriends_SteamFriends012_HasFriend_params *params ); struct cppISteamFriends_SteamFriends012_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends012_GetClanCount( struct cppISteamFriends_SteamFriends012_GetClanCount_params *params ); @@ -99,7 +99,7 @@ struct cppISteamFriends_SteamFriends012_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends012_GetClanByIndex( struct cppISteamFriends_SteamFriends012_GetClanByIndex_params *params ); @@ -124,9 +124,9 @@ struct cppISteamFriends_SteamFriends012_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends012_GetClanActivityCounts( struct cppISteamFriends_SteamFriends012_GetClanActivityCounts_params *params ); @@ -135,14 +135,14 @@ struct cppISteamFriends_SteamFriends012_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends012_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends012_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends012_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends012_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends012_GetFriendCountFromSource_params *params ); @@ -152,7 +152,7 @@ struct cppISteamFriends_SteamFriends012_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends012_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends012_GetFriendFromSourceByIndex_params *params ); @@ -219,7 +219,7 @@ extern void cppISteamFriends_SteamFriends012_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends012_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends012_GetSmallFriendAvatar_params *params ); @@ -227,7 +227,7 @@ extern void cppISteamFriends_SteamFriends012_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends012_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends012_GetMediumFriendAvatar_params *params ); @@ -235,7 +235,7 @@ extern void cppISteamFriends_SteamFriends012_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends012_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends012_GetLargeFriendAvatar_params *params ); @@ -268,7 +268,7 @@ extern void cppISteamFriends_SteamFriends012_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends012_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends012_GetClanOfficerCount( struct cppISteamFriends_SteamFriends012_GetClanOfficerCount_params *params ); @@ -278,14 +278,14 @@ struct cppISteamFriends_SteamFriends012_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends012_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends012_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends012_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends012_GetUserRestrictions( struct cppISteamFriends_SteamFriends012_GetUserRestrictions_params *params ); @@ -316,7 +316,7 @@ extern void cppISteamFriends_SteamFriends012_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount_params *params ); @@ -326,7 +326,7 @@ struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex_params *params ); @@ -349,7 +349,7 @@ extern void cppISteamFriends_SteamFriends012_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends012_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends012_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends012_GetCoplayFriendCount_params *params ); @@ -357,14 +357,14 @@ struct cppISteamFriends_SteamFriends012_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends012_GetCoplayFriend( struct cppISteamFriends_SteamFriends012_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends012_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends012_GetFriendCoplayTime_params *params ); @@ -396,7 +396,7 @@ extern void cppISteamFriends_SteamFriends012_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends012_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends012_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends012_GetClanChatMemberCount_params *params ); @@ -406,7 +406,7 @@ struct cppISteamFriends_SteamFriends012_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends012_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends012_GetChatMemberByIndex_params *params ); @@ -422,11 +422,11 @@ extern void cppISteamFriends_SteamFriends012_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends012_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *_e; CSteamID *_f; }; @@ -485,11 +485,11 @@ extern void cppISteamFriends_SteamFriends012_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends012_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends012_GetFriendMessage( struct cppISteamFriends_SteamFriends012_GetFriendMessage_params *params ); @@ -514,7 +514,7 @@ struct cppISteamFriends_SteamFriends012_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends012_EnumerateFollowingList( struct cppISteamFriends_SteamFriends012_EnumerateFollowingList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends013.h b/lsteamclient/cppISteamFriends_SteamFriends013.h index 1ccbb279..4ce89ebe 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends013.h +++ b/lsteamclient/cppISteamFriends_SteamFriends013.h @@ -23,8 +23,8 @@ extern void cppISteamFriends_SteamFriends013_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends013_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends013_GetFriendCount( struct cppISteamFriends_SteamFriends013_GetFriendCount_params *params ); @@ -32,8 +32,8 @@ struct cppISteamFriends_SteamFriends013_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends013_GetFriendByIndex( struct cppISteamFriends_SteamFriends013_GetFriendByIndex_params *params ); @@ -75,7 +75,7 @@ struct cppISteamFriends_SteamFriends013_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends013_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends013_GetFriendPersonaNameHistory_params *params ); @@ -84,14 +84,14 @@ struct cppISteamFriends_SteamFriends013_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends013_HasFriend( struct cppISteamFriends_SteamFriends013_HasFriend_params *params ); struct cppISteamFriends_SteamFriends013_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends013_GetClanCount( struct cppISteamFriends_SteamFriends013_GetClanCount_params *params ); @@ -99,7 +99,7 @@ struct cppISteamFriends_SteamFriends013_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends013_GetClanByIndex( struct cppISteamFriends_SteamFriends013_GetClanByIndex_params *params ); @@ -124,9 +124,9 @@ struct cppISteamFriends_SteamFriends013_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends013_GetClanActivityCounts( struct cppISteamFriends_SteamFriends013_GetClanActivityCounts_params *params ); @@ -135,14 +135,14 @@ struct cppISteamFriends_SteamFriends013_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends013_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends013_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends013_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends013_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends013_GetFriendCountFromSource_params *params ); @@ -152,7 +152,7 @@ struct cppISteamFriends_SteamFriends013_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends013_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends013_GetFriendFromSourceByIndex_params *params ); @@ -220,7 +220,7 @@ extern void cppISteamFriends_SteamFriends013_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends013_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends013_GetSmallFriendAvatar_params *params ); @@ -228,7 +228,7 @@ extern void cppISteamFriends_SteamFriends013_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends013_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends013_GetMediumFriendAvatar_params *params ); @@ -236,7 +236,7 @@ extern void cppISteamFriends_SteamFriends013_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends013_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends013_GetLargeFriendAvatar_params *params ); @@ -269,7 +269,7 @@ extern void cppISteamFriends_SteamFriends013_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends013_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends013_GetClanOfficerCount( struct cppISteamFriends_SteamFriends013_GetClanOfficerCount_params *params ); @@ -279,14 +279,14 @@ struct cppISteamFriends_SteamFriends013_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends013_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends013_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends013_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends013_GetUserRestrictions( struct cppISteamFriends_SteamFriends013_GetUserRestrictions_params *params ); @@ -317,7 +317,7 @@ extern void cppISteamFriends_SteamFriends013_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount_params *params ); @@ -327,7 +327,7 @@ struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex_params *params ); @@ -350,7 +350,7 @@ extern void cppISteamFriends_SteamFriends013_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends013_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends013_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends013_GetCoplayFriendCount_params *params ); @@ -358,14 +358,14 @@ struct cppISteamFriends_SteamFriends013_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends013_GetCoplayFriend( struct cppISteamFriends_SteamFriends013_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends013_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends013_GetFriendCoplayTime_params *params ); @@ -397,7 +397,7 @@ extern void cppISteamFriends_SteamFriends013_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends013_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends013_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends013_GetClanChatMemberCount_params *params ); @@ -407,7 +407,7 @@ struct cppISteamFriends_SteamFriends013_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends013_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends013_GetChatMemberByIndex_params *params ); @@ -423,11 +423,11 @@ extern void cppISteamFriends_SteamFriends013_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends013_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *_e; CSteamID *_f; }; @@ -486,11 +486,11 @@ extern void cppISteamFriends_SteamFriends013_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends013_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends013_GetFriendMessage( struct cppISteamFriends_SteamFriends013_GetFriendMessage_params *params ); @@ -515,7 +515,7 @@ struct cppISteamFriends_SteamFriends013_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends013_EnumerateFollowingList( struct cppISteamFriends_SteamFriends013_EnumerateFollowingList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends014.h b/lsteamclient/cppISteamFriends_SteamFriends014.h index a0a5e4bb..8abe0be2 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends014.h +++ b/lsteamclient/cppISteamFriends_SteamFriends014.h @@ -23,8 +23,8 @@ extern void cppISteamFriends_SteamFriends014_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends014_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends014_GetFriendCount( struct cppISteamFriends_SteamFriends014_GetFriendCount_params *params ); @@ -32,8 +32,8 @@ struct cppISteamFriends_SteamFriends014_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends014_GetFriendByIndex( struct cppISteamFriends_SteamFriends014_GetFriendByIndex_params *params ); @@ -75,7 +75,7 @@ struct cppISteamFriends_SteamFriends014_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends014_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends014_GetFriendPersonaNameHistory_params *params ); @@ -92,14 +92,14 @@ struct cppISteamFriends_SteamFriends014_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends014_HasFriend( struct cppISteamFriends_SteamFriends014_HasFriend_params *params ); struct cppISteamFriends_SteamFriends014_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends014_GetClanCount( struct cppISteamFriends_SteamFriends014_GetClanCount_params *params ); @@ -107,7 +107,7 @@ struct cppISteamFriends_SteamFriends014_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends014_GetClanByIndex( struct cppISteamFriends_SteamFriends014_GetClanByIndex_params *params ); @@ -132,9 +132,9 @@ struct cppISteamFriends_SteamFriends014_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends014_GetClanActivityCounts( struct cppISteamFriends_SteamFriends014_GetClanActivityCounts_params *params ); @@ -143,14 +143,14 @@ struct cppISteamFriends_SteamFriends014_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends014_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends014_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends014_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends014_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends014_GetFriendCountFromSource_params *params ); @@ -160,7 +160,7 @@ struct cppISteamFriends_SteamFriends014_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends014_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends014_GetFriendFromSourceByIndex_params *params ); @@ -228,7 +228,7 @@ extern void cppISteamFriends_SteamFriends014_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends014_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends014_GetSmallFriendAvatar_params *params ); @@ -236,7 +236,7 @@ extern void cppISteamFriends_SteamFriends014_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends014_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends014_GetMediumFriendAvatar_params *params ); @@ -244,7 +244,7 @@ extern void cppISteamFriends_SteamFriends014_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends014_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends014_GetLargeFriendAvatar_params *params ); @@ -277,7 +277,7 @@ extern void cppISteamFriends_SteamFriends014_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends014_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends014_GetClanOfficerCount( struct cppISteamFriends_SteamFriends014_GetClanOfficerCount_params *params ); @@ -287,14 +287,14 @@ struct cppISteamFriends_SteamFriends014_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends014_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends014_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends014_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends014_GetUserRestrictions( struct cppISteamFriends_SteamFriends014_GetUserRestrictions_params *params ); @@ -325,7 +325,7 @@ extern void cppISteamFriends_SteamFriends014_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount_params *params ); @@ -335,7 +335,7 @@ struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex_params *params ); @@ -358,7 +358,7 @@ extern void cppISteamFriends_SteamFriends014_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends014_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends014_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends014_GetCoplayFriendCount_params *params ); @@ -366,14 +366,14 @@ struct cppISteamFriends_SteamFriends014_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends014_GetCoplayFriend( struct cppISteamFriends_SteamFriends014_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends014_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends014_GetFriendCoplayTime_params *params ); @@ -405,7 +405,7 @@ extern void cppISteamFriends_SteamFriends014_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends014_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends014_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends014_GetClanChatMemberCount_params *params ); @@ -415,7 +415,7 @@ struct cppISteamFriends_SteamFriends014_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends014_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends014_GetChatMemberByIndex_params *params ); @@ -431,11 +431,11 @@ extern void cppISteamFriends_SteamFriends014_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends014_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *peChatEntryType; CSteamID *psteamidChatter; }; @@ -494,11 +494,11 @@ extern void cppISteamFriends_SteamFriends014_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends014_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends014_GetFriendMessage( struct cppISteamFriends_SteamFriends014_GetFriendMessage_params *params ); @@ -523,7 +523,7 @@ struct cppISteamFriends_SteamFriends014_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends014_EnumerateFollowingList( struct cppISteamFriends_SteamFriends014_EnumerateFollowingList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends015.h b/lsteamclient/cppISteamFriends_SteamFriends015.h index 707f40b3..1e2851a9 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends015.h +++ b/lsteamclient/cppISteamFriends_SteamFriends015.h @@ -23,8 +23,8 @@ extern void cppISteamFriends_SteamFriends015_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends015_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends015_GetFriendCount( struct cppISteamFriends_SteamFriends015_GetFriendCount_params *params ); @@ -32,8 +32,8 @@ struct cppISteamFriends_SteamFriends015_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends015_GetFriendByIndex( struct cppISteamFriends_SteamFriends015_GetFriendByIndex_params *params ); @@ -75,14 +75,14 @@ struct cppISteamFriends_SteamFriends015_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends015_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends015_GetFriendPersonaNameHistory_params *params ); struct cppISteamFriends_SteamFriends015_GetFriendSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetFriendSteamLevel( struct cppISteamFriends_SteamFriends015_GetFriendSteamLevel_params *params ); @@ -98,7 +98,7 @@ extern void cppISteamFriends_SteamFriends015_GetPlayerNickname( struct cppISteam struct cppISteamFriends_SteamFriends015_GetFriendsGroupCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupCount( struct cppISteamFriends_SteamFriends015_GetFriendsGroupCount_params *params ); @@ -106,7 +106,7 @@ struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params { void *linux_side; FriendsGroupID_t _ret; - int iFG; + int32_t iFG; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex( struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendsGroupName( struct cppISte struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params { void *linux_side; - int _ret; + int32_t _ret; FriendsGroupID_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount( struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params *params ); @@ -131,7 +131,7 @@ struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList_params void *linux_side; FriendsGroupID_t friendsGroupID; CSteamID *pOutSteamIDMembers; - int nMembersCount; + int32_t nMembersCount; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList( struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList_params *params ); @@ -140,14 +140,14 @@ struct cppISteamFriends_SteamFriends015_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends015_HasFriend( struct cppISteamFriends_SteamFriends015_HasFriend_params *params ); struct cppISteamFriends_SteamFriends015_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends015_GetClanCount( struct cppISteamFriends_SteamFriends015_GetClanCount_params *params ); @@ -155,7 +155,7 @@ struct cppISteamFriends_SteamFriends015_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends015_GetClanByIndex( struct cppISteamFriends_SteamFriends015_GetClanByIndex_params *params ); @@ -180,9 +180,9 @@ struct cppISteamFriends_SteamFriends015_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends015_GetClanActivityCounts( struct cppISteamFriends_SteamFriends015_GetClanActivityCounts_params *params ); @@ -191,14 +191,14 @@ struct cppISteamFriends_SteamFriends015_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends015_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends015_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends015_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends015_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends015_GetFriendCountFromSource_params *params ); @@ -208,7 +208,7 @@ struct cppISteamFriends_SteamFriends015_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends015_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends015_GetFriendFromSourceByIndex_params *params ); @@ -276,7 +276,7 @@ extern void cppISteamFriends_SteamFriends015_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends015_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends015_GetSmallFriendAvatar_params *params ); @@ -284,7 +284,7 @@ extern void cppISteamFriends_SteamFriends015_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends015_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends015_GetMediumFriendAvatar_params *params ); @@ -292,7 +292,7 @@ extern void cppISteamFriends_SteamFriends015_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends015_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends015_GetLargeFriendAvatar_params *params ); @@ -325,7 +325,7 @@ extern void cppISteamFriends_SteamFriends015_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends015_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends015_GetClanOfficerCount( struct cppISteamFriends_SteamFriends015_GetClanOfficerCount_params *params ); @@ -335,14 +335,14 @@ struct cppISteamFriends_SteamFriends015_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends015_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends015_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends015_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends015_GetUserRestrictions( struct cppISteamFriends_SteamFriends015_GetUserRestrictions_params *params ); @@ -373,7 +373,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount_params *params ); @@ -383,7 +383,7 @@ struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex_params *params ); @@ -406,7 +406,7 @@ extern void cppISteamFriends_SteamFriends015_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends015_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends015_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends015_GetCoplayFriendCount_params *params ); @@ -414,14 +414,14 @@ struct cppISteamFriends_SteamFriends015_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends015_GetCoplayFriend( struct cppISteamFriends_SteamFriends015_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends015_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends015_GetFriendCoplayTime_params *params ); @@ -453,7 +453,7 @@ extern void cppISteamFriends_SteamFriends015_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends015_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends015_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends015_GetClanChatMemberCount_params *params ); @@ -463,7 +463,7 @@ struct cppISteamFriends_SteamFriends015_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends015_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends015_GetChatMemberByIndex_params *params ); @@ -479,11 +479,11 @@ extern void cppISteamFriends_SteamFriends015_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends015_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *peChatEntryType; CSteamID *psteamidChatter; }; @@ -542,11 +542,11 @@ extern void cppISteamFriends_SteamFriends015_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends015_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends015_GetFriendMessage( struct cppISteamFriends_SteamFriends015_GetFriendMessage_params *params ); @@ -571,7 +571,7 @@ struct cppISteamFriends_SteamFriends015_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends015_EnumerateFollowingList( struct cppISteamFriends_SteamFriends015_EnumerateFollowingList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends017.h b/lsteamclient/cppISteamFriends_SteamFriends017.h index 3f094690..bfbfbd21 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends017.h +++ b/lsteamclient/cppISteamFriends_SteamFriends017.h @@ -23,8 +23,8 @@ extern void cppISteamFriends_SteamFriends017_GetPersonaState( struct cppISteamFr struct cppISteamFriends_SteamFriends017_GetFriendCount_params { void *linux_side; - int _ret; - int iFriendFlags; + int32_t _ret; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends017_GetFriendCount( struct cppISteamFriends_SteamFriends017_GetFriendCount_params *params ); @@ -32,8 +32,8 @@ struct cppISteamFriends_SteamFriends017_GetFriendByIndex_params { void *linux_side; CSteamID *_ret; - int iFriend; - int iFriendFlags; + int32_t iFriend; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends017_GetFriendByIndex( struct cppISteamFriends_SteamFriends017_GetFriendByIndex_params *params ); @@ -75,14 +75,14 @@ struct cppISteamFriends_SteamFriends017_GetFriendPersonaNameHistory_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iPersonaName; + int32_t iPersonaName; }; extern void cppISteamFriends_SteamFriends017_GetFriendPersonaNameHistory( struct cppISteamFriends_SteamFriends017_GetFriendPersonaNameHistory_params *params ); struct cppISteamFriends_SteamFriends017_GetFriendSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetFriendSteamLevel( struct cppISteamFriends_SteamFriends017_GetFriendSteamLevel_params *params ); @@ -98,7 +98,7 @@ extern void cppISteamFriends_SteamFriends017_GetPlayerNickname( struct cppISteam struct cppISteamFriends_SteamFriends017_GetFriendsGroupCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupCount( struct cppISteamFriends_SteamFriends017_GetFriendsGroupCount_params *params ); @@ -106,7 +106,7 @@ struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params { void *linux_side; FriendsGroupID_t _ret; - int iFG; + int32_t iFG; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex( struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendsGroupName( struct cppISte struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params { void *linux_side; - int _ret; + int32_t _ret; FriendsGroupID_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount( struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params *params ); @@ -131,7 +131,7 @@ struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList_params void *linux_side; FriendsGroupID_t friendsGroupID; CSteamID *pOutSteamIDMembers; - int nMembersCount; + int32_t nMembersCount; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList( struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList_params *params ); @@ -140,14 +140,14 @@ struct cppISteamFriends_SteamFriends017_HasFriend_params void *linux_side; bool _ret; CSteamID steamIDFriend; - int iFriendFlags; + int32_t iFriendFlags; }; extern void cppISteamFriends_SteamFriends017_HasFriend( struct cppISteamFriends_SteamFriends017_HasFriend_params *params ); struct cppISteamFriends_SteamFriends017_GetClanCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends017_GetClanCount( struct cppISteamFriends_SteamFriends017_GetClanCount_params *params ); @@ -155,7 +155,7 @@ struct cppISteamFriends_SteamFriends017_GetClanByIndex_params { void *linux_side; CSteamID *_ret; - int iClan; + int32_t iClan; }; extern void cppISteamFriends_SteamFriends017_GetClanByIndex( struct cppISteamFriends_SteamFriends017_GetClanByIndex_params *params ); @@ -180,9 +180,9 @@ struct cppISteamFriends_SteamFriends017_GetClanActivityCounts_params void *linux_side; bool _ret; CSteamID steamIDClan; - int *pnOnline; - int *pnInGame; - int *pnChatting; + int32_t *pnOnline; + int32_t *pnInGame; + int32_t *pnChatting; }; extern void cppISteamFriends_SteamFriends017_GetClanActivityCounts( struct cppISteamFriends_SteamFriends017_GetClanActivityCounts_params *params ); @@ -191,14 +191,14 @@ struct cppISteamFriends_SteamFriends017_DownloadClanActivityCounts_params void *linux_side; SteamAPICall_t _ret; CSteamID *psteamIDClans; - int cClansToRequest; + int32_t cClansToRequest; }; extern void cppISteamFriends_SteamFriends017_DownloadClanActivityCounts( struct cppISteamFriends_SteamFriends017_DownloadClanActivityCounts_params *params ); struct cppISteamFriends_SteamFriends017_GetFriendCountFromSource_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDSource; }; extern void cppISteamFriends_SteamFriends017_GetFriendCountFromSource( struct cppISteamFriends_SteamFriends017_GetFriendCountFromSource_params *params ); @@ -208,7 +208,7 @@ struct cppISteamFriends_SteamFriends017_GetFriendFromSourceByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDSource; - int iFriend; + int32_t iFriend; }; extern void cppISteamFriends_SteamFriends017_GetFriendFromSourceByIndex( struct cppISteamFriends_SteamFriends017_GetFriendFromSourceByIndex_params *params ); @@ -277,7 +277,7 @@ extern void cppISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialog( st struct cppISteamFriends_SteamFriends017_GetSmallFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetSmallFriendAvatar( struct cppISteamFriends_SteamFriends017_GetSmallFriendAvatar_params *params ); @@ -285,7 +285,7 @@ extern void cppISteamFriends_SteamFriends017_GetSmallFriendAvatar( struct cppISt struct cppISteamFriends_SteamFriends017_GetMediumFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetMediumFriendAvatar( struct cppISteamFriends_SteamFriends017_GetMediumFriendAvatar_params *params ); @@ -293,7 +293,7 @@ extern void cppISteamFriends_SteamFriends017_GetMediumFriendAvatar( struct cppIS struct cppISteamFriends_SteamFriends017_GetLargeFriendAvatar_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetLargeFriendAvatar( struct cppISteamFriends_SteamFriends017_GetLargeFriendAvatar_params *params ); @@ -326,7 +326,7 @@ extern void cppISteamFriends_SteamFriends017_GetClanOwner( struct cppISteamFrien struct cppISteamFriends_SteamFriends017_GetClanOfficerCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends017_GetClanOfficerCount( struct cppISteamFriends_SteamFriends017_GetClanOfficerCount_params *params ); @@ -336,14 +336,14 @@ struct cppISteamFriends_SteamFriends017_GetClanOfficerByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iOfficer; + int32_t iOfficer; }; extern void cppISteamFriends_SteamFriends017_GetClanOfficerByIndex( struct cppISteamFriends_SteamFriends017_GetClanOfficerByIndex_params *params ); struct cppISteamFriends_SteamFriends017_GetUserRestrictions_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamFriends_SteamFriends017_GetUserRestrictions( struct cppISteamFriends_SteamFriends017_GetUserRestrictions_params *params ); @@ -374,7 +374,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendRichPresence( struct cppIS struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount( struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount_params *params ); @@ -384,7 +384,7 @@ struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex_params void *linux_side; const char *_ret; CSteamID steamIDFriend; - int iKey; + int32_t iKey; }; extern void cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex( struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex_params *params ); @@ -407,7 +407,7 @@ extern void cppISteamFriends_SteamFriends017_InviteUserToGame( struct cppISteamF struct cppISteamFriends_SteamFriends017_GetCoplayFriendCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends017_GetCoplayFriendCount( struct cppISteamFriends_SteamFriends017_GetCoplayFriendCount_params *params ); @@ -415,14 +415,14 @@ struct cppISteamFriends_SteamFriends017_GetCoplayFriend_params { void *linux_side; CSteamID *_ret; - int iCoplayFriend; + int32_t iCoplayFriend; }; extern void cppISteamFriends_SteamFriends017_GetCoplayFriend( struct cppISteamFriends_SteamFriends017_GetCoplayFriend_params *params ); struct cppISteamFriends_SteamFriends017_GetFriendCoplayTime_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetFriendCoplayTime( struct cppISteamFriends_SteamFriends017_GetFriendCoplayTime_params *params ); @@ -454,7 +454,7 @@ extern void cppISteamFriends_SteamFriends017_LeaveClanChatRoom( struct cppISteam struct cppISteamFriends_SteamFriends017_GetClanChatMemberCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends017_GetClanChatMemberCount( struct cppISteamFriends_SteamFriends017_GetClanChatMemberCount_params *params ); @@ -464,7 +464,7 @@ struct cppISteamFriends_SteamFriends017_GetChatMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDClan; - int iUser; + int32_t iUser; }; extern void cppISteamFriends_SteamFriends017_GetChatMemberByIndex( struct cppISteamFriends_SteamFriends017_GetChatMemberByIndex_params *params ); @@ -480,11 +480,11 @@ extern void cppISteamFriends_SteamFriends017_SendClanChatMessage( struct cppISte struct cppISteamFriends_SteamFriends017_GetClanChatMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDClanChat; - int iMessage; + int32_t iMessage; void *prgchText; - int cchTextMax; + int32_t cchTextMax; uint32_t *peChatEntryType; CSteamID *psteamidChatter; }; @@ -543,11 +543,11 @@ extern void cppISteamFriends_SteamFriends017_ReplyToFriendMessage( struct cppISt struct cppISteamFriends_SteamFriends017_GetFriendMessage_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDFriend; - int iMessageID; + int32_t iMessageID; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamFriends_SteamFriends017_GetFriendMessage( struct cppISteamFriends_SteamFriends017_GetFriendMessage_params *params ); @@ -572,7 +572,7 @@ struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends017_EnumerateFollowingList( struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params *params ); @@ -595,7 +595,7 @@ extern void cppISteamFriends_SteamFriends017_IsClanOfficialGameGroup( struct cpp struct cppISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages( struct cppISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages_params *params ); @@ -651,7 +651,7 @@ extern void cppISteamFriends_SteamFriends017_GetProfileItemPropertyString( struc struct cppISteamFriends_SteamFriends017_GetProfileItemPropertyUint_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CSteamID steamID; uint32_t itemType; uint32_t prop; diff --git a/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.h b/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.h index 28169e79..6da22b48 100644 --- a/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.h +++ b/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.h @@ -2,9 +2,9 @@ struct cppISteamGameCoordinator_SteamGameCoordinator001_SendMessage_params { void *linux_side; uint32_t _ret; - uint32 unMsgType; + uint32_t unMsgType; const void *pubData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamGameCoordinator_SteamGameCoordinator001_SendMessage( struct cppISteamGameCoordinator_SteamGameCoordinator001_SendMessage_params *params ); @@ -12,7 +12,7 @@ struct cppISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable_param { void *linux_side; bool _ret; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable( struct cppISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable_params *params ); @@ -20,10 +20,10 @@ struct cppISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage_params { void *linux_side; uint32_t _ret; - uint32 *punMsgType; + uint32_t *punMsgType; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage( struct cppISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage_params *params ); diff --git a/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.h b/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.h index 7930928d..951f6ba8 100644 --- a/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.h +++ b/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.h @@ -12,8 +12,8 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby_params void *linux_side; uint32_t _ret; CSteamID steamIDLobby; - int nPlayerMin; - int nPlayerMax; + int32_t nPlayerMin; + int32_t nPlayerMax; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby( struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby_params *params ); @@ -21,8 +21,8 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo_params { void *linux_side; uint32_t _ret; - int nPlayerMin; - int nPlayerMax; + int32_t nPlayerMin; + int32_t nPlayerMax; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo( struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo_params *params ); @@ -46,7 +46,7 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails_par uint32_t _ret; CSteamID steamIDHost; char *pchConnectionDetails; - int cubConnectionDetails; + int32_t cubConnectionDetails; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails( struct cppISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails_params *params ); @@ -71,7 +71,7 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails_params void *linux_side; uint32_t _ret; const char *pchConnectionDetails; - int cubConnectionDetails; + int32_t cubConnectionDetails; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails( struct cppISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails_params *params ); @@ -79,9 +79,9 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame_params { void *linux_side; uint32_t _ret; - int nPlayerMin; - int nPlayerMax; - int nMaxTeamSize; + int32_t nPlayerMin; + int32_t nPlayerMax; + int32_t nMaxTeamSize; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame( struct cppISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame_params *params ); @@ -89,7 +89,7 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart_params { void *linux_side; uint32_t _ret; - uint64 ullUniqueGameID; + uint64_t ullUniqueGameID; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart( struct cppISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart_params *params ); @@ -104,7 +104,7 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_SubmitPlayerResult_params { void *linux_side; uint32_t _ret; - uint64 ullUniqueGameID; + uint64_t ullUniqueGameID; CSteamID steamIDPlayer; uint32_t EPlayerResult; }; @@ -114,7 +114,7 @@ struct cppISteamGameSearch_SteamMatchGameSearch001_EndGame_params { void *linux_side; uint32_t _ret; - uint64 ullUniqueGameID; + uint64_t ullUniqueGameID; }; extern void cppISteamGameSearch_SteamMatchGameSearch001_EndGame( struct cppISteamGameSearch_SteamMatchGameSearch001_EndGame_params *params ); diff --git a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h index 59c713c6..e40863c3 100644 --- a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h +++ b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h @@ -12,7 +12,7 @@ struct cppISteamGameServerStats_SteamGameServerStats001_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamGameServerStats_SteamGameServerStats001_GetUserStat( struct cppISteamGameServerStats_SteamGameServerStats001_GetUserStat_params *params ); @@ -42,7 +42,7 @@ struct cppISteamGameServerStats_SteamGameServerStats001_SetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamGameServerStats_SteamGameServerStats001_SetUserStat( struct cppISteamGameServerStats_SteamGameServerStats001_SetUserStat_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer002.h b/lsteamclient/cppISteamGameServer_SteamGameServer002.h index 4b43bce7..8b060981 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer002.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer002.h @@ -20,7 +20,7 @@ extern void cppISteamGameServer_SteamGameServer002_BLoggedOn( struct cppISteamGa struct cppISteamGameServer_SteamGameServer002_GSSetSpawnCount_params { void *linux_side; - uint32 ucSpawn; + uint32_t ucSpawn; }; extern void cppISteamGameServer_SteamGameServer002_GSSetSpawnCount( struct cppISteamGameServer_SteamGameServer002_GSSetSpawnCount_params *params ); @@ -29,8 +29,8 @@ struct cppISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendT void *linux_side; bool _ret; void *pvEncryptionKey; - uint32 *pcbEncryptionKey; - uint32 cbMaxEncryptionKey; + uint32_t *pcbEncryptionKey; + uint32_t cbMaxEncryptionKey; }; extern void cppISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendToNewClient( struct cppISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendToNewClient_params *params ); @@ -38,13 +38,13 @@ struct cppISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect_params { void *linux_side; bool _ret; - uint32 unUserID; + uint32_t unUserID; const void *pvRawKey; - uint32 unKeyLen; - uint32 unIPPublic; - uint16 usPort; + uint32_t unKeyLen; + uint32_t unIPPublic; + uint16_t usPort; const void *pvCookie; - uint32 cubCookie; + uint32_t cubCookie; }; extern void cppISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect( struct cppISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect_params *params ); @@ -53,9 +53,9 @@ struct cppISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect_params void *linux_side; bool _ret; CSteamID steamID; - uint32 unIPPublic; + uint32_t unIPPublic; const void *pvCookie; - uint32 cubCookie; + uint32_t cubCookie; }; extern void cppISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect( struct cppISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect_params *params ); @@ -63,7 +63,7 @@ struct cppISteamGameServer_SteamGameServer002_GSRemoveUserConnect_params { void *linux_side; bool _ret; - uint32 unUserID; + uint32_t unUserID; }; extern void cppISteamGameServer_SteamGameServer002_GSRemoveUserConnect( struct cppISteamGameServer_SteamGameServer002_GSRemoveUserConnect_params *params ); @@ -72,7 +72,7 @@ struct cppISteamGameServer_SteamGameServer002_GSSendUserDisconnect_params void *linux_side; bool _ret; CSteamID steamID; - uint32 unUserID; + uint32_t unUserID; }; extern void cppISteamGameServer_SteamGameServer002_GSSendUserDisconnect( struct cppISteamGameServer_SteamGameServer002_GSSendUserDisconnect_params *params ); @@ -81,8 +81,8 @@ struct cppISteamGameServer_SteamGameServer002_GSSendUserStatusResponse_params void *linux_side; bool _ret; CSteamID steamID; - int nSecondsConnected; - int nSecondsSinceLast; + int32_t nSecondsConnected; + int32_t nSecondsSinceLast; }; extern void cppISteamGameServer_SteamGameServer002_GSSendUserStatusResponse( struct cppISteamGameServer_SteamGameServer002_GSSendUserStatusResponse_params *params ); @@ -90,12 +90,12 @@ struct cppISteamGameServer_SteamGameServer002_Obsolete_GSSetStatus_params { void *linux_side; bool _ret; - int32 nAppIdServed; - uint32 unServerFlags; - int cPlayers; - int cPlayersMax; - int cBotPlayers; - int unGamePort; + int32_t nAppIdServed; + uint32_t unServerFlags; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; + int32_t unGamePort; const char *pchServerName; const char *pchGameDir; const char *pchMapName; @@ -107,9 +107,9 @@ struct cppISteamGameServer_SteamGameServer002_GSUpdateStatus_params { void *linux_side; bool _ret; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pchMapName; }; @@ -133,10 +133,10 @@ struct cppISteamGameServer_SteamGameServer002_GSSetServerType_params { void *linux_side; bool _ret; - int32 nGameAppId; - uint32 unServerFlags; - uint32 unGameIP; - uint32 unGamePort; + int32_t nGameAppId; + uint32_t unServerFlags; + uint32_t unGameIP; + uint32_t unGamePort; const char *pchGameDir; const char *pchVersion; }; @@ -146,12 +146,12 @@ struct cppISteamGameServer_SteamGameServer002_GSSetServerType2_params { void *linux_side; bool _ret; - int32 nGameAppId; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + int32_t nGameAppId; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -162,9 +162,9 @@ struct cppISteamGameServer_SteamGameServer002_GSUpdateStatus2_params { void *linux_side; bool _ret; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -185,14 +185,14 @@ struct cppISteamGameServer_SteamGameServer002_GSSetUserData_params bool _ret; CSteamID steamID; const char *pPlayerName; - uint32 nFrags; + uint32_t nFrags; }; extern void cppISteamGameServer_SteamGameServer002_GSSetUserData( struct cppISteamGameServer_SteamGameServer002_GSSetUserData_params *params ); struct cppISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer003.h b/lsteamclient/cppISteamGameServer_SteamGameServer003.h index cc761f6c..37eca4ec 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer003.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer003.h @@ -36,8 +36,8 @@ struct cppISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendT void *linux_side; bool _ret; void *pvEncryptionKey; - uint32 *pcbEncryptionKey; - uint32 cbMaxEncryptionKey; + uint32_t *pcbEncryptionKey; + uint32_t cbMaxEncryptionKey; }; extern void cppISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient( struct cppISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient_params *params ); @@ -45,11 +45,11 @@ struct cppISteamGameServer_SteamGameServer003_GSSendUserConnect_params { void *linux_side; bool _ret; - uint32 unUserID; - uint32 unIPPublic; - uint16 usPort; + uint32_t unUserID; + uint32_t unIPPublic; + uint16_t usPort; const void *pvCookie; - uint32 cubCookie; + uint32_t cubCookie; }; extern void cppISteamGameServer_SteamGameServer003_GSSendUserConnect( struct cppISteamGameServer_SteamGameServer003_GSSendUserConnect_params *params ); @@ -57,7 +57,7 @@ struct cppISteamGameServer_SteamGameServer003_GSRemoveUserConnect_params { void *linux_side; bool _ret; - uint32 unUserID; + uint32_t unUserID; }; extern void cppISteamGameServer_SteamGameServer003_GSRemoveUserConnect( struct cppISteamGameServer_SteamGameServer003_GSRemoveUserConnect_params *params ); @@ -66,14 +66,14 @@ struct cppISteamGameServer_SteamGameServer003_GSSendUserDisconnect_params void *linux_side; bool _ret; CSteamID steamID; - uint32 unUserID; + uint32_t unUserID; }; extern void cppISteamGameServer_SteamGameServer003_GSSendUserDisconnect( struct cppISteamGameServer_SteamGameServer003_GSSendUserDisconnect_params *params ); struct cppISteamGameServer_SteamGameServer003_GSSetSpawnCount_params { void *linux_side; - uint32 ucSpawn; + uint32_t ucSpawn; }; extern void cppISteamGameServer_SteamGameServer003_GSSetSpawnCount( struct cppISteamGameServer_SteamGameServer003_GSSetSpawnCount_params *params ); @@ -81,12 +81,12 @@ struct cppISteamGameServer_SteamGameServer003_GSSetServerType_params { void *linux_side; bool _ret; - int32 nGameAppId; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + int32_t nGameAppId; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -97,9 +97,9 @@ struct cppISteamGameServer_SteamGameServer003_GSUpdateStatus_params { void *linux_side; bool _ret; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -120,14 +120,14 @@ struct cppISteamGameServer_SteamGameServer003_GSSetUserData_params bool _ret; CSteamID steamID; const char *pPlayerName; - uint32 nFrags; + uint32_t nFrags; }; extern void cppISteamGameServer_SteamGameServer003_GSSetUserData( struct cppISteamGameServer_SteamGameServer003_GSSetUserData_params *params ); struct cppISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer004.h b/lsteamclient/cppISteamGameServer_SteamGameServer004.h index 15ca3892..c113fb21 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer004.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer004.h @@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate_par { void *linux_side; CSteamID steamIDUser; - uint32 unIPClient; + uint32_t unIPClient; void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; }; extern void cppISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate_params *params ); @@ -61,7 +61,7 @@ struct cppISteamGameServer_SteamGameServer004_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer004_BUpdateUserData( struct cppISteamGameServer_SteamGameServer004_BUpdateUserData_params *params ); @@ -69,12 +69,12 @@ struct cppISteamGameServer_SteamGameServer004_BSetServerType_params { void *linux_side; bool _ret; - int32 nGameAppId; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + int32_t nGameAppId; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer004_BSetServerType( struct cppISt struct cppISteamGameServer_SteamGameServer004_UpdateServerStatus_params { void *linux_side; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer004_UpdateServerStatus( struct cp struct cppISteamGameServer_SteamGameServer004_UpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer004_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer004_UpdateSpectatorPort_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer005.h b/lsteamclient/cppISteamGameServer_SteamGameServer005.h index 29d72537..cadb7c0f 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer005.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer005.h @@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate_params *params ); @@ -62,7 +62,7 @@ struct cppISteamGameServer_SteamGameServer005_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer005_BUpdateUserData( struct cppISteamGameServer_SteamGameServer005_BUpdateUserData_params *params ); @@ -70,11 +70,11 @@ struct cppISteamGameServer_SteamGameServer005_BSetServerType_params { void *linux_side; bool _ret; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer005_BSetServerType( struct cppISt struct cppISteamGameServer_SteamGameServer005_UpdateServerStatus_params { void *linux_side; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer005_UpdateServerStatus( struct cp struct cppISteamGameServer_SteamGameServer005_UpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer005_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer005_UpdateSpectatorPort_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer008.h b/lsteamclient/cppISteamGameServer_SteamGameServer008.h index e77b1700..60f8f3c7 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer008.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer008.h @@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate_params *params ); @@ -62,7 +62,7 @@ struct cppISteamGameServer_SteamGameServer008_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer008_BUpdateUserData( struct cppISteamGameServer_SteamGameServer008_BUpdateUserData_params *params ); @@ -70,11 +70,11 @@ struct cppISteamGameServer_SteamGameServer008_BSetServerType_params { void *linux_side; bool _ret; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer008_BSetServerType( struct cppISt struct cppISteamGameServer_SteamGameServer008_UpdateServerStatus_params { void *linux_side; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer008_UpdateServerStatus( struct cp struct cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamGameServer_SteamGameServer008_RequestUserGroupStatus( struc struct cppISteamGameServer_SteamGameServer008_GetPublicIP_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamGameServer_SteamGameServer008_GetPublicIP( struct cppISteamGameServer_SteamGameServer008_GetPublicIP_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer009.h b/lsteamclient/cppISteamGameServer_SteamGameServer009.h index 6a41ba34..c3fa6c71 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer009.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer009.h @@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate_params *params ); @@ -62,7 +62,7 @@ struct cppISteamGameServer_SteamGameServer009_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer009_BUpdateUserData( struct cppISteamGameServer_SteamGameServer009_BUpdateUserData_params *params ); @@ -70,11 +70,11 @@ struct cppISteamGameServer_SteamGameServer009_BSetServerType_params { void *linux_side; bool _ret; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer009_BSetServerType( struct cppISt struct cppISteamGameServer_SteamGameServer009_UpdateServerStatus_params { void *linux_side; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer009_UpdateServerStatus( struct cp struct cppISteamGameServer_SteamGameServer009_UpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer009_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer009_UpdateSpectatorPort_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamGameServer_SteamGameServer009_RequestUserGroupStatus( struc struct cppISteamGameServer_SteamGameServer009_GetPublicIP_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamGameServer_SteamGameServer009_GetPublicIP( struct cppISteamGameServer_SteamGameServer009_GetPublicIP_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer010.h b/lsteamclient/cppISteamGameServer_SteamGameServer010.h index a4213ae8..71779f43 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer010.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer010.h @@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate_params *params ); @@ -62,7 +62,7 @@ struct cppISteamGameServer_SteamGameServer010_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer010_BUpdateUserData( struct cppISteamGameServer_SteamGameServer010_BUpdateUserData_params *params ); @@ -70,11 +70,11 @@ struct cppISteamGameServer_SteamGameServer010_BSetServerType_params { void *linux_side; bool _ret; - uint32 unServerFlags; - uint32 unGameIP; - uint16 unGamePort; - uint16 unSpectatorPort; - uint16 usQueryPort; + uint32_t unServerFlags; + uint32_t unGameIP; + uint16_t unGamePort; + uint16_t unSpectatorPort; + uint16_t usQueryPort; const char *pchGameDir; const char *pchVersion; bool bLANMode; @@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer010_BSetServerType( struct cppISt struct cppISteamGameServer_SteamGameServer010_UpdateServerStatus_params { void *linux_side; - int cPlayers; - int cPlayersMax; - int cBotPlayers; + int32_t cPlayers; + int32_t cPlayersMax; + int32_t cBotPlayers; const char *pchServerName; const char *pSpectatorServerName; const char *pchMapName; @@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer010_UpdateServerStatus( struct cp struct cppISteamGameServer_SteamGameServer010_UpdateSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer010_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer010_UpdateSpectatorPort_params *params ); @@ -132,7 +132,7 @@ extern void cppISteamGameServer_SteamGameServer010_RequestUserGroupStatus( struc struct cppISteamGameServer_SteamGameServer010_GetPublicIP_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamGameServer_SteamGameServer010_GetPublicIP( struct cppISteamGameServer_SteamGameServer010_GetPublicIP_params *params ); @@ -157,8 +157,8 @@ struct cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket_params *params ); @@ -167,7 +167,7 @@ struct cppISteamGameServer_SteamGameServer010_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer010_BeginAuthSession( struct cppISteamGameServer_SteamGameServer010_BeginAuthSession_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer011.h b/lsteamclient/cppISteamGameServer_SteamGameServer011.h index 5e4f5910..9305db7a 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer011.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer011.h @@ -2,10 +2,10 @@ struct cppISteamGameServer_SteamGameServer011_InitGameServer_params { void *linux_side; bool _ret; - uint32 unIP; - uint16 usGamePort; - uint16 usQueryPort; - uint32 unFlags; + uint32_t unIP; + uint16_t usGamePort; + uint16_t usQueryPort; + uint32_t unFlags; AppId_t nGameAppId; const char *pchVersionString; }; @@ -90,14 +90,14 @@ extern void cppISteamGameServer_SteamGameServer011_WasRestartRequested( struct c struct cppISteamGameServer_SteamGameServer011_SetMaxPlayerCount_params { void *linux_side; - int cPlayersMax; + int32_t cPlayersMax; }; extern void cppISteamGameServer_SteamGameServer011_SetMaxPlayerCount( struct cppISteamGameServer_SteamGameServer011_SetMaxPlayerCount_params *params ); struct cppISteamGameServer_SteamGameServer011_SetBotPlayerCount_params { void *linux_side; - int cBotplayers; + int32_t cBotplayers; }; extern void cppISteamGameServer_SteamGameServer011_SetBotPlayerCount( struct cppISteamGameServer_SteamGameServer011_SetBotPlayerCount_params *params ); @@ -125,7 +125,7 @@ extern void cppISteamGameServer_SteamGameServer011_SetPasswordProtected( struct struct cppISteamGameServer_SteamGameServer011_SetSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer011_SetSpectatorPort( struct cppISteamGameServer_SteamGameServer011_SetSpectatorPort_params *params ); @@ -175,9 +175,9 @@ struct cppISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate_params *params ); @@ -202,7 +202,7 @@ struct cppISteamGameServer_SteamGameServer011_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer011_BUpdateUserData( struct cppISteamGameServer_SteamGameServer011_BUpdateUserData_params *params ); @@ -211,8 +211,8 @@ struct cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket_params *params ); @@ -221,7 +221,7 @@ struct cppISteamGameServer_SteamGameServer011_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer011_BeginAuthSession( struct cppISteamGameServer_SteamGameServer011_BeginAuthSession_params *params ); @@ -274,7 +274,7 @@ extern void cppISteamGameServer_SteamGameServer011_GetServerReputation( struct c struct cppISteamGameServer_SteamGameServer011_GetPublicIP_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamGameServer_SteamGameServer011_GetPublicIP( struct cppISteamGameServer_SteamGameServer011_GetPublicIP_params *params ); @@ -283,20 +283,20 @@ struct cppISteamGameServer_SteamGameServer011_HandleIncomingPacket_params void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamGameServer_SteamGameServer011_HandleIncomingPacket( struct cppISteamGameServer_SteamGameServer011_HandleIncomingPacket_params *params ); struct cppISteamGameServer_SteamGameServer011_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamGameServer_SteamGameServer011_GetNextOutgoingPacket( struct cppISteamGameServer_SteamGameServer011_GetNextOutgoingPacket_params *params ); @@ -310,7 +310,7 @@ extern void cppISteamGameServer_SteamGameServer011_EnableHeartbeats( struct cppI struct cppISteamGameServer_SteamGameServer011_SetHeartbeatInterval_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamGameServer_SteamGameServer011_SetHeartbeatInterval( struct cppISteamGameServer_SteamGameServer011_SetHeartbeatInterval_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer012.h b/lsteamclient/cppISteamGameServer_SteamGameServer012.h index 89a8e049..52790010 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer012.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer012.h @@ -2,10 +2,10 @@ struct cppISteamGameServer_SteamGameServer012_InitGameServer_params { void *linux_side; bool _ret; - uint32 unIP; - uint16 usGamePort; - uint16 usQueryPort; - uint32 unFlags; + uint32_t unIP; + uint16_t usGamePort; + uint16_t usQueryPort; + uint32_t unFlags; AppId_t nGameAppId; const char *pchVersionString; }; @@ -89,14 +89,14 @@ extern void cppISteamGameServer_SteamGameServer012_WasRestartRequested( struct c struct cppISteamGameServer_SteamGameServer012_SetMaxPlayerCount_params { void *linux_side; - int cPlayersMax; + int32_t cPlayersMax; }; extern void cppISteamGameServer_SteamGameServer012_SetMaxPlayerCount( struct cppISteamGameServer_SteamGameServer012_SetMaxPlayerCount_params *params ); struct cppISteamGameServer_SteamGameServer012_SetBotPlayerCount_params { void *linux_side; - int cBotplayers; + int32_t cBotplayers; }; extern void cppISteamGameServer_SteamGameServer012_SetBotPlayerCount( struct cppISteamGameServer_SteamGameServer012_SetBotPlayerCount_params *params ); @@ -124,7 +124,7 @@ extern void cppISteamGameServer_SteamGameServer012_SetPasswordProtected( struct struct cppISteamGameServer_SteamGameServer012_SetSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer012_SetSpectatorPort( struct cppISteamGameServer_SteamGameServer012_SetSpectatorPort_params *params ); @@ -174,9 +174,9 @@ struct cppISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate_params *params ); @@ -201,7 +201,7 @@ struct cppISteamGameServer_SteamGameServer012_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer012_BUpdateUserData( struct cppISteamGameServer_SteamGameServer012_BUpdateUserData_params *params ); @@ -210,8 +210,8 @@ struct cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket_params *params ); @@ -220,7 +220,7 @@ struct cppISteamGameServer_SteamGameServer012_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer012_BeginAuthSession( struct cppISteamGameServer_SteamGameServer012_BeginAuthSession_params *params ); @@ -273,7 +273,7 @@ extern void cppISteamGameServer_SteamGameServer012_GetServerReputation( struct c struct cppISteamGameServer_SteamGameServer012_GetPublicIP_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamGameServer_SteamGameServer012_GetPublicIP( struct cppISteamGameServer_SteamGameServer012_GetPublicIP_params *params ); @@ -282,20 +282,20 @@ struct cppISteamGameServer_SteamGameServer012_HandleIncomingPacket_params void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamGameServer_SteamGameServer012_HandleIncomingPacket( struct cppISteamGameServer_SteamGameServer012_HandleIncomingPacket_params *params ); struct cppISteamGameServer_SteamGameServer012_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamGameServer_SteamGameServer012_GetNextOutgoingPacket( struct cppISteamGameServer_SteamGameServer012_GetNextOutgoingPacket_params *params ); @@ -309,7 +309,7 @@ extern void cppISteamGameServer_SteamGameServer012_EnableHeartbeats( struct cppI struct cppISteamGameServer_SteamGameServer012_SetHeartbeatInterval_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamGameServer_SteamGameServer012_SetHeartbeatInterval( struct cppISteamGameServer_SteamGameServer012_SetHeartbeatInterval_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer013.h b/lsteamclient/cppISteamGameServer_SteamGameServer013.h index e86f5ed0..6a8e08e2 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer013.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer013.h @@ -2,10 +2,10 @@ struct cppISteamGameServer_SteamGameServer013_InitGameServer_params { void *linux_side; bool _ret; - uint32 unIP; - uint16 usGamePort; - uint16 usQueryPort; - uint32 unFlags; + uint32_t unIP; + uint16_t usGamePort; + uint16_t usQueryPort; + uint32_t unFlags; AppId_t nGameAppId; const char *pchVersionString; }; @@ -89,14 +89,14 @@ extern void cppISteamGameServer_SteamGameServer013_WasRestartRequested( struct c struct cppISteamGameServer_SteamGameServer013_SetMaxPlayerCount_params { void *linux_side; - int cPlayersMax; + int32_t cPlayersMax; }; extern void cppISteamGameServer_SteamGameServer013_SetMaxPlayerCount( struct cppISteamGameServer_SteamGameServer013_SetMaxPlayerCount_params *params ); struct cppISteamGameServer_SteamGameServer013_SetBotPlayerCount_params { void *linux_side; - int cBotplayers; + int32_t cBotplayers; }; extern void cppISteamGameServer_SteamGameServer013_SetBotPlayerCount( struct cppISteamGameServer_SteamGameServer013_SetBotPlayerCount_params *params ); @@ -124,7 +124,7 @@ extern void cppISteamGameServer_SteamGameServer013_SetPasswordProtected( struct struct cppISteamGameServer_SteamGameServer013_SetSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer013_SetSpectatorPort( struct cppISteamGameServer_SteamGameServer013_SetSpectatorPort_params *params ); @@ -174,9 +174,9 @@ struct cppISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate_par { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate_params *params ); @@ -201,7 +201,7 @@ struct cppISteamGameServer_SteamGameServer013_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer013_BUpdateUserData( struct cppISteamGameServer_SteamGameServer013_BUpdateUserData_params *params ); @@ -210,8 +210,8 @@ struct cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket_params *params ); @@ -220,7 +220,7 @@ struct cppISteamGameServer_SteamGameServer013_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer013_BeginAuthSession( struct cppISteamGameServer_SteamGameServer013_BeginAuthSession_params *params ); @@ -282,20 +282,20 @@ struct cppISteamGameServer_SteamGameServer013_HandleIncomingPacket_params void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamGameServer_SteamGameServer013_HandleIncomingPacket( struct cppISteamGameServer_SteamGameServer013_HandleIncomingPacket_params *params ); struct cppISteamGameServer_SteamGameServer013_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamGameServer_SteamGameServer013_GetNextOutgoingPacket( struct cppISteamGameServer_SteamGameServer013_GetNextOutgoingPacket_params *params ); @@ -309,7 +309,7 @@ extern void cppISteamGameServer_SteamGameServer013_EnableHeartbeats( struct cppI struct cppISteamGameServer_SteamGameServer013_SetHeartbeatInterval_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamGameServer_SteamGameServer013_SetHeartbeatInterval( struct cppISteamGameServer_SteamGameServer013_SetHeartbeatInterval_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer014.h b/lsteamclient/cppISteamGameServer_SteamGameServer014.h index 7e02ef35..12a66a7b 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer014.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer014.h @@ -2,10 +2,10 @@ struct cppISteamGameServer_SteamGameServer014_InitGameServer_params { void *linux_side; bool _ret; - uint32 unIP; - uint16 usGamePort; - uint16 usQueryPort; - uint32 unFlags; + uint32_t unIP; + uint16_t usGamePort; + uint16_t usQueryPort; + uint32_t unFlags; AppId_t nGameAppId; const char *pchVersionString; }; @@ -89,14 +89,14 @@ extern void cppISteamGameServer_SteamGameServer014_WasRestartRequested( struct c struct cppISteamGameServer_SteamGameServer014_SetMaxPlayerCount_params { void *linux_side; - int cPlayersMax; + int32_t cPlayersMax; }; extern void cppISteamGameServer_SteamGameServer014_SetMaxPlayerCount( struct cppISteamGameServer_SteamGameServer014_SetMaxPlayerCount_params *params ); struct cppISteamGameServer_SteamGameServer014_SetBotPlayerCount_params { void *linux_side; - int cBotplayers; + int32_t cBotplayers; }; extern void cppISteamGameServer_SteamGameServer014_SetBotPlayerCount( struct cppISteamGameServer_SteamGameServer014_SetBotPlayerCount_params *params ); @@ -124,7 +124,7 @@ extern void cppISteamGameServer_SteamGameServer014_SetPasswordProtected( struct struct cppISteamGameServer_SteamGameServer014_SetSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer014_SetSpectatorPort( struct cppISteamGameServer_SteamGameServer014_SetSpectatorPort_params *params ); @@ -182,8 +182,8 @@ struct cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket_params *params ); @@ -192,7 +192,7 @@ struct cppISteamGameServer_SteamGameServer014_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer014_BeginAuthSession( struct cppISteamGameServer_SteamGameServer014_BeginAuthSession_params *params ); @@ -254,20 +254,20 @@ struct cppISteamGameServer_SteamGameServer014_HandleIncomingPacket_params void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamGameServer_SteamGameServer014_HandleIncomingPacket( struct cppISteamGameServer_SteamGameServer014_HandleIncomingPacket_params *params ); struct cppISteamGameServer_SteamGameServer014_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamGameServer_SteamGameServer014_GetNextOutgoingPacket( struct cppISteamGameServer_SteamGameServer014_GetNextOutgoingPacket_params *params ); @@ -291,9 +291,9 @@ struct cppISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEP { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEPRECATED( struct cppISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEPRECATED_params *params ); @@ -318,14 +318,14 @@ struct cppISteamGameServer_SteamGameServer014_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer014_BUpdateUserData( struct cppISteamGameServer_SteamGameServer014_BUpdateUserData_params *params ); struct cppISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED( struct cppISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer015.h b/lsteamclient/cppISteamGameServer_SteamGameServer015.h index 1e92b15b..f0e150ad 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer015.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer015.h @@ -2,10 +2,10 @@ struct cppISteamGameServer_SteamGameServer015_InitGameServer_params { void *linux_side; bool _ret; - uint32 unIP; - uint16 usGamePort; - uint16 usQueryPort; - uint32 unFlags; + uint32_t unIP; + uint16_t usGamePort; + uint16_t usQueryPort; + uint32_t unFlags; AppId_t nGameAppId; const char *pchVersionString; }; @@ -89,14 +89,14 @@ extern void cppISteamGameServer_SteamGameServer015_WasRestartRequested( struct c struct cppISteamGameServer_SteamGameServer015_SetMaxPlayerCount_params { void *linux_side; - int cPlayersMax; + int32_t cPlayersMax; }; extern void cppISteamGameServer_SteamGameServer015_SetMaxPlayerCount( struct cppISteamGameServer_SteamGameServer015_SetMaxPlayerCount_params *params ); struct cppISteamGameServer_SteamGameServer015_SetBotPlayerCount_params { void *linux_side; - int cBotplayers; + int32_t cBotplayers; }; extern void cppISteamGameServer_SteamGameServer015_SetBotPlayerCount( struct cppISteamGameServer_SteamGameServer015_SetBotPlayerCount_params *params ); @@ -124,7 +124,7 @@ extern void cppISteamGameServer_SteamGameServer015_SetPasswordProtected( struct struct cppISteamGameServer_SteamGameServer015_SetSpectatorPort_params { void *linux_side; - uint16 unSpectatorPort; + uint16_t unSpectatorPort; }; extern void cppISteamGameServer_SteamGameServer015_SetSpectatorPort( struct cppISteamGameServer_SteamGameServer015_SetSpectatorPort_params *params ); @@ -182,8 +182,8 @@ struct cppISteamGameServer_SteamGameServer015_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; const SteamNetworkingIdentity *pSnid; }; extern void cppISteamGameServer_SteamGameServer015_GetAuthSessionTicket( struct cppISteamGameServer_SteamGameServer015_GetAuthSessionTicket_params *params ); @@ -193,7 +193,7 @@ struct cppISteamGameServer_SteamGameServer015_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamGameServer_SteamGameServer015_BeginAuthSession( struct cppISteamGameServer_SteamGameServer015_BeginAuthSession_params *params ); @@ -255,20 +255,20 @@ struct cppISteamGameServer_SteamGameServer015_HandleIncomingPacket_params void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamGameServer_SteamGameServer015_HandleIncomingPacket( struct cppISteamGameServer_SteamGameServer015_HandleIncomingPacket_params *params ); struct cppISteamGameServer_SteamGameServer015_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamGameServer_SteamGameServer015_GetNextOutgoingPacket( struct cppISteamGameServer_SteamGameServer015_GetNextOutgoingPacket_params *params ); @@ -292,9 +292,9 @@ struct cppISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEP { void *linux_side; bool _ret; - uint32 unIPClient; + uint32_t unIPClient; const void *pvAuthBlob; - uint32 cubAuthBlobSize; + uint32_t cubAuthBlobSize; CSteamID *pSteamIDUser; }; extern void cppISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEPRECATED( struct cppISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEPRECATED_params *params ); @@ -319,14 +319,14 @@ struct cppISteamGameServer_SteamGameServer015_BUpdateUserData_params bool _ret; CSteamID steamIDUser; const char *pchPlayerName; - uint32 uScore; + uint32_t uScore; }; extern void cppISteamGameServer_SteamGameServer015_BUpdateUserData( struct cppISteamGameServer_SteamGameServer015_BUpdateUserData_params *params ); struct cppISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED( struct cppISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED_params *params ); diff --git a/lsteamclient/cppISteamGameStats_SteamGameStats001.h b/lsteamclient/cppISteamGameStats_SteamGameStats001.h index 7087c8e2..8723b757 100644 --- a/lsteamclient/cppISteamGameStats_SteamGameStats001.h +++ b/lsteamclient/cppISteamGameStats_SteamGameStats001.h @@ -2,9 +2,9 @@ struct cppISteamGameStats_SteamGameStats001_GetNewSession_params { void *linux_side; SteamAPICall_t _ret; - int8 nAccountType; - uint64 ulAccountID; - int32 nAppID; + int8_t nAccountType; + uint64_t ulAccountID; + int32_t nAppID; RTime32 rtTimeStarted; }; extern void cppISteamGameStats_SteamGameStats001_GetNewSession( struct cppISteamGameStats_SteamGameStats001_GetNewSession_params *params ); @@ -13,9 +13,9 @@ struct cppISteamGameStats_SteamGameStats001_EndSession_params { void *linux_side; SteamAPICall_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; RTime32 rtTimeEnded; - int nReasonCode; + int32_t nReasonCode; }; extern void cppISteamGameStats_SteamGameStats001_EndSession( struct cppISteamGameStats_SteamGameStats001_EndSession_params *params ); @@ -23,9 +23,9 @@ struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt_params { void *linux_side; uint32_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; const char *pstrName; - int32 nData; + int32_t nData; }; extern void cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt( struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt_params *params ); @@ -33,7 +33,7 @@ struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeString_params { void *linux_side; uint32_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; const char *pstrName; const char *pstrData; }; @@ -43,7 +43,7 @@ struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeFloat_params { void *linux_side; uint32_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; const char *pstrName; float fData; }; @@ -53,8 +53,8 @@ struct cppISteamGameStats_SteamGameStats001_AddNewRow_params { void *linux_side; uint32_t _ret; - uint64 *pulRowID; - uint64 ulSessionID; + uint64_t *pulRowID; + uint64_t ulSessionID; const char *pstrTableName; }; extern void cppISteamGameStats_SteamGameStats001_AddNewRow( struct cppISteamGameStats_SteamGameStats001_AddNewRow_params *params ); @@ -63,7 +63,7 @@ struct cppISteamGameStats_SteamGameStats001_CommitRow_params { void *linux_side; uint32_t _ret; - uint64 ulRowID; + uint64_t ulRowID; }; extern void cppISteamGameStats_SteamGameStats001_CommitRow( struct cppISteamGameStats_SteamGameStats001_CommitRow_params *params ); @@ -71,7 +71,7 @@ struct cppISteamGameStats_SteamGameStats001_CommitOutstandingRows_params { void *linux_side; uint32_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; }; extern void cppISteamGameStats_SteamGameStats001_CommitOutstandingRows( struct cppISteamGameStats_SteamGameStats001_CommitOutstandingRows_params *params ); @@ -79,9 +79,9 @@ struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt_params { void *linux_side; uint32_t _ret; - uint64 ulRowID; + uint64_t ulRowID; const char *pstrName; - int32 nData; + int32_t nData; }; extern void cppISteamGameStats_SteamGameStats001_AddRowAttributeInt( struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt_params *params ); @@ -89,7 +89,7 @@ struct cppISteamGameStats_SteamGameStats001_AddRowAtributeString_params { void *linux_side; uint32_t _ret; - uint64 ulRowID; + uint64_t ulRowID; const char *pstrName; const char *pstrData; }; @@ -99,7 +99,7 @@ struct cppISteamGameStats_SteamGameStats001_AddRowAttributeFloat_params { void *linux_side; uint32_t _ret; - uint64 ulRowID; + uint64_t ulRowID; const char *pstrName; float fData; }; @@ -109,9 +109,9 @@ struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt64_params { void *linux_side; uint32_t _ret; - uint64 ulSessionID; + uint64_t ulSessionID; const char *pstrName; - int64 llData; + int64_t llData; }; extern void cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt64( struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt64_params *params ); @@ -119,9 +119,9 @@ struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt64_params { void *linux_side; uint32_t _ret; - uint64 ulRowID; + uint64_t ulRowID; const char *pstrName; - int64 llData; + int64_t llData; }; extern void cppISteamGameStats_SteamGameStats001_AddRowAttributeInt64( struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt64_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h index 1a8bf310..e1561411 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h @@ -41,8 +41,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 unWidth; - uint32 unHeight; + uint32_t unWidth; + uint32_t unHeight; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize_params *params ); @@ -119,8 +119,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove_par { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove_params *params ); @@ -128,7 +128,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel_pa { void *linux_side; HHTMLBrowser unBrowserHandle; - int32 nDelta; + int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel_params *params ); @@ -136,7 +136,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown_params *params ); @@ -145,7 +145,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp_params { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp_params *params ); @@ -154,7 +154,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 cUnicodeChar; + uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar_params *params ); @@ -163,7 +163,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontal { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll_params *params ); @@ -171,7 +171,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalSc { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll_params *params ); @@ -225,8 +225,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosi { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h index dc04c460..1e9beca2 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h @@ -41,8 +41,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 unWidth; - uint32 unHeight; + uint32_t unWidth; + uint32_t unHeight; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize_params *params ); @@ -119,8 +119,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove_par { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove_params *params ); @@ -128,7 +128,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel_pa { void *linux_side; HHTMLBrowser unBrowserHandle; - int32 nDelta; + int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel_params *params ); @@ -136,7 +136,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown_params *params ); @@ -145,7 +145,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp_params { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp_params *params ); @@ -154,7 +154,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 cUnicodeChar; + uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar_params *params ); @@ -163,7 +163,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontal { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll_params *params ); @@ -171,7 +171,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalSc { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll_params *params ); @@ -225,8 +225,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosi { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition_params *params ); @@ -248,8 +248,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleF void *linux_side; HHTMLBrowser unBrowserHandle; float flZoom; - int nPointX; - int nPointY; + int32_t nPointX; + int32_t nPointY; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h index 97d641b8..5df0de02 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h @@ -41,8 +41,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 unWidth; - uint32 unHeight; + uint32_t unWidth; + uint32_t unHeight; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize_params *params ); @@ -119,8 +119,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove_par { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove_params *params ); @@ -128,7 +128,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel_pa { void *linux_side; HHTMLBrowser unBrowserHandle; - int32 nDelta; + int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel_params *params ); @@ -136,7 +136,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown_params *params ); @@ -145,7 +145,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp_params { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp_params *params ); @@ -154,7 +154,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 cUnicodeChar; + uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar_params *params ); @@ -163,7 +163,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontal { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll_params *params ); @@ -171,7 +171,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalSc { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll_params *params ); @@ -225,8 +225,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosi { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition_params *params ); @@ -248,8 +248,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleF void *linux_side; HHTMLBrowser unBrowserHandle; float flZoom; - int nPointX; - int nPointY; + int32_t nPointX; + int32_t nPointY; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h index 055a96a9..35a2ef56 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h @@ -41,8 +41,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 unWidth; - uint32 unHeight; + uint32_t unWidth; + uint32_t unHeight; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize_params *params ); @@ -119,8 +119,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove_par { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove_params *params ); @@ -128,7 +128,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel_pa { void *linux_side; HHTMLBrowser unBrowserHandle; - int32 nDelta; + int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel_params *params ); @@ -136,7 +136,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown_params *params ); @@ -145,7 +145,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp_params { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp_params *params ); @@ -154,7 +154,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 cUnicodeChar; + uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar_params *params ); @@ -163,7 +163,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontal { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll_params *params ); @@ -171,7 +171,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalSc { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll_params *params ); @@ -225,8 +225,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosi { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition_params *params ); @@ -248,8 +248,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleF void *linux_side; HHTMLBrowser unBrowserHandle; float flZoom; - int nPointX; - int nPointY; + int32_t nPointX; + int32_t nPointY; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h index 01cfaedd..71509a14 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h @@ -41,8 +41,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 unWidth; - uint32 unHeight; + uint32_t unWidth; + uint32_t unHeight; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize_params *params ); @@ -119,8 +119,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove_par { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove_params *params ); @@ -128,7 +128,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel_pa { void *linux_side; HHTMLBrowser unBrowserHandle; - int32 nDelta; + int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel_params *params ); @@ -136,7 +136,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; bool bIsSystemKey; }; @@ -146,7 +146,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp_params { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nNativeKeyCode; + uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp_params *params ); @@ -155,7 +155,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar_param { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 cUnicodeChar; + uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar_params *params ); @@ -164,7 +164,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontal { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll_params *params ); @@ -172,7 +172,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalSc { void *linux_side; HHTMLBrowser unBrowserHandle; - uint32 nAbsolutePixelScroll; + uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll_params *params ); @@ -226,8 +226,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosi { void *linux_side; HHTMLBrowser unBrowserHandle; - int x; - int y; + int32_t x; + int32_t y; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition_params *params ); @@ -249,8 +249,8 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleF void *linux_side; HHTMLBrowser unBrowserHandle; float flZoom; - int nPointX; - int nPointY; + int32_t nPointX; + int32_t nPointY; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor_params *params ); diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h index 3950171a..2036977e 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h @@ -12,7 +12,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue_p void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint64 ulContextValue; + uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue_params *params ); @@ -21,7 +21,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivit void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 unTimeoutSeconds; + uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -76,7 +76,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize_pa bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint32 *unResponseHeaderSize; + uint32_t *unResponseHeaderSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize_params *params ); @@ -86,8 +86,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue_p bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint8 *pHeaderValueBuffer; - uint32 unBufferSize; + uint8_t *pHeaderValueBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue_params *params ); @@ -96,7 +96,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 *unBodySize; + uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize_params *params ); @@ -105,8 +105,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint8 *pBodyDataBuffer; - uint32 unBufferSize; + uint8_t *pBodyDataBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData_params *params ); @@ -133,8 +133,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody_pa bool _ret; HTTPRequestHandle hRequest; const char *pchContentType; - uint8 *pubBody; - uint32 unBodyLen; + uint8_t *pubBody; + uint32_t unBodyLen; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody_params *params ); diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h index 0660a63b..b8bc690f 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h @@ -12,7 +12,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue_p void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint64 ulContextValue; + uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue_params *params ); @@ -21,7 +21,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivit void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 unTimeoutSeconds; + uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -85,7 +85,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize_pa bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint32 *unResponseHeaderSize; + uint32_t *unResponseHeaderSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize_params *params ); @@ -95,8 +95,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue_p bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint8 *pHeaderValueBuffer; - uint32 unBufferSize; + uint8_t *pHeaderValueBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue_params *params ); @@ -105,7 +105,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 *unBodySize; + uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize_params *params ); @@ -114,8 +114,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint8 *pBodyDataBuffer; - uint32 unBufferSize; + uint8_t *pBodyDataBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData_params *params ); @@ -124,9 +124,9 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBody void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 cOffset; - uint8 *pBodyDataBuffer; - uint32 unBufferSize; + uint32_t cOffset; + uint8_t *pBodyDataBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData_params *params ); @@ -153,8 +153,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody_pa bool _ret; HTTPRequestHandle hRequest; const char *pchContentType; - uint8 *pubBody; - uint32 unBodyLen; + uint8_t *pubBody; + uint32_t unBodyLen; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody_params *params ); @@ -217,7 +217,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeou void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 unMilliseconds; + uint32_t unMilliseconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS_params *params ); diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h index 1b229aad..dc00abd4 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h @@ -12,7 +12,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue_p void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint64 ulContextValue; + uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue_params *params ); @@ -21,7 +21,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivit void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 unTimeoutSeconds; + uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -85,7 +85,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize_pa bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint32 *unResponseHeaderSize; + uint32_t *unResponseHeaderSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize_params *params ); @@ -95,8 +95,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue_p bool _ret; HTTPRequestHandle hRequest; const char *pchHeaderName; - uint8 *pHeaderValueBuffer; - uint32 unBufferSize; + uint8_t *pHeaderValueBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue_params *params ); @@ -105,7 +105,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 *unBodySize; + uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize_params *params ); @@ -114,8 +114,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData_para void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint8 *pBodyDataBuffer; - uint32 unBufferSize; + uint8_t *pBodyDataBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData_params *params ); @@ -124,9 +124,9 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBody void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 cOffset; - uint8 *pBodyDataBuffer; - uint32 unBufferSize; + uint32_t cOffset; + uint8_t *pBodyDataBuffer; + uint32_t unBufferSize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData_params *params ); @@ -153,8 +153,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody_pa bool _ret; HTTPRequestHandle hRequest; const char *pchContentType; - uint8 *pubBody; - uint32 unBodyLen; + uint8_t *pubBody; + uint32_t unBodyLen; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody_params *params ); @@ -217,7 +217,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeou void *linux_side; bool _ret; HTTPRequestHandle hRequest; - uint32 unMilliseconds; + uint32_t unMilliseconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput001.h b/lsteamclient/cppISteamInput_SteamInput001.h index faa895ab..fa89d940 100644 --- a/lsteamclient/cppISteamInput_SteamInput001.h +++ b/lsteamclient/cppISteamInput_SteamInput001.h @@ -21,7 +21,7 @@ extern void cppISteamInput_SteamInput001_RunFrame( struct cppISteamInput_SteamIn struct cppISteamInput_SteamInput001_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t *handlesOut; }; extern void cppISteamInput_SteamInput001_GetConnectedControllers( struct cppISteamInput_SteamInput001_GetConnectedControllers_params *params ); @@ -76,7 +76,7 @@ extern void cppISteamInput_SteamInput001_DeactivateAllActionSetLayers( struct cp struct cppISteamInput_SteamInput001_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t *handlesOut; }; @@ -102,7 +102,7 @@ extern void cppISteamInput_SteamInput001_GetDigitalActionData( struct cppISteamI struct cppISteamInput_SteamInput001_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputDigitalActionHandle_t digitalActionHandle; @@ -130,7 +130,7 @@ extern void cppISteamInput_SteamInput001_GetAnalogActionData( struct cppISteamIn struct cppISteamInput_SteamInput001_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputAnalogActionHandle_t analogActionHandle; @@ -174,8 +174,8 @@ struct cppISteamInput_SteamInput001_TriggerVibration_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamInput_SteamInput001_TriggerVibration( struct cppISteamInput_SteamInput001_TriggerVibration_params *params ); @@ -183,10 +183,10 @@ struct cppISteamInput_SteamInput001_SetLEDColor_params { void *linux_side; InputHandle_t inputHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput001_SetLEDColor( struct cppISteamInput_SteamInput001_SetLEDColor_params *params ); @@ -195,7 +195,7 @@ struct cppISteamInput_SteamInput001_TriggerHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamInput_SteamInput001_TriggerHapticPulse( struct cppISteamInput_SteamInput001_TriggerHapticPulse_params *params ); @@ -204,10 +204,10 @@ struct cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse( struct cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse_params *params ); @@ -231,14 +231,14 @@ struct cppISteamInput_SteamInput001_GetControllerForGamepadIndex_params { void *linux_side; InputHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamInput_SteamInput001_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput001_GetControllerForGamepadIndex_params *params ); struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t ulinputHandle; }; extern void cppISteamInput_SteamInput001_GetGamepadIndexForController( struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params *params ); @@ -282,15 +282,15 @@ struct cppISteamInput_SteamInput001_GetDeviceBindingRevision_params void *linux_side; bool _ret; InputHandle_t inputHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamInput_SteamInput001_GetDeviceBindingRevision( struct cppISteamInput_SteamInput001_GetDeviceBindingRevision_params *params ); struct cppISteamInput_SteamInput001_GetRemotePlaySessionID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; InputHandle_t inputHandle; }; extern void cppISteamInput_SteamInput001_GetRemotePlaySessionID( struct cppISteamInput_SteamInput001_GetRemotePlaySessionID_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput002.h b/lsteamclient/cppISteamInput_SteamInput002.h index 5cee84ea..142b954b 100644 --- a/lsteamclient/cppISteamInput_SteamInput002.h +++ b/lsteamclient/cppISteamInput_SteamInput002.h @@ -21,7 +21,7 @@ extern void cppISteamInput_SteamInput002_RunFrame( struct cppISteamInput_SteamIn struct cppISteamInput_SteamInput002_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t *handlesOut; }; extern void cppISteamInput_SteamInput002_GetConnectedControllers( struct cppISteamInput_SteamInput002_GetConnectedControllers_params *params ); @@ -76,7 +76,7 @@ extern void cppISteamInput_SteamInput002_DeactivateAllActionSetLayers( struct cp struct cppISteamInput_SteamInput002_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t *handlesOut; }; @@ -102,7 +102,7 @@ extern void cppISteamInput_SteamInput002_GetDigitalActionData( struct cppISteamI struct cppISteamInput_SteamInput002_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputDigitalActionHandle_t digitalActionHandle; @@ -130,7 +130,7 @@ extern void cppISteamInput_SteamInput002_GetAnalogActionData( struct cppISteamIn struct cppISteamInput_SteamInput002_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputAnalogActionHandle_t analogActionHandle; @@ -174,8 +174,8 @@ struct cppISteamInput_SteamInput002_TriggerVibration_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamInput_SteamInput002_TriggerVibration( struct cppISteamInput_SteamInput002_TriggerVibration_params *params ); @@ -183,10 +183,10 @@ struct cppISteamInput_SteamInput002_SetLEDColor_params { void *linux_side; InputHandle_t inputHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput002_SetLEDColor( struct cppISteamInput_SteamInput002_SetLEDColor_params *params ); @@ -195,7 +195,7 @@ struct cppISteamInput_SteamInput002_TriggerHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamInput_SteamInput002_TriggerHapticPulse( struct cppISteamInput_SteamInput002_TriggerHapticPulse_params *params ); @@ -204,10 +204,10 @@ struct cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse( struct cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse_params *params ); @@ -231,14 +231,14 @@ struct cppISteamInput_SteamInput002_GetControllerForGamepadIndex_params { void *linux_side; InputHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamInput_SteamInput002_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput002_GetControllerForGamepadIndex_params *params ); struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t ulinputHandle; }; extern void cppISteamInput_SteamInput002_GetGamepadIndexForController( struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params *params ); @@ -282,15 +282,15 @@ struct cppISteamInput_SteamInput002_GetDeviceBindingRevision_params void *linux_side; bool _ret; InputHandle_t inputHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamInput_SteamInput002_GetDeviceBindingRevision( struct cppISteamInput_SteamInput002_GetDeviceBindingRevision_params *params ); struct cppISteamInput_SteamInput002_GetRemotePlaySessionID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; InputHandle_t inputHandle; }; extern void cppISteamInput_SteamInput002_GetRemotePlaySessionID( struct cppISteamInput_SteamInput002_GetRemotePlaySessionID_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput005.h b/lsteamclient/cppISteamInput_SteamInput005.h index 2b29c99f..1ddd88ee 100644 --- a/lsteamclient/cppISteamInput_SteamInput005.h +++ b/lsteamclient/cppISteamInput_SteamInput005.h @@ -33,7 +33,7 @@ struct cppISteamInput_SteamInput005_BWaitForData_params void *linux_side; bool _ret; bool bWaitForever; - uint32 unTimeout; + uint32_t unTimeout; }; extern void cppISteamInput_SteamInput005_BWaitForData( struct cppISteamInput_SteamInput005_BWaitForData_params *params ); @@ -47,7 +47,7 @@ extern void cppISteamInput_SteamInput005_BNewDataAvailable( struct cppISteamInpu struct cppISteamInput_SteamInput005_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t *handlesOut; }; extern void cppISteamInput_SteamInput005_GetConnectedControllers( struct cppISteamInput_SteamInput005_GetConnectedControllers_params *params ); @@ -115,7 +115,7 @@ extern void cppISteamInput_SteamInput005_DeactivateAllActionSetLayers( struct cp struct cppISteamInput_SteamInput005_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t *handlesOut; }; @@ -141,7 +141,7 @@ extern void cppISteamInput_SteamInput005_GetDigitalActionData( struct cppISteamI struct cppISteamInput_SteamInput005_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputDigitalActionHandle_t digitalActionHandle; @@ -177,7 +177,7 @@ extern void cppISteamInput_SteamInput005_GetAnalogActionData( struct cppISteamIn struct cppISteamInput_SteamInput005_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputAnalogActionHandle_t analogActionHandle; @@ -191,7 +191,7 @@ struct cppISteamInput_SteamInput005_GetGlyphPNGForActionOrigin_params const char *_ret; uint32_t eOrigin; uint32_t eSize; - uint32 unFlags; + uint32_t unFlags; }; extern void cppISteamInput_SteamInput005_GetGlyphPNGForActionOrigin( struct cppISteamInput_SteamInput005_GetGlyphPNGForActionOrigin_params *params ); @@ -200,7 +200,7 @@ struct cppISteamInput_SteamInput005_GetGlyphSVGForActionOrigin_params void *linux_side; const char *_ret; uint32_t eOrigin; - uint32 unFlags; + uint32_t unFlags; }; extern void cppISteamInput_SteamInput005_GetGlyphSVGForActionOrigin( struct cppISteamInput_SteamInput005_GetGlyphSVGForActionOrigin_params *params ); @@ -248,8 +248,8 @@ struct cppISteamInput_SteamInput005_TriggerVibration_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamInput_SteamInput005_TriggerVibration( struct cppISteamInput_SteamInput005_TriggerVibration_params *params ); @@ -257,10 +257,10 @@ struct cppISteamInput_SteamInput005_TriggerVibrationExtended_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; - unsigned short usLeftTriggerSpeed; - unsigned short usRightTriggerSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; + uint16_t usLeftTriggerSpeed; + uint16_t usRightTriggerSpeed; }; extern void cppISteamInput_SteamInput005_TriggerVibrationExtended( struct cppISteamInput_SteamInput005_TriggerVibrationExtended_params *params ); @@ -269,9 +269,9 @@ struct cppISteamInput_SteamInput005_TriggerSimpleHapticEvent_params void *linux_side; InputHandle_t inputHandle; uint32_t eHapticLocation; - uint8 nIntensity; + uint8_t nIntensity; char nGainDB; - uint8 nOtherIntensity; + uint8_t nOtherIntensity; char nOtherGainDB; }; extern void cppISteamInput_SteamInput005_TriggerSimpleHapticEvent( struct cppISteamInput_SteamInput005_TriggerSimpleHapticEvent_params *params ); @@ -280,10 +280,10 @@ struct cppISteamInput_SteamInput005_SetLEDColor_params { void *linux_side; InputHandle_t inputHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput005_SetLEDColor( struct cppISteamInput_SteamInput005_SetLEDColor_params *params ); @@ -292,7 +292,7 @@ struct cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse( struct cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse_params *params ); @@ -301,10 +301,10 @@ struct cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse( struct cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse_params *params ); @@ -328,14 +328,14 @@ struct cppISteamInput_SteamInput005_GetControllerForGamepadIndex_params { void *linux_side; InputHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamInput_SteamInput005_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput005_GetControllerForGamepadIndex_params *params ); struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t ulinputHandle; }; extern void cppISteamInput_SteamInput005_GetGamepadIndexForController( struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params *params ); @@ -379,15 +379,15 @@ struct cppISteamInput_SteamInput005_GetDeviceBindingRevision_params void *linux_side; bool _ret; InputHandle_t inputHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamInput_SteamInput005_GetDeviceBindingRevision( struct cppISteamInput_SteamInput005_GetDeviceBindingRevision_params *params ); struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; InputHandle_t inputHandle; }; extern void cppISteamInput_SteamInput005_GetRemotePlaySessionID( struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params *params ); @@ -395,7 +395,7 @@ extern void cppISteamInput_SteamInput005_GetRemotePlaySessionID( struct cppIStea struct cppISteamInput_SteamInput005_GetSessionInputConfigurationSettings_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamInput_SteamInput005_GetSessionInputConfigurationSettings( struct cppISteamInput_SteamInput005_GetSessionInputConfigurationSettings_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput006.h b/lsteamclient/cppISteamInput_SteamInput006.h index 5dca38a7..fdbf3b76 100644 --- a/lsteamclient/cppISteamInput_SteamInput006.h +++ b/lsteamclient/cppISteamInput_SteamInput006.h @@ -33,7 +33,7 @@ struct cppISteamInput_SteamInput006_BWaitForData_params void *linux_side; bool _ret; bool bWaitForever; - uint32 unTimeout; + uint32_t unTimeout; }; extern void cppISteamInput_SteamInput006_BWaitForData( struct cppISteamInput_SteamInput006_BWaitForData_params *params ); @@ -47,7 +47,7 @@ extern void cppISteamInput_SteamInput006_BNewDataAvailable( struct cppISteamInpu struct cppISteamInput_SteamInput006_GetConnectedControllers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t *handlesOut; }; extern void cppISteamInput_SteamInput006_GetConnectedControllers( struct cppISteamInput_SteamInput006_GetConnectedControllers_params *params ); @@ -115,7 +115,7 @@ extern void cppISteamInput_SteamInput006_DeactivateAllActionSetLayers( struct cp struct cppISteamInput_SteamInput006_GetActiveActionSetLayers_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t *handlesOut; }; @@ -141,7 +141,7 @@ extern void cppISteamInput_SteamInput006_GetDigitalActionData( struct cppISteamI struct cppISteamInput_SteamInput006_GetDigitalActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputDigitalActionHandle_t digitalActionHandle; @@ -177,7 +177,7 @@ extern void cppISteamInput_SteamInput006_GetAnalogActionData( struct cppISteamIn struct cppISteamInput_SteamInput006_GetAnalogActionOrigins_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t inputHandle; InputActionSetHandle_t actionSetHandle; InputAnalogActionHandle_t analogActionHandle; @@ -191,7 +191,7 @@ struct cppISteamInput_SteamInput006_GetGlyphPNGForActionOrigin_params const char *_ret; uint32_t eOrigin; uint32_t eSize; - uint32 unFlags; + uint32_t unFlags; }; extern void cppISteamInput_SteamInput006_GetGlyphPNGForActionOrigin( struct cppISteamInput_SteamInput006_GetGlyphPNGForActionOrigin_params *params ); @@ -200,7 +200,7 @@ struct cppISteamInput_SteamInput006_GetGlyphSVGForActionOrigin_params void *linux_side; const char *_ret; uint32_t eOrigin; - uint32 unFlags; + uint32_t unFlags; }; extern void cppISteamInput_SteamInput006_GetGlyphSVGForActionOrigin( struct cppISteamInput_SteamInput006_GetGlyphSVGForActionOrigin_params *params ); @@ -248,8 +248,8 @@ struct cppISteamInput_SteamInput006_TriggerVibration_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; }; extern void cppISteamInput_SteamInput006_TriggerVibration( struct cppISteamInput_SteamInput006_TriggerVibration_params *params ); @@ -257,10 +257,10 @@ struct cppISteamInput_SteamInput006_TriggerVibrationExtended_params { void *linux_side; InputHandle_t inputHandle; - unsigned short usLeftSpeed; - unsigned short usRightSpeed; - unsigned short usLeftTriggerSpeed; - unsigned short usRightTriggerSpeed; + uint16_t usLeftSpeed; + uint16_t usRightSpeed; + uint16_t usLeftTriggerSpeed; + uint16_t usRightTriggerSpeed; }; extern void cppISteamInput_SteamInput006_TriggerVibrationExtended( struct cppISteamInput_SteamInput006_TriggerVibrationExtended_params *params ); @@ -269,9 +269,9 @@ struct cppISteamInput_SteamInput006_TriggerSimpleHapticEvent_params void *linux_side; InputHandle_t inputHandle; uint32_t eHapticLocation; - uint8 nIntensity; + uint8_t nIntensity; char nGainDB; - uint8 nOtherIntensity; + uint8_t nOtherIntensity; char nOtherGainDB; }; extern void cppISteamInput_SteamInput006_TriggerSimpleHapticEvent( struct cppISteamInput_SteamInput006_TriggerSimpleHapticEvent_params *params ); @@ -280,10 +280,10 @@ struct cppISteamInput_SteamInput006_SetLEDColor_params { void *linux_side; InputHandle_t inputHandle; - uint8 nColorR; - uint8 nColorG; - uint8 nColorB; - unsigned int nFlags; + uint8_t nColorR; + uint8_t nColorG; + uint8_t nColorB; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput006_SetLEDColor( struct cppISteamInput_SteamInput006_SetLEDColor_params *params ); @@ -292,7 +292,7 @@ struct cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; + uint16_t usDurationMicroSec; }; extern void cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse( struct cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse_params *params ); @@ -301,10 +301,10 @@ struct cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse_params void *linux_side; InputHandle_t inputHandle; uint32_t eTargetPad; - unsigned short usDurationMicroSec; - unsigned short usOffMicroSec; - unsigned short unRepeat; - unsigned int nFlags; + uint16_t usDurationMicroSec; + uint16_t usOffMicroSec; + uint16_t unRepeat; + uint32_t nFlags; }; extern void cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse( struct cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse_params *params ); @@ -328,14 +328,14 @@ struct cppISteamInput_SteamInput006_GetControllerForGamepadIndex_params { void *linux_side; InputHandle_t _ret; - int nIndex; + int32_t nIndex; }; extern void cppISteamInput_SteamInput006_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput006_GetControllerForGamepadIndex_params *params ); struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params { void *linux_side; - int _ret; + int32_t _ret; InputHandle_t ulinputHandle; }; extern void cppISteamInput_SteamInput006_GetGamepadIndexForController( struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params *params ); @@ -379,15 +379,15 @@ struct cppISteamInput_SteamInput006_GetDeviceBindingRevision_params void *linux_side; bool _ret; InputHandle_t inputHandle; - int *pMajor; - int *pMinor; + int32_t *pMajor; + int32_t *pMinor; }; extern void cppISteamInput_SteamInput006_GetDeviceBindingRevision( struct cppISteamInput_SteamInput006_GetDeviceBindingRevision_params *params ); struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; InputHandle_t inputHandle; }; extern void cppISteamInput_SteamInput006_GetRemotePlaySessionID( struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params *params ); @@ -395,7 +395,7 @@ extern void cppISteamInput_SteamInput006_GetRemotePlaySessionID( struct cppIStea struct cppISteamInput_SteamInput006_GetSessionInputConfigurationSettings_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamInput_SteamInput006_GetSessionInputConfigurationSettings( struct cppISteamInput_SteamInput006_GetSessionInputConfigurationSettings_params *params ); diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h index 547622a0..185ba36c 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h @@ -12,14 +12,14 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems_params bool _ret; SteamInventoryResult_t resultHandle; SteamItemDetails_t *pOutItemsArray; - uint32 *punOutItemsArraySize; + uint32_t *punOutItemsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems_params *params ); struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_params { void *linux_side; - uint32 _ret; + uint32_t _ret; SteamInventoryResult_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_params *params ); @@ -54,7 +54,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemInstanceID_t *pInstanceIDs; - uint32 unCountInstanceIDs; + uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID_params *params ); @@ -64,7 +64,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult_params bool _ret; SteamInventoryResult_t resultHandle; void *pOutBuffer; - uint32 *punOutBufferSize; + uint32_t *punOutBufferSize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult_params *params ); @@ -74,7 +74,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult_params bool _ret; SteamInventoryResult_t *pOutResultHandle; const void *pBuffer; - uint32 unBufferSize; + uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult_params *params ); @@ -85,8 +85,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - const uint32 *punArrayQuantity; - uint32 unArrayLength; + const uint32_t *punArrayQuantity; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems_params *params ); @@ -113,7 +113,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - uint32 unArrayLength; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems_params *params ); @@ -123,7 +123,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem_params bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemConsume; - uint32 unQuantity; + uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem_params *params ); @@ -133,11 +133,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayGenerate; - const uint32 *punArrayGenerateQuantity; - uint32 unArrayGenerateLength; + const uint32_t *punArrayGenerateQuantity; + uint32_t unArrayGenerateLength; const SteamItemInstanceID_t *pArrayDestroy; - const uint32 *punArrayDestroyQuantity; - uint32 unArrayDestroyLength; + const uint32_t *punArrayDestroyQuantity; + uint32_t unArrayDestroyLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems_params *params ); @@ -147,7 +147,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_par bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemIdSource; - uint32 unQuantity; + uint32_t unQuantity; SteamItemInstanceID_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_params *params ); @@ -174,11 +174,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems_params SteamInventoryResult_t *pResultHandle; CSteamID steamIDTradePartner; const SteamItemInstanceID_t *pArrayGive; - const uint32 *pArrayGiveQuantity; - uint32 nArrayGiveLength; + const uint32_t *pArrayGiveQuantity; + uint32_t nArrayGiveLength; const SteamItemInstanceID_t *pArrayGet; - const uint32 *pArrayGetQuantity; - uint32 nArrayGetLength; + const uint32_t *pArrayGetQuantity; + uint32_t nArrayGetLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems_params *params ); @@ -194,7 +194,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs_par void *linux_side; bool _ret; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs_params *params ); @@ -205,7 +205,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionPropert SteamItemDef_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; - uint32 *punValueBufferSizeOut; + uint32_t *punValueBufferSizeOut; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty_params *params ); @@ -223,7 +223,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefi bool _ret; CSteamID steamID; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs_params *params ); diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h index 6f44329f..dc2478eb 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h @@ -12,7 +12,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params bool _ret; SteamInventoryResult_t resultHandle; SteamItemDetails_t *pOutItemsArray; - uint32 *punOutItemsArraySize; + uint32_t *punOutItemsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params *params ); @@ -21,17 +21,17 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_pa void *linux_side; bool _ret; SteamInventoryResult_t resultHandle; - uint32 unItemIndex; + uint32_t unItemIndex; const char *pchPropertyName; char *pchValueBuffer; - uint32 *punValueBufferSizeOut; + uint32_t *punValueBufferSizeOut; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_params *params ); struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params { void *linux_side; - uint32 _ret; + uint32_t _ret; SteamInventoryResult_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params *params ); @@ -66,7 +66,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemInstanceID_t *pInstanceIDs; - uint32 unCountInstanceIDs; + uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params *params ); @@ -76,7 +76,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params bool _ret; SteamInventoryResult_t resultHandle; void *pOutBuffer; - uint32 *punOutBufferSize; + uint32_t *punOutBufferSize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params *params ); @@ -86,7 +86,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params bool _ret; SteamInventoryResult_t *pOutResultHandle; const void *pBuffer; - uint32 unBufferSize; + uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params *params ); @@ -97,8 +97,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - const uint32 *punArrayQuantity; - uint32 unArrayLength; + const uint32_t *punArrayQuantity; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params *params ); @@ -125,7 +125,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - uint32 unArrayLength; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params *params ); @@ -135,7 +135,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemConsume; - uint32 unQuantity; + uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params *params ); @@ -145,11 +145,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayGenerate; - const uint32 *punArrayGenerateQuantity; - uint32 unArrayGenerateLength; + const uint32_t *punArrayGenerateQuantity; + uint32_t unArrayGenerateLength; const SteamItemInstanceID_t *pArrayDestroy; - const uint32 *punArrayDestroyQuantity; - uint32 unArrayDestroyLength; + const uint32_t *punArrayDestroyQuantity; + uint32_t unArrayDestroyLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params *params ); @@ -159,7 +159,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_par bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemIdSource; - uint32 unQuantity; + uint32_t unQuantity; SteamItemInstanceID_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params *params ); @@ -186,11 +186,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params SteamInventoryResult_t *pResultHandle; CSteamID steamIDTradePartner; const SteamItemInstanceID_t *pArrayGive; - const uint32 *pArrayGiveQuantity; - uint32 nArrayGiveLength; + const uint32_t *pArrayGiveQuantity; + uint32_t nArrayGiveLength; const SteamItemInstanceID_t *pArrayGet; - const uint32 *pArrayGetQuantity; - uint32 nArrayGetLength; + const uint32_t *pArrayGetQuantity; + uint32_t nArrayGetLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params *params ); @@ -206,7 +206,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_par void *linux_side; bool _ret; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_params *params ); @@ -217,7 +217,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionPropert SteamItemDef_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; - uint32 *punValueBufferSizeOut; + uint32_t *punValueBufferSizeOut; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty_params *params ); @@ -235,7 +235,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefi bool _ret; CSteamID steamID; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs_params *params ); @@ -244,8 +244,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params void *linux_side; SteamAPICall_t _ret; const SteamItemDef_t *pArrayItemDefs; - const uint32 *punArrayQuantity; - uint32 unArrayLength; + const uint32_t *punArrayQuantity; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params *params ); @@ -259,7 +259,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices( stru struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices_params *params ); @@ -268,8 +268,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_param void *linux_side; bool _ret; SteamItemDef_t *pArrayItemDefs; - uint64 *pPrices; - uint32 unArrayLength; + uint64_t *pPrices; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_params *params ); @@ -278,7 +278,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params void *linux_side; bool _ret; SteamItemDef_t iDefinition; - uint64 *pPrice; + uint64_t *pPrice; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params *params ); @@ -328,7 +328,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params SteamInventoryUpdateHandle_t handle; SteamItemInstanceID_t nItemID; const char *pchPropertyName; - int64 nValue; + int64_t nValue; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params *params ); diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h index 3312cfe4..6d4a6371 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h @@ -12,7 +12,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems_params bool _ret; SteamInventoryResult_t resultHandle; SteamItemDetails_t *pOutItemsArray; - uint32 *punOutItemsArraySize; + uint32_t *punOutItemsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems_params *params ); @@ -21,17 +21,17 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty_pa void *linux_side; bool _ret; SteamInventoryResult_t resultHandle; - uint32 unItemIndex; + uint32_t unItemIndex; const char *pchPropertyName; char *pchValueBuffer; - uint32 *punValueBufferSizeOut; + uint32_t *punValueBufferSizeOut; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty_params *params ); struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_params { void *linux_side; - uint32 _ret; + uint32_t _ret; SteamInventoryResult_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_params *params ); @@ -66,7 +66,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemInstanceID_t *pInstanceIDs; - uint32 unCountInstanceIDs; + uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID_params *params ); @@ -76,7 +76,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult_params bool _ret; SteamInventoryResult_t resultHandle; void *pOutBuffer; - uint32 *punOutBufferSize; + uint32_t *punOutBufferSize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult_params *params ); @@ -86,7 +86,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult_params bool _ret; SteamInventoryResult_t *pOutResultHandle; const void *pBuffer; - uint32 unBufferSize; + uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult_params *params ); @@ -97,8 +97,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - const uint32 *punArrayQuantity; - uint32 unArrayLength; + const uint32_t *punArrayQuantity; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems_params *params ); @@ -125,7 +125,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayItemDefs; - uint32 unArrayLength; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems_params *params ); @@ -135,7 +135,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem_params bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemConsume; - uint32 unQuantity; + uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem_params *params ); @@ -145,11 +145,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems_params bool _ret; SteamInventoryResult_t *pResultHandle; const SteamItemDef_t *pArrayGenerate; - const uint32 *punArrayGenerateQuantity; - uint32 unArrayGenerateLength; + const uint32_t *punArrayGenerateQuantity; + uint32_t unArrayGenerateLength; const SteamItemInstanceID_t *pArrayDestroy; - const uint32 *punArrayDestroyQuantity; - uint32 unArrayDestroyLength; + const uint32_t *punArrayDestroyQuantity; + uint32_t unArrayDestroyLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems_params *params ); @@ -159,7 +159,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_par bool _ret; SteamInventoryResult_t *pResultHandle; SteamItemInstanceID_t itemIdSource; - uint32 unQuantity; + uint32_t unQuantity; SteamItemInstanceID_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_params *params ); @@ -186,11 +186,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems_params SteamInventoryResult_t *pResultHandle; CSteamID steamIDTradePartner; const SteamItemInstanceID_t *pArrayGive; - const uint32 *pArrayGiveQuantity; - uint32 nArrayGiveLength; + const uint32_t *pArrayGiveQuantity; + uint32_t nArrayGiveLength; const SteamItemInstanceID_t *pArrayGet; - const uint32 *pArrayGetQuantity; - uint32 nArrayGetLength; + const uint32_t *pArrayGetQuantity; + uint32_t nArrayGetLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems_params *params ); @@ -206,7 +206,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs_par void *linux_side; bool _ret; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs_params *params ); @@ -217,7 +217,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionPropert SteamItemDef_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; - uint32 *punValueBufferSizeOut; + uint32_t *punValueBufferSizeOut; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty_params *params ); @@ -235,7 +235,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefi bool _ret; CSteamID steamID; SteamItemDef_t *pItemDefIDs; - uint32 *punItemDefIDsArraySize; + uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs_params *params ); @@ -244,8 +244,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase_params void *linux_side; SteamAPICall_t _ret; const SteamItemDef_t *pArrayItemDefs; - const uint32 *punArrayQuantity; - uint32 unArrayLength; + const uint32_t *punArrayQuantity; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase_params *params ); @@ -259,7 +259,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices( stru struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices_params *params ); @@ -268,9 +268,9 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices_param void *linux_side; bool _ret; SteamItemDef_t *pArrayItemDefs; - uint64 *pCurrentPrices; - uint64 *pBasePrices; - uint32 unArrayLength; + uint64_t *pCurrentPrices; + uint64_t *pBasePrices; + uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices_params *params ); @@ -279,8 +279,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice_params void *linux_side; bool _ret; SteamItemDef_t iDefinition; - uint64 *pCurrentPrice; - uint64 *pBasePrice; + uint64_t *pCurrentPrice; + uint64_t *pBasePrice; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice_params *params ); @@ -330,7 +330,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3_params SteamInventoryUpdateHandle_t handle; SteamItemInstanceID_t nItemID; const char *pchPropertyName; - int64 nValue; + int64_t nValue; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3_params *params ); diff --git a/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.h b/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.h index d9403861..457808c5 100644 --- a/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.h +++ b/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.h @@ -8,7 +8,7 @@ extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActive( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval_params { void *linux_side; - int iHeartbeatInterval; + int32_t iHeartbeatInterval; }; extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval_params *params ); @@ -17,31 +17,31 @@ struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPa void *linux_side; bool _ret; const void *pData; - int cbData; - uint32 srcIP; - uint16 srcPort; + int32_t cbData; + uint32_t srcIP; + uint16_t srcPort; }; extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPacket( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPacket_params *params ); struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket_params { void *linux_side; - int _ret; + int32_t _ret; void *pOut; - int cbMaxOut; - uint32 *pNetAdr; - uint16 *pPort; + int32_t cbMaxOut; + uint32_t *pNetAdr; + uint16_t *pPort; }; extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket_params *params ); struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetBasicServerData_params { void *linux_side; - unsigned short nProtocolVersion; + uint16_t nProtocolVersion; bool bDedicatedServer; const char *pRegionName; const char *pProductName; - unsigned short nMaxReportedClients; + uint16_t nMaxReportedClients; bool bPasswordProtected; const char *pGameDescription; }; @@ -99,17 +99,17 @@ extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_RemoveMaste struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers_params *params ); struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress_params { void *linux_side; - int _ret; - int iServer; + int32_t _ret; + int32_t iServer; char *pOut; - int outBufferSize; + int32_t outBufferSize; }; extern void cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress( struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress_params *params ); diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h index 21d96f24..f8d4fadc 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h @@ -3,7 +3,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetSer void *linux_side; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList_params *params ); @@ -21,7 +21,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServ void *linux_side; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList_params *params ); @@ -31,7 +31,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesSe void *linux_side; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList_params *params ); @@ -41,7 +41,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServ void *linux_side; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList_params *params ); @@ -51,7 +51,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorSe void *linux_side; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList_params *params ); @@ -61,7 +61,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_p void *linux_side; gameserveritem_t *_ret; uint32_t eType; - int iServer; + int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_params *params ); @@ -90,7 +90,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_IsRefreshing( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount_params { void *linux_side; - int _ret; + int32_t _ret; uint32_t eType; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount_params *params ); @@ -99,7 +99,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer_para { void *linux_side; uint32_t eType; - int iServer; + int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer_params *params ); @@ -107,8 +107,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params *params ); @@ -117,8 +117,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_para { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_params *params ); @@ -127,8 +127,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params *params ); diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h index dceda0fd..c5bc32aa 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h @@ -4,7 +4,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetSer HServerListRequest _ret; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList_params *params ); @@ -24,7 +24,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServ HServerListRequest _ret; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList_params *params ); @@ -35,7 +35,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesSe HServerListRequest _ret; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList_params *params ); @@ -46,7 +46,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServ HServerListRequest _ret; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList_params *params ); @@ -57,7 +57,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorSe HServerListRequest _ret; AppId_t iApp; MatchMakingKeyValuePair_t **ppchFilters; - uint32 nFilters; + uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList_params *params ); @@ -74,7 +74,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_p void *linux_side; gameserveritem_t *_ret; HServerListRequest hRequest; - int iServer; + int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_params *params ); @@ -103,7 +103,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_params { void *linux_side; - int _ret; + int32_t _ret; HServerListRequest hRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_params *params ); @@ -112,7 +112,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer_para { void *linux_side; HServerListRequest hRequest; - int iServer; + int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer_params *params ); @@ -120,8 +120,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer_params { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer_params *params ); @@ -130,8 +130,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails_para { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails_params *params ); @@ -140,8 +140,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules_params { void *linux_side; HServerQuery _ret; - uint32 unIP; - uint16 usPort; + uint32_t unIP; + uint16_t usPort; void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.h index ae60ab17..15e82a6e 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount_params *params ); @@ -9,24 +9,24 @@ struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; - uint32 *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + int32_t iGame; + uint32_t *pnAppID; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame_params { void *linux_side; - int _ret; - uint32 nAppID; - uint32 nIP; - uint16 nConnPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + int32_t _ret; + uint32_t nAppID; + uint32_t nIP; + uint16_t nConnPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame_params *params ); @@ -34,10 +34,10 @@ struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame_params { void *linux_side; bool _ret; - uint32 nAppID; - uint32 nIP; - uint16 nConnPort; - uint32 unFlags; + uint32_t nAppID; + uint32_t nIP; + uint16_t nConnPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame_params *params ); @@ -45,26 +45,26 @@ struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2_params { void *linux_side; bool _ret; - int iGame; - uint32 *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + int32_t iGame; + uint32_t *pnAppID; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2( struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2_params *params ); struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2_params { void *linux_side; - int _ret; - uint32 nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + int32_t _ret; + uint32_t nAppID; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2( struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2_params *params ); @@ -72,20 +72,20 @@ struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2_params { void *linux_side; bool _ret; - uint32 nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nAppID; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2( struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2_params *params ); struct cppISteamMatchmaking_SteamMatchMaking001_RequestLobbyList_params { void *linux_side; - uint64 ulGameID; + uint64_t ulGameID; MatchMakingKeyValuePair_t *pFilters; - uint32 nFilters; + uint32_t nFilters; }; extern void cppISteamMatchmaking_SteamMatchMaking001_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking001_RequestLobbyList_params *params ); @@ -93,14 +93,14 @@ struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex_params *params ); struct cppISteamMatchmaking_SteamMatchMaking001_CreateLobby_params { void *linux_side; - uint64 ulGameID; + uint64_t ulGameID; bool bPrivate; }; extern void cppISteamMatchmaking_SteamMatchMaking001_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking001_CreateLobby_params *params ); @@ -131,7 +131,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking001_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers_params *params ); @@ -141,7 +141,7 @@ struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex_params *params ); @@ -190,19 +190,19 @@ struct cppISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h index 1394795d..a2383f80 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame_params *params ); @@ -54,7 +54,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex_params *params ); @@ -91,7 +91,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking002_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers_params *params ); @@ -101,7 +101,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex_params *params ); @@ -149,19 +149,19 @@ struct cppISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry_params *params ); @@ -178,8 +178,8 @@ struct cppISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h index abc6b9e5..0bc684ed 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame_params *params ); @@ -62,8 +62,8 @@ struct cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; - int nComparisonType; + int32_t nValueToMatch; + int32_t nComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilter_params *params ); @@ -77,7 +77,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex_params *params ); @@ -114,7 +114,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking003_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers_params *params ); @@ -124,7 +124,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex_params *params ); @@ -172,19 +172,19 @@ struct cppISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry_params *params ); @@ -201,8 +201,8 @@ struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer_params *params ); @@ -212,8 +212,8 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer_params *params ); @@ -223,14 +223,14 @@ struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h index 8fb7f77a..4ed03607 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame_params *params ); @@ -62,8 +62,8 @@ struct cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; - int nComparisonType; + int32_t nValueToMatch; + int32_t nComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilter_params *params ); @@ -77,7 +77,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex_params *params ); @@ -114,7 +114,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking004_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers_params *params ); @@ -124,7 +124,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex_params *params ); @@ -172,19 +172,19 @@ struct cppISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry_params *params ); @@ -201,8 +201,8 @@ struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer_params *params ); @@ -212,8 +212,8 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer_params *params ); @@ -223,14 +223,14 @@ struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h index f2945a40..48d8c4fd 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame_params *params ); @@ -62,8 +62,8 @@ struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; - int nComparisonType; + int32_t nValueToMatch; + int32_t nComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilter_params *params ); @@ -77,7 +77,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToBeCloseTo; + int32_t nValueToBeCloseTo; }; extern void cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter( struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter_params *params ); @@ -85,7 +85,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex_params *params ); @@ -122,7 +122,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking005_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers_params *params ); @@ -132,7 +132,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex_params *params ); @@ -180,19 +180,19 @@ struct cppISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry_params *params ); @@ -209,8 +209,8 @@ struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer_params *params ); @@ -220,8 +220,8 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer_params *params ); @@ -231,14 +231,14 @@ struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h index 9671970d..eed38265 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame_params *params ); @@ -63,8 +63,8 @@ struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; - int nComparisonType; + int32_t nValueToMatch; + int32_t nComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter_params *params ); @@ -72,7 +72,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToBeCloseTo; + int32_t nValueToBeCloseTo; }; extern void cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter( struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter_params *params ); @@ -80,7 +80,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking006_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers_params *params ); @@ -129,7 +129,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex_params *params ); @@ -177,19 +177,19 @@ struct cppISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry_params *params ); @@ -206,8 +206,8 @@ struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer_params *params ); @@ -217,8 +217,8 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer_params *params ); @@ -228,14 +228,14 @@ struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h index e4a6cfd4..74bd0921 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params *params ); @@ -64,7 +64,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; + int32_t nValueToMatch; uint32_t eComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter_params *params ); @@ -73,14 +73,14 @@ struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToBeCloseTo; + int32_t nValueToBeCloseTo; }; extern void cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter( struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter_params *params ); struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable_params { void *linux_side; - int nSlotsAvailable; + int32_t nSlotsAvailable; }; extern void cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable( struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable_params *params ); @@ -88,7 +88,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex_params *params ); @@ -97,7 +97,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params void *linux_side; SteamAPICall_t _ret; uint32_t eLobbyType; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking007_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers_params *params ); @@ -138,7 +138,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex_params *params ); @@ -164,7 +164,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_SetLobbyData( struct cppISt struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount_params *params ); @@ -174,11 +174,11 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int iLobbyData; + int32_t iLobbyData; char *pchKey; - int cchKeyBufferSize; + int32_t cchKeyBufferSize; char *pchValue; - int cchValueBufferSize; + int32_t cchValueBufferSize; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex_params *params ); @@ -216,19 +216,19 @@ struct cppISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry_params *params ); @@ -245,8 +245,8 @@ struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer_params *params ); @@ -256,8 +256,8 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer_params *params ); @@ -267,14 +267,14 @@ struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h index 5b5dfe1a..3e59b6c4 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame_params *params ); @@ -64,7 +64,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; + int32_t nValueToMatch; uint32_t eComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter_params *params ); @@ -73,14 +73,14 @@ struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToBeCloseTo; + int32_t nValueToBeCloseTo; }; extern void cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter( struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter_params *params ); struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable_params { void *linux_side; - int nSlotsAvailable; + int32_t nSlotsAvailable; }; extern void cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable( struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListDistance struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter_params { void *linux_side; - int cMaxResults; + int32_t cMaxResults; }; extern void cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter( struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter_params *params ); @@ -102,7 +102,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex_params *params ); @@ -111,7 +111,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_CreateLobby_params void *linux_side; SteamAPICall_t _ret; uint32_t eLobbyType; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking008_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking008_CreateLobby_params *params ); @@ -142,7 +142,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers_params *params ); @@ -152,7 +152,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_SetLobbyData( struct cppISt struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount_params *params ); @@ -188,11 +188,11 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int iLobbyData; + int32_t iLobbyData; char *pchKey; - int cchKeyBufferSize; + int32_t cchKeyBufferSize; char *pchValue; - int cchValueBufferSize; + int32_t cchValueBufferSize; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex_params *params ); @@ -230,19 +230,19 @@ struct cppISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry_params *params ); @@ -259,8 +259,8 @@ struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer_params *params ); @@ -270,8 +270,8 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer_params *params ); @@ -281,14 +281,14 @@ struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h index 0e309e08..77966b5c 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h @@ -1,7 +1,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount( struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount_params *params ); @@ -9,26 +9,26 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame_params { void *linux_side; bool _ret; - int iGame; + int32_t iGame; AppId_t *pnAppID; - uint32 *pnIP; - uint16 *pnConnPort; - uint16 *pnQueryPort; - uint32 *punFlags; - uint32 *pRTime32LastPlayedOnServer; + uint32_t *pnIP; + uint16_t *pnConnPort; + uint16_t *pnQueryPort; + uint32_t *punFlags; + uint32_t *pRTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame_params *params ); struct cppISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame_params { void *linux_side; - int _ret; + int32_t _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; - uint32 rTime32LastPlayedOnServer; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; + uint32_t rTime32LastPlayedOnServer; }; extern void cppISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame_params *params ); @@ -37,10 +37,10 @@ struct cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame_params void *linux_side; bool _ret; AppId_t nAppID; - uint32 nIP; - uint16 nConnPort; - uint16 nQueryPort; - uint32 unFlags; + uint32_t nIP; + uint16_t nConnPort; + uint16_t nQueryPort; + uint32_t unFlags; }; extern void cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame( struct cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame_params *params ); @@ -64,7 +64,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToMatch; + int32_t nValueToMatch; uint32_t eComparisonType; }; extern void cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter( struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter_params *params ); @@ -73,14 +73,14 @@ struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilt { void *linux_side; const char *pchKeyToMatch; - int nValueToBeCloseTo; + int32_t nValueToBeCloseTo; }; extern void cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter( struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter_params *params ); struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable_params { void *linux_side; - int nSlotsAvailable; + int32_t nSlotsAvailable; }; extern void cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable( struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListDistance struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter_params { void *linux_side; - int cMaxResults; + int32_t cMaxResults; }; extern void cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter( struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter_params *params ); @@ -109,7 +109,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex_params { void *linux_side; CSteamID *_ret; - int iLobby; + int32_t iLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex_params *params ); @@ -118,7 +118,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_CreateLobby_params void *linux_side; SteamAPICall_t _ret; uint32_t eLobbyType; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking009_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking009_CreateLobby_params *params ); @@ -149,7 +149,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_InviteUserToLobby( struct c struct cppISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers( struct cppISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers_params *params ); @@ -159,7 +159,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex_params void *linux_side; CSteamID *_ret; CSteamID steamIDLobby; - int iMember; + int32_t iMember; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex_params *params ); @@ -185,7 +185,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_SetLobbyData( struct cppISt struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount_params *params ); @@ -195,11 +195,11 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int iLobbyData; + int32_t iLobbyData; char *pchKey; - int cchKeyBufferSize; + int32_t cchKeyBufferSize; char *pchValue; - int cchValueBufferSize; + int32_t cchValueBufferSize; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex_params *params ); @@ -237,19 +237,19 @@ struct cppISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg_params bool _ret; CSteamID steamIDLobby; const void *pvMsgBody; - int cubMsgBody; + int32_t cubMsgBody; }; extern void cppISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg( struct cppISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg_params *params ); struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; - int iChatID; + int32_t iChatID; CSteamID *pSteamIDUser; void *pvData; - int cubData; + int32_t cubData; uint32_t *peChatEntryType; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry_params *params ); @@ -266,8 +266,8 @@ struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer_params { void *linux_side; CSteamID steamIDLobby; - uint32 unGameServerIP; - uint16 unGameServerPort; + uint32_t unGameServerIP; + uint16_t unGameServerPort; CSteamID steamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer_params *params ); @@ -277,8 +277,8 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer_params void *linux_side; bool _ret; CSteamID steamIDLobby; - uint32 *punGameServerIP; - uint16 *punGameServerPort; + uint32_t *punGameServerIP; + uint16_t *punGameServerPort; CSteamID *psteamIDGameServer; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer_params *params ); @@ -288,14 +288,14 @@ struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit_params void *linux_side; bool _ret; CSteamID steamIDLobby; - int cMaxMembers; + int32_t cMaxMembers; }; extern void cppISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit_params *params ); struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit_params { void *linux_side; - int _ret; + int32_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit( struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit_params *params ); diff --git a/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h b/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h index 3b63eb6c..05a076aa 100644 --- a/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h @@ -41,7 +41,7 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x void *linux_side; bool _ret; void *pvBuffer; - uint32 cbBufferLength; + uint32_t cbBufferLength; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64_params *params ); @@ -152,7 +152,7 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentE { void *linux_side; bool _ret; - int nValue; + int32_t nValue; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds_params *params ); @@ -161,7 +161,7 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentE void *linux_side; bool _ret; void *pvBuffer; - uint32 cbBufferLength; + uint32_t cbBufferLength; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt_params *params ); @@ -190,8 +190,8 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry_ { void *linux_side; bool _ret; - int nID; - int nPosition; + int32_t nID; + int32_t nPosition; const char *pchEntryText; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry_params *params ); @@ -200,7 +200,7 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueu { void *linux_side; bool _ret; - int nID; + int32_t nID; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry_params *params ); @@ -229,8 +229,8 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEnt { void *linux_side; bool _ret; - int nID; - int nPosition; + int32_t nID; + int32_t nPosition; const char *pchEntryText; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry_params *params ); @@ -239,7 +239,7 @@ struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlay { void *linux_side; bool _ret; - int nID; + int32_t nID; }; extern void cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry( struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry_params *params ); diff --git a/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.h b/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.h index 0b945160..1c6bd421 100644 --- a/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.h +++ b/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.h @@ -10,17 +10,17 @@ struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageT uint32_t _ret; const SteamNetworkingIPAddr *remoteAddress; const void *pData; - uint32 cbData; - int nSendFlags; + uint32_t cbData; + int32_t nSendFlags; }; extern void cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP( struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP_params *params ); struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages_params { void *linux_side; - int _ret; + int32_t _ret; winSteamNetworkingMessage_t_158 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages( struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages_params *params ); diff --git a/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.h b/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.h index 61305aa1..5257b445 100644 --- a/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.h +++ b/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.h @@ -4,19 +4,19 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_ uint32_t _ret; const SteamNetworkingIdentity *identityRemote; const void *pubData; - uint32 cubData; - int nSendFlags; - int nRemoteChannel; + uint32_t cubData; + int32_t nSendFlags; + int32_t nRemoteChannel; }; extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_params *params ); struct cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel_params { void *linux_side; - int _ret; - int nLocalChannel; + int32_t _ret; + int32_t nLocalChannel; winSteamNetworkingMessage_t_158 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel_params *params ); @@ -41,7 +41,7 @@ struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUs void *linux_side; bool _ret; const SteamNetworkingIdentity *identityRemote; - int nLocalChannel; + int32_t nLocalChannel; }; extern void cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser( struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h index 7f05cb71..d85f857f 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h @@ -2,9 +2,9 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_ { void *linux_side; CSteamID steamIDRemote; - uint32 unConnectionIDSrc; + uint32_t unConnectionIDSrc; const void *pMsgRendezvous; - uint32 cbRendezvous; + uint32_t cbRendezvous; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous_params *params ); @@ -12,8 +12,8 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_ { void *linux_side; CSteamID steamIDRemote; - uint32 unConnectionIDDest; - uint32 nReason; + uint32_t unConnectionIDDest; + uint32_t nReason; const char *pszReason; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure_params *params ); @@ -28,9 +28,9 @@ extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialize struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON_params { void *linux_side; - int _ret; + int32_t _ret; void *buf; - uint32 cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON_params *params ); @@ -38,24 +38,24 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_ { void *linux_side; const void *pTicket; - uint32 cbTicket; + uint32_t cbTicket; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket_params *params ); struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount_params *params ); struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket_params { void *linux_side; - int _ret; - uint32 idxTicket; + int32_t _ret; + uint32_t idxTicket; void *buf; - uint32 cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket_params *params ); @@ -63,7 +63,7 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_ { void *linux_side; const void *pMsg; - uint32 cbMsg; + uint32_t cbMsg; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h index 50422fb8..62b86c75 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h @@ -2,9 +2,9 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_ { void *linux_side; CSteamID steamIDRemote; - uint32 unConnectionIDSrc; + uint32_t unConnectionIDSrc; const void *pMsgRendezvous; - uint32 cbRendezvous; + uint32_t cbRendezvous; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous_params *params ); @@ -12,8 +12,8 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_ { void *linux_side; CSteamID steamIDRemote; - uint32 unConnectionIDDest; - uint32 nReason; + uint32_t unConnectionIDDest; + uint32_t nReason; const char *pszReason; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure_params *params ); @@ -28,9 +28,9 @@ extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialize struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON_params { void *linux_side; - int _ret; + int32_t _ret; void *buf; - uint32 cbBuf; + uint32_t cbBuf; const char *pszLauncherPartner; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON_params *params ); @@ -39,24 +39,24 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_ { void *linux_side; const void *pTicket; - uint32 cbTicket; + uint32_t cbTicket; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket_params *params ); struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount_params *params ); struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket_params { void *linux_side; - int _ret; - uint32 idxTicket; + int32_t _ret; + uint32_t idxTicket; void *buf; - uint32 cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket_params *params ); @@ -64,7 +64,7 @@ struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_ { void *linux_side; const void *pMsg; - uint32 cbMsg; + uint32_t cbMsg; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h index 2c630875..d83a12db 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h @@ -18,7 +18,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P_params *params ); @@ -27,7 +27,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P_params *params ); @@ -44,7 +44,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -63,14 +63,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData_params *params ); @@ -89,7 +89,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName_params *params ); @@ -99,8 +99,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; + uint32_t cbData; + int32_t nSendFlags; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection_params *params ); @@ -115,20 +115,20 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_144 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket_params { void *linux_side; - int _ret; + int32_t _ret; HSteamListenSocket hSocket; winSteamNetworkingMessage_t_144 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket_params *params ); @@ -153,10 +153,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnect struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus_params *params ); @@ -194,7 +194,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTicket_params *params ); @@ -202,9 +202,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nVirtualPort; + int32_t nVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer_params *params ); @@ -214,14 +214,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort_params *params ); @@ -244,7 +244,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h index 36cc76a9..82ca23eb 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h @@ -18,7 +18,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P_params *params ); @@ -27,7 +27,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params *params ); @@ -44,7 +44,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -63,14 +63,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData_params *params ); @@ -89,7 +89,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName_params *params ); @@ -99,8 +99,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; + uint32_t cbData; + int32_t nSendFlags; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection_params *params ); @@ -115,20 +115,20 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_146 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket_params { void *linux_side; - int _ret; + int32_t _ret; HSteamListenSocket hSocket; winSteamNetworkingMessage_t_146 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket_params *params ); @@ -153,10 +153,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnect struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus_params *params ); @@ -209,7 +209,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTicket_params *params ); @@ -217,9 +217,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nVirtualPort; + int32_t nVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer_params *params ); @@ -229,14 +229,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort_params *params ); @@ -259,7 +259,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket_params *params ); @@ -268,7 +268,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorSe void *linux_side; uint32_t _ret; SteamDatagramGameCoordinatorServerLogin *pLoginInfo; - int *pcbSignedBlob; + int32_t *pcbSignedBlob; void *pBlob; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h index fb045e15..7b56772e 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h @@ -3,7 +3,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP void *linux_side; HSteamListenSocket _ret; const SteamNetworkingIPAddr *localAddress; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP_params *params ); @@ -13,7 +13,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress_p void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIPAddr *address; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress_params *params ); @@ -22,8 +22,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P_params *params ); @@ -33,8 +33,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData_params *params ); @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName_params *params ); @@ -107,18 +107,18 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; - int64 *pOutMessageNumber; + uint32_t cbData; + int32_t nSendFlags; + int64_t *pOutMessageNumber; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages_params { void *linux_side; - int nMessages; + int32_t nMessages; winSteamNetworkingMessage_t_147 **pMessages; - int64 *pOutMessageNumberOrResult; + int64_t *pOutMessageNumberOrResult; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages_params *params ); @@ -133,20 +133,20 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_147 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket_params { void *linux_side; - int _ret; + int32_t _ret; HSteamListenSocket hSocket; winSteamNetworkingMessage_t_147 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket_params *params ); @@ -171,10 +171,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnect struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus_params *params ); @@ -227,7 +227,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTicket_params *params ); @@ -235,9 +235,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nVirtualPort; + int32_t nVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer_params *params ); @@ -247,8 +247,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer_params *params ); @@ -256,7 +256,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHosted struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort_params *params ); @@ -279,8 +279,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket_params *params ); @@ -290,7 +290,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorSe void *linux_side; uint32_t _ret; SteamDatagramGameCoordinatorServerLogin *pLoginInfo; - int *pcbSignedBlob; + int32_t *pcbSignedBlob; void *pBlob; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin_params *params ); @@ -301,7 +301,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSign HSteamNetConnection _ret; void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling_params *params ); @@ -311,7 +311,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSig void *linux_side; bool _ret; const void *pMsg; - int cbMsg; + int32_t cbMsg; void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h index 2db25571..338def42 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h @@ -3,7 +3,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP void *linux_side; HSteamListenSocket _ret; const SteamNetworkingIPAddr *localAddress; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP_params *params ); @@ -13,7 +13,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress_p void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIPAddr *address; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress_params *params ); @@ -22,8 +22,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P_params *params ); @@ -33,8 +33,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData_params *params ); @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName_params *params ); @@ -107,18 +107,18 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; - int64 *pOutMessageNumber; + uint32_t cbData; + int32_t nSendFlags; + int64_t *pOutMessageNumber; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages_params { void *linux_side; - int nMessages; + int32_t nMessages; winSteamNetworkingMessage_t_149 *const *pMessages; - int64 *pOutMessageNumberOrResult; + int64_t *pOutMessageNumberOrResult; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages_params *params ); @@ -133,10 +133,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_149 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection_params *params ); @@ -161,10 +161,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnect struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus_params *params ); @@ -239,10 +239,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPo struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetPollGroup hPollGroup; winSteamNetworkingMessage_t_149 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup_params *params ); @@ -251,7 +251,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTicket_params *params ); @@ -259,9 +259,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nVirtualPort; + int32_t nVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer_params *params ); @@ -271,8 +271,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer_params *params ); @@ -280,7 +280,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHosted struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort_params *params ); @@ -303,8 +303,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nVirtualPort; - int nOptions; + int32_t nVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket_params *params ); @@ -314,7 +314,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorSe void *linux_side; uint32_t _ret; SteamDatagramGameCoordinatorServerLogin *pLoginInfo; - int *pcbSignedBlob; + int32_t *pcbSignedBlob; void *pBlob; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorServerLogin_params *params ); @@ -325,7 +325,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSign HSteamNetConnection _ret; void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling_params *params ); @@ -335,7 +335,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSig void *linux_side; bool _ret; const void *pMsg; - int cbMsg; + int32_t cbMsg; void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSignal( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSignal_params *params ); @@ -344,7 +344,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateReques { void *linux_side; bool _ret; - int *pcbBlob; + int32_t *pcbBlob; void *pBlob; SteamNetworkingErrMsg *errMsg; }; @@ -355,7 +355,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate_param void *linux_side; bool _ret; const void *pCertificate; - int cbCertificate; + int32_t cbCertificate; SteamNetworkingErrMsg *errMsg; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h index fb6d8282..03303170 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h @@ -3,7 +3,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP void *linux_side; HSteamListenSocket _ret; const SteamNetworkingIPAddr *localAddress; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params *params ); @@ -13,7 +13,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress_p void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIPAddr *address; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress_params *params ); @@ -22,8 +22,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nLocalVirtualPort; - int nOptions; + int32_t nLocalVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P_params *params ); @@ -33,8 +33,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params *params ); @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName_params *params ); @@ -107,18 +107,18 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; - int64 *pOutMessageNumber; + uint32_t cbData; + int32_t nSendFlags; + int64_t *pOutMessageNumber; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages_params { void *linux_side; - int nMessages; + int32_t nMessages; winSteamNetworkingMessage_t_152 *const *pMessages; - int64 *pOutMessageNumberOrResult; + int64_t *pOutMessageNumberOrResult; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages_params *params ); @@ -133,10 +133,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_152 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params *params ); @@ -161,10 +161,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnect struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus_params *params ); @@ -239,10 +239,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPo struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetPollGroup hPollGroup; winSteamNetworkingMessage_t_152 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup_params *params ); @@ -251,7 +251,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTicket_params *params ); @@ -259,9 +259,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nRemoteVirtualPort; + int32_t nRemoteVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer_params *params ); @@ -271,8 +271,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer_params *params ); @@ -280,7 +280,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHosted struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort_params *params ); @@ -303,8 +303,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nLocalVirtualPort; - int nOptions; + int32_t nLocalVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket_params *params ); @@ -314,7 +314,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorSe void *linux_side; uint32_t _ret; SteamDatagramGameCoordinatorServerLogin *pLoginInfo; - int *pcbSignedBlob; + int32_t *pcbSignedBlob; void *pBlob; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorServerLogin_params *params ); @@ -325,8 +325,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSign HSteamNetConnection _ret; void /*ISteamNetworkingConnectionSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling_params *params ); @@ -336,7 +336,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSig void *linux_side; bool _ret; const void *pMsg; - int cbMsg; + int32_t cbMsg; void /*ISteamNetworkingSignalingRecvContext*/ *pContext; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSignal( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSignal_params *params ); @@ -345,7 +345,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateReques { void *linux_side; bool _ret; - int *pcbBlob; + int32_t *pcbBlob; void *pBlob; SteamNetworkingErrMsg *errMsg; }; @@ -356,7 +356,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_param void *linux_side; bool _ret; const void *pCertificate; - int cbCertificate; + int32_t cbCertificate; SteamNetworkingErrMsg *errMsg; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h index bebafeb5..4fa22790 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h @@ -3,7 +3,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP void *linux_side; HSteamListenSocket _ret; const SteamNetworkingIPAddr *localAddress; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP_params *params ); @@ -13,7 +13,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress_p void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIPAddr *address; - int nOptions; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress_params *params ); @@ -22,8 +22,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int nLocalVirtualPort; - int nOptions; + int32_t nLocalVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P_params *params ); @@ -33,8 +33,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P_params void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityRemote; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection_para void *linux_side; bool _ret; HSteamNetConnection hPeer; - int nReason; + int32_t nReason; const char *pszDebug; bool bEnableLinger; }; @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserDat void *linux_side; bool _ret; HSteamNetConnection hPeer; - int64 nUserData; + int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData_params { void *linux_side; - int64 _ret; + int64_t _ret; HSteamNetConnection hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData_params *params ); @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName_pa bool _ret; HSteamNetConnection hPeer; char *pszName; - int nMaxLen; + int32_t nMaxLen; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName_params *params ); @@ -107,18 +107,18 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnect uint32_t _ret; HSteamNetConnection hConn; const void *pData; - uint32 cbData; - int nSendFlags; - int64 *pOutMessageNumber; + uint32_t cbData; + int32_t nSendFlags; + int64_t *pOutMessageNumber; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages_params { void *linux_side; - int nMessages; + int32_t nMessages; winSteamNetworkingMessage_t_158 *const *pMessages; - int64 *pOutMessageNumberOrResult; + int64_t *pOutMessageNumberOrResult; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages_params *params ); @@ -133,10 +133,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOn struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; winSteamNetworkingMessage_t_158 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection_params *params ); @@ -155,7 +155,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTim uint32_t _ret; HSteamNetConnection hConn; SteamNetConnectionRealTimeStatus_t *pStatus; - int nLanes; + int32_t nLanes; SteamNetConnectionRealTimeLaneStatus_t *pLanes; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus_params *params ); @@ -163,10 +163,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRe struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetConnection hConn; char *pszBuf; - int cbBuf; + int32_t cbBuf; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus_params *params ); @@ -196,9 +196,9 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionL void *linux_side; uint32_t _ret; HSteamNetConnection hConn; - int nNumLanes; - const int *pLanePriorities; - const uint16 *pLaneWeights; + int32_t nNumLanes; + const int32_t *pLanePriorities; + const uint16_t *pLaneWeights; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes_params *params ); @@ -252,10 +252,10 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPo struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup_params { void *linux_side; - int _ret; + int32_t _ret; HSteamNetPollGroup hPollGroup; winSteamNetworkingMessage_t_158 **ppOutMessages; - int nMaxMessages; + int32_t nMaxMessages; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup_params *params ); @@ -264,7 +264,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTic void *linux_side; bool _ret; const void *pvTicket; - int cbTicket; + int32_t cbTicket; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTicket( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTicket_params *params ); @@ -272,9 +272,9 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAu struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkingIdentity *identityGameServer; - int nRemoteVirtualPort; + int32_t nRemoteVirtualPort; SteamDatagramRelayAuthTicket *pOutParsedTicket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer_params *params ); @@ -284,8 +284,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedic void *linux_side; HSteamNetConnection _ret; const SteamNetworkingIdentity *identityTarget; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer_params *params ); @@ -293,7 +293,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHosted struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort_params { void *linux_side; - uint16 _ret; + uint16_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort_params *params ); @@ -316,8 +316,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicate { void *linux_side; HSteamListenSocket _ret; - int nLocalVirtualPort; - int nOptions; + int32_t nLocalVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket_params *params ); @@ -327,7 +327,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorSe void *linux_side; uint32_t _ret; SteamDatagramGameCoordinatorServerLogin *pLoginInfo; - int *pcbSignedBlob; + int32_t *pcbSignedBlob; void *pBlob; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorServerLogin_params *params ); @@ -338,8 +338,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSign HSteamNetConnection _ret; void /*ISteamNetworkingConnectionSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; - int nRemoteVirtualPort; - int nOptions; + int32_t nRemoteVirtualPort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling_params *params ); @@ -349,7 +349,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSig void *linux_side; bool _ret; const void *pMsg; - int cbMsg; + int32_t cbMsg; void /*ISteamNetworkingSignalingRecvContext*/ *pContext; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSignal( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSignal_params *params ); @@ -358,7 +358,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateReques { void *linux_side; bool _ret; - int *pcbBlob; + int32_t *pcbBlob; void *pBlob; SteamNetworkingErrMsg *errMsg; }; @@ -369,7 +369,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_param void *linux_side; bool _ret; const void *pCertificate; - int cbCertificate; + int32_t cbCertificate; SteamNetworkingErrMsg *errMsg; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_params *params ); @@ -391,14 +391,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFak { void *linux_side; bool _ret; - int nNumPorts; + int32_t nNumPorts; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFakeIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFakeIP_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP_params { void *linux_side; - int idxFirstPort; + int32_t idxFirstPort; SteamNetworkingFakeIPResult_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP_params *params ); @@ -407,8 +407,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2 { void *linux_side; HSteamListenSocket _ret; - int idxFakePort; - int nOptions; + int32_t idxFakePort; + int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP_params *params ); @@ -426,7 +426,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort_pa { void *linux_side; void /*ISteamNetworkingFakeUDPPort*/ *_ret; - int idxFakeServerPort; + int32_t idxFakeServerPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort_params *params ); diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h index ebb45923..b4951fb5 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h @@ -9,7 +9,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalPingLocatio struct cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeBetweenTwoLocations_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *location1; const SteamNetworkPingLocation_t *location2; }; @@ -18,7 +18,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeBet struct cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *remoteLocation; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost_params *params ); @@ -28,7 +28,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToStr void *linux_side; const SteamNetworkPingLocation_t *location; char *pszBuf; - int cchBufSize; + int32_t cchBufSize; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToString_params *params ); @@ -59,7 +59,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_IsPingMeasurementIn struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; SteamNetworkingPOPID *pViaRelayPoP; }; @@ -68,7 +68,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params *params ); @@ -76,16 +76,16 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount_params *params ); struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID *list; - int nListSz; + int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params *params ); @@ -110,7 +110,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SetConfigValue_params bool _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t eDataType; const void *pArg; }; @@ -122,7 +122,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params uint32_t _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t *pOutDataType; void *pResult; size_t *cbResult; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h index ca7a837b..f6b23491 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h @@ -17,7 +17,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalPingLocatio struct cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeBetweenTwoLocations_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *location1; const SteamNetworkPingLocation_t *location2; }; @@ -26,7 +26,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeBet struct cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *remoteLocation; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost_params *params ); @@ -36,7 +36,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToStr void *linux_side; const SteamNetworkPingLocation_t *location; char *pszBuf; - int cchBufSize; + int32_t cchBufSize; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToString_params *params ); @@ -60,7 +60,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_CheckPingDataUpToDa struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; SteamNetworkingPOPID *pViaRelayPoP; }; @@ -69,7 +69,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params *params ); @@ -77,16 +77,16 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount_params *params ); struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID *list; - int nListSz; + int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params *params ); @@ -111,7 +111,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SetConfigValue_params bool _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t eDataType; const void *pArg; }; @@ -123,7 +123,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params uint32_t _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t *pOutDataType; void *pResult; size_t *cbResult; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h index 8dd22946..a003ac1f 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h @@ -2,7 +2,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage_params { void *linux_side; winSteamNetworkingMessage_t_152 *_ret; - int cbAllocateBuffer; + int32_t cbAllocateBuffer; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage_params *params ); @@ -25,7 +25,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalPingLocatio struct cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeBetweenTwoLocations_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *location1; const SteamNetworkPingLocation_t *location2; }; @@ -34,7 +34,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeBet struct cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *remoteLocation; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost_params *params ); @@ -44,7 +44,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToStr void *linux_side; const SteamNetworkPingLocation_t *location; char *pszBuf; - int cchBufSize; + int32_t cchBufSize; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToString_params *params ); @@ -68,7 +68,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_CheckPingDataUpToDa struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; SteamNetworkingPOPID *pViaRelayPoP; }; @@ -77,7 +77,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_params *params ); @@ -85,16 +85,16 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount_params *params ); struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID *list; - int nListSz; + int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params *params ); @@ -119,7 +119,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue_params bool _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t eDataType; const void *pArg; }; @@ -131,7 +131,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue_params uint32_t _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t *pOutDataType; void *pResult; size_t *cbResult; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h index 15c2e153..a7b84e37 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h @@ -2,7 +2,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage_params { void *linux_side; winSteamNetworkingMessage_t_158 *_ret; - int cbAllocateBuffer; + int32_t cbAllocateBuffer; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage_params *params ); @@ -25,7 +25,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalPingLocatio struct cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeBetweenTwoLocations_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *location1; const SteamNetworkPingLocation_t *location2; }; @@ -34,7 +34,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeBet struct cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost_params { void *linux_side; - int _ret; + int32_t _ret; const SteamNetworkPingLocation_t *remoteLocation; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost_params *params ); @@ -44,7 +44,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToStr void *linux_side; const SteamNetworkPingLocation_t *location; char *pszBuf; - int cchBufSize; + int32_t cchBufSize; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToString_params *params ); @@ -68,7 +68,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_CheckPingDataUpToDa struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; SteamNetworkingPOPID *pViaRelayPoP; }; @@ -77,7 +77,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params *params ); @@ -85,16 +85,16 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount_params *params ); struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params { void *linux_side; - int _ret; + int32_t _ret; SteamNetworkingPOPID *list; - int nListSz; + int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params *params ); @@ -117,7 +117,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType_params { void *linux_side; uint32_t _ret; - uint32 nIPv4; + uint32_t nIPv4; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType_params *params ); @@ -136,7 +136,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue_params bool _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t eDataType; const void *pArg; }; @@ -148,7 +148,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params uint32_t _ret; uint32_t eValue; uint32_t eScopeType; - intptr_t scopeObj; + int32_t scopeObj; uint32_t *pOutDataType; void *pResult; size_t *cbResult; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking001.h b/lsteamclient/cppISteamNetworking_SteamNetworking001.h index 02a51e0b..b38278b0 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking001.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking001.h @@ -2,9 +2,9 @@ struct cppISteamNetworking_SteamNetworking001_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; - uint32 nIP; - uint16 nPort; + int32_t nVirtualP2PPort; + uint32_t nIP; + uint16_t nPort; }; extern void cppISteamNetworking_SteamNetworking001_CreateListenSocket( struct cppISteamNetworking_SteamNetworking001_CreateListenSocket_params *params ); @@ -13,8 +13,8 @@ struct cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket_params *params ); @@ -22,9 +22,9 @@ struct cppISteamNetworking_SteamNetworking001_CreateConnectionSocket_params { void *linux_side; SNetSocket_t _ret; - uint32 nIP; - uint16 nPort; - int nTimeoutSec; + uint32_t nIP; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking001_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking001_CreateConnectionSocket_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworking_SteamNetworking001_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking001_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking001_SendDataOnSocket_params *params ); @@ -62,7 +62,7 @@ struct cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket_params *params ); @@ -72,8 +72,8 @@ struct cppISteamNetworking_SteamNetworking001_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking001_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking001_RetrieveDataFromSocket_params *params ); @@ -82,7 +82,7 @@ struct cppISteamNetworking_SteamNetworking001_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking001_IsDataAvailable( struct cppISteamNetworking_SteamNetworking001_IsDataAvailable_params *params ); @@ -93,8 +93,8 @@ struct cppISteamNetworking_SteamNetworking001_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking001_RetrieveData( struct cppISteamNetworking_SteamNetworking001_RetrieveData_params *params ); @@ -105,9 +105,9 @@ struct cppISteamNetworking_SteamNetworking001_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; - uint32 *punIPRemote; - uint16 *punPortRemote; + int32_t *peSocketStatus; + uint32_t *punIPRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking001_GetSocketInfo( struct cppISteamNetworking_SteamNetworking001_GetSocketInfo_params *params ); @@ -116,8 +116,8 @@ struct cppISteamNetworking_SteamNetworking001_GetListenSocketInfo_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pnIP; - uint16 *pnPort; + uint32_t *pnIP; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking001_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking001_GetListenSocketInfo_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking002.h b/lsteamclient/cppISteamNetworking_SteamNetworking002.h index 63f53fb2..ba7b1c1d 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking002.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking002.h @@ -2,9 +2,9 @@ struct cppISteamNetworking_SteamNetworking002_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; - uint32 nIP; - uint16 nPort; + int32_t nVirtualP2PPort; + uint32_t nIP; + uint16_t nPort; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking002_CreateListenSocket( struct cppISteamNetworking_SteamNetworking002_CreateListenSocket_params *params ); @@ -14,8 +14,8 @@ struct cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket_params *params ); @@ -24,9 +24,9 @@ struct cppISteamNetworking_SteamNetworking002_CreateConnectionSocket_params { void *linux_side; SNetSocket_t _ret; - uint32 nIP; - uint16 nPort; - int nTimeoutSec; + uint32_t nIP; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking002_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking002_CreateConnectionSocket_params *params ); @@ -54,7 +54,7 @@ struct cppISteamNetworking_SteamNetworking002_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking002_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking002_SendDataOnSocket_params *params ); @@ -64,7 +64,7 @@ struct cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket_params *params ); @@ -74,8 +74,8 @@ struct cppISteamNetworking_SteamNetworking002_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking002_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking002_RetrieveDataFromSocket_params *params ); @@ -84,7 +84,7 @@ struct cppISteamNetworking_SteamNetworking002_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking002_IsDataAvailable( struct cppISteamNetworking_SteamNetworking002_IsDataAvailable_params *params ); @@ -95,8 +95,8 @@ struct cppISteamNetworking_SteamNetworking002_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking002_RetrieveData( struct cppISteamNetworking_SteamNetworking002_RetrieveData_params *params ); @@ -107,9 +107,9 @@ struct cppISteamNetworking_SteamNetworking002_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; - uint32 *punIPRemote; - uint16 *punPortRemote; + int32_t *peSocketStatus; + uint32_t *punIPRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking002_GetSocketInfo( struct cppISteamNetworking_SteamNetworking002_GetSocketInfo_params *params ); @@ -118,8 +118,8 @@ struct cppISteamNetworking_SteamNetworking002_GetListenSocketInfo_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pnIP; - uint16 *pnPort; + uint32_t *pnIP; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking002_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking002_GetListenSocketInfo_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamNetworking_SteamNetworking002_GetSocketConnectionType( stru struct cppISteamNetworking_SteamNetworking002_GetMaxPacketSize_params { void *linux_side; - int _ret; + int32_t _ret; SNetSocket_t hSocket; }; extern void cppISteamNetworking_SteamNetworking002_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking002_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking003.h b/lsteamclient/cppISteamNetworking_SteamNetworking003.h index fb66a2ec..54509312 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking003.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking003.h @@ -4,7 +4,7 @@ struct cppISteamNetworking_SteamNetworking003_SendP2PPacket_params bool _ret; CSteamID steamIDRemote; const void *pubData; - uint32 cubData; + uint32_t cubData; uint32_t eP2PSendType; }; extern void cppISteamNetworking_SteamNetworking003_SendP2PPacket( struct cppISteamNetworking_SteamNetworking003_SendP2PPacket_params *params ); @@ -13,7 +13,7 @@ struct cppISteamNetworking_SteamNetworking003_IsP2PPacketAvailable_params { void *linux_side; bool _ret; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking003_IsP2PPacketAvailable( struct cppISteamNetworking_SteamNetworking003_IsP2PPacketAvailable_params *params ); @@ -22,8 +22,8 @@ struct cppISteamNetworking_SteamNetworking003_ReadP2PPacket_params void *linux_side; bool _ret; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; CSteamID *psteamIDRemote; }; extern void cppISteamNetworking_SteamNetworking003_ReadP2PPacket( struct cppISteamNetworking_SteamNetworking003_ReadP2PPacket_params *params ); @@ -57,9 +57,9 @@ struct cppISteamNetworking_SteamNetworking003_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; - uint32 nIP; - uint16 nPort; + int32_t nVirtualP2PPort; + uint32_t nIP; + uint16_t nPort; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking003_CreateListenSocket( struct cppISteamNetworking_SteamNetworking003_CreateListenSocket_params *params ); @@ -69,8 +69,8 @@ struct cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket_params *params ); @@ -79,9 +79,9 @@ struct cppISteamNetworking_SteamNetworking003_CreateConnectionSocket_params { void *linux_side; SNetSocket_t _ret; - uint32 nIP; - uint16 nPort; - int nTimeoutSec; + uint32_t nIP; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking003_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking003_CreateConnectionSocket_params *params ); @@ -109,7 +109,7 @@ struct cppISteamNetworking_SteamNetworking003_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking003_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking003_SendDataOnSocket_params *params ); @@ -119,7 +119,7 @@ struct cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket_params *params ); @@ -129,8 +129,8 @@ struct cppISteamNetworking_SteamNetworking003_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking003_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking003_RetrieveDataFromSocket_params *params ); @@ -139,7 +139,7 @@ struct cppISteamNetworking_SteamNetworking003_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking003_IsDataAvailable( struct cppISteamNetworking_SteamNetworking003_IsDataAvailable_params *params ); @@ -150,8 +150,8 @@ struct cppISteamNetworking_SteamNetworking003_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking003_RetrieveData( struct cppISteamNetworking_SteamNetworking003_RetrieveData_params *params ); @@ -162,9 +162,9 @@ struct cppISteamNetworking_SteamNetworking003_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; - uint32 *punIPRemote; - uint16 *punPortRemote; + int32_t *peSocketStatus; + uint32_t *punIPRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking003_GetSocketInfo( struct cppISteamNetworking_SteamNetworking003_GetSocketInfo_params *params ); @@ -173,8 +173,8 @@ struct cppISteamNetworking_SteamNetworking003_GetListenSocketInfo_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pnIP; - uint16 *pnPort; + uint32_t *pnIP; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking003_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking003_GetListenSocketInfo_params *params ); @@ -189,7 +189,7 @@ extern void cppISteamNetworking_SteamNetworking003_GetSocketConnectionType( stru struct cppISteamNetworking_SteamNetworking003_GetMaxPacketSize_params { void *linux_side; - int _ret; + int32_t _ret; SNetSocket_t hSocket; }; extern void cppISteamNetworking_SteamNetworking003_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking003_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking004.h b/lsteamclient/cppISteamNetworking_SteamNetworking004.h index 3c44cf41..0e2f807d 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking004.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking004.h @@ -4,9 +4,9 @@ struct cppISteamNetworking_SteamNetworking004_SendP2PPacket_params bool _ret; CSteamID steamIDRemote; const void *pubData; - uint32 cubData; + uint32_t cubData; uint32_t eP2PSendType; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworking_SteamNetworking004_SendP2PPacket( struct cppISteamNetworking_SteamNetworking004_SendP2PPacket_params *params ); @@ -14,8 +14,8 @@ struct cppISteamNetworking_SteamNetworking004_IsP2PPacketAvailable_params { void *linux_side; bool _ret; - uint32 *pcubMsgSize; - int nVirtualPort; + uint32_t *pcubMsgSize; + int32_t nVirtualPort; }; extern void cppISteamNetworking_SteamNetworking004_IsP2PPacketAvailable( struct cppISteamNetworking_SteamNetworking004_IsP2PPacketAvailable_params *params ); @@ -24,10 +24,10 @@ struct cppISteamNetworking_SteamNetworking004_ReadP2PPacket_params void *linux_side; bool _ret; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; CSteamID *psteamIDRemote; - int nVirtualPort; + int32_t nVirtualPort; }; extern void cppISteamNetworking_SteamNetworking004_ReadP2PPacket( struct cppISteamNetworking_SteamNetworking004_ReadP2PPacket_params *params ); @@ -60,9 +60,9 @@ struct cppISteamNetworking_SteamNetworking004_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; - uint32 nIP; - uint16 nPort; + int32_t nVirtualP2PPort; + uint32_t nIP; + uint16_t nPort; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking004_CreateListenSocket( struct cppISteamNetworking_SteamNetworking004_CreateListenSocket_params *params ); @@ -72,8 +72,8 @@ struct cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket_params *params ); @@ -82,9 +82,9 @@ struct cppISteamNetworking_SteamNetworking004_CreateConnectionSocket_params { void *linux_side; SNetSocket_t _ret; - uint32 nIP; - uint16 nPort; - int nTimeoutSec; + uint32_t nIP; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking004_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking004_CreateConnectionSocket_params *params ); @@ -112,7 +112,7 @@ struct cppISteamNetworking_SteamNetworking004_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking004_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking004_SendDataOnSocket_params *params ); @@ -122,7 +122,7 @@ struct cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket_params *params ); @@ -132,8 +132,8 @@ struct cppISteamNetworking_SteamNetworking004_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking004_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking004_RetrieveDataFromSocket_params *params ); @@ -142,7 +142,7 @@ struct cppISteamNetworking_SteamNetworking004_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking004_IsDataAvailable( struct cppISteamNetworking_SteamNetworking004_IsDataAvailable_params *params ); @@ -153,8 +153,8 @@ struct cppISteamNetworking_SteamNetworking004_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking004_RetrieveData( struct cppISteamNetworking_SteamNetworking004_RetrieveData_params *params ); @@ -165,9 +165,9 @@ struct cppISteamNetworking_SteamNetworking004_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; - uint32 *punIPRemote; - uint16 *punPortRemote; + int32_t *peSocketStatus; + uint32_t *punIPRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking004_GetSocketInfo( struct cppISteamNetworking_SteamNetworking004_GetSocketInfo_params *params ); @@ -176,8 +176,8 @@ struct cppISteamNetworking_SteamNetworking004_GetListenSocketInfo_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pnIP; - uint16 *pnPort; + uint32_t *pnIP; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking004_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking004_GetListenSocketInfo_params *params ); @@ -192,7 +192,7 @@ extern void cppISteamNetworking_SteamNetworking004_GetSocketConnectionType( stru struct cppISteamNetworking_SteamNetworking004_GetMaxPacketSize_params { void *linux_side; - int _ret; + int32_t _ret; SNetSocket_t hSocket; }; extern void cppISteamNetworking_SteamNetworking004_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking004_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking005.h b/lsteamclient/cppISteamNetworking_SteamNetworking005.h index b5230994..763f7ea8 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking005.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking005.h @@ -4,9 +4,9 @@ struct cppISteamNetworking_SteamNetworking005_SendP2PPacket_params bool _ret; CSteamID steamIDRemote; const void *pubData; - uint32 cubData; + uint32_t cubData; uint32_t eP2PSendType; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking005_SendP2PPacket( struct cppISteamNetworking_SteamNetworking005_SendP2PPacket_params *params ); @@ -14,8 +14,8 @@ struct cppISteamNetworking_SteamNetworking005_IsP2PPacketAvailable_params { void *linux_side; bool _ret; - uint32 *pcubMsgSize; - int nChannel; + uint32_t *pcubMsgSize; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking005_IsP2PPacketAvailable( struct cppISteamNetworking_SteamNetworking005_IsP2PPacketAvailable_params *params ); @@ -24,10 +24,10 @@ struct cppISteamNetworking_SteamNetworking005_ReadP2PPacket_params void *linux_side; bool _ret; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; CSteamID *psteamIDRemote; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking005_ReadP2PPacket( struct cppISteamNetworking_SteamNetworking005_ReadP2PPacket_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser_params void *linux_side; bool _ret; CSteamID steamIDRemote; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser( struct cppISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser_params *params ); @@ -77,9 +77,9 @@ struct cppISteamNetworking_SteamNetworking005_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; - uint32 nIP; - uint16 nPort; + int32_t nVirtualP2PPort; + uint32_t nIP; + uint16_t nPort; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking005_CreateListenSocket( struct cppISteamNetworking_SteamNetworking005_CreateListenSocket_params *params ); @@ -89,8 +89,8 @@ struct cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket_params *params ); @@ -99,9 +99,9 @@ struct cppISteamNetworking_SteamNetworking005_CreateConnectionSocket_params { void *linux_side; SNetSocket_t _ret; - uint32 nIP; - uint16 nPort; - int nTimeoutSec; + uint32_t nIP; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking005_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking005_CreateConnectionSocket_params *params ); @@ -129,7 +129,7 @@ struct cppISteamNetworking_SteamNetworking005_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking005_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking005_SendDataOnSocket_params *params ); @@ -139,7 +139,7 @@ struct cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket_params *params ); @@ -149,8 +149,8 @@ struct cppISteamNetworking_SteamNetworking005_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking005_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking005_RetrieveDataFromSocket_params *params ); @@ -159,7 +159,7 @@ struct cppISteamNetworking_SteamNetworking005_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking005_IsDataAvailable( struct cppISteamNetworking_SteamNetworking005_IsDataAvailable_params *params ); @@ -170,8 +170,8 @@ struct cppISteamNetworking_SteamNetworking005_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking005_RetrieveData( struct cppISteamNetworking_SteamNetworking005_RetrieveData_params *params ); @@ -182,9 +182,9 @@ struct cppISteamNetworking_SteamNetworking005_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; - uint32 *punIPRemote; - uint16 *punPortRemote; + int32_t *peSocketStatus; + uint32_t *punIPRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking005_GetSocketInfo( struct cppISteamNetworking_SteamNetworking005_GetSocketInfo_params *params ); @@ -193,8 +193,8 @@ struct cppISteamNetworking_SteamNetworking005_GetListenSocketInfo_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pnIP; - uint16 *pnPort; + uint32_t *pnIP; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking005_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking005_GetListenSocketInfo_params *params ); @@ -209,7 +209,7 @@ extern void cppISteamNetworking_SteamNetworking005_GetSocketConnectionType( stru struct cppISteamNetworking_SteamNetworking005_GetMaxPacketSize_params { void *linux_side; - int _ret; + int32_t _ret; SNetSocket_t hSocket; }; extern void cppISteamNetworking_SteamNetworking005_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking005_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking006.h b/lsteamclient/cppISteamNetworking_SteamNetworking006.h index 4733a436..8d4f58f2 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking006.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking006.h @@ -4,9 +4,9 @@ struct cppISteamNetworking_SteamNetworking006_SendP2PPacket_params bool _ret; CSteamID steamIDRemote; const void *pubData; - uint32 cubData; + uint32_t cubData; uint32_t eP2PSendType; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking006_SendP2PPacket( struct cppISteamNetworking_SteamNetworking006_SendP2PPacket_params *params ); @@ -14,8 +14,8 @@ struct cppISteamNetworking_SteamNetworking006_IsP2PPacketAvailable_params { void *linux_side; bool _ret; - uint32 *pcubMsgSize; - int nChannel; + uint32_t *pcubMsgSize; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking006_IsP2PPacketAvailable( struct cppISteamNetworking_SteamNetworking006_IsP2PPacketAvailable_params *params ); @@ -24,10 +24,10 @@ struct cppISteamNetworking_SteamNetworking006_ReadP2PPacket_params void *linux_side; bool _ret; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; CSteamID *psteamIDRemote; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking006_ReadP2PPacket( struct cppISteamNetworking_SteamNetworking006_ReadP2PPacket_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser_params void *linux_side; bool _ret; CSteamID steamIDRemote; - int nChannel; + int32_t nChannel; }; extern void cppISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser( struct cppISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser_params *params ); @@ -77,9 +77,9 @@ struct cppISteamNetworking_SteamNetworking006_CreateListenSocket_params { void *linux_side; SNetListenSocket_t _ret; - int nVirtualP2PPort; + int32_t nVirtualP2PPort; SteamIPAddress_t nIP; - uint16 nPort; + uint16_t nPort; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking006_CreateListenSocket( struct cppISteamNetworking_SteamNetworking006_CreateListenSocket_params *params ); @@ -89,8 +89,8 @@ struct cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket_params void *linux_side; SNetSocket_t _ret; CSteamID steamIDTarget; - int nVirtualPort; - int nTimeoutSec; + int32_t nVirtualPort; + int32_t nTimeoutSec; bool bAllowUseOfPacketRelay; }; extern void cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket( struct cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket_params *params ); @@ -100,8 +100,8 @@ struct cppISteamNetworking_SteamNetworking006_CreateConnectionSocket_params void *linux_side; SNetSocket_t _ret; SteamIPAddress_t nIP; - uint16 nPort; - int nTimeoutSec; + uint16_t nPort; + int32_t nTimeoutSec; }; extern void cppISteamNetworking_SteamNetworking006_CreateConnectionSocket( struct cppISteamNetworking_SteamNetworking006_CreateConnectionSocket_params *params ); @@ -129,7 +129,7 @@ struct cppISteamNetworking_SteamNetworking006_SendDataOnSocket_params bool _ret; SNetSocket_t hSocket; void *pubData; - uint32 cubData; + uint32_t cubData; bool bReliable; }; extern void cppISteamNetworking_SteamNetworking006_SendDataOnSocket( struct cppISteamNetworking_SteamNetworking006_SendDataOnSocket_params *params ); @@ -139,7 +139,7 @@ struct cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket_params void *linux_side; bool _ret; SNetSocket_t hSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket_params *params ); @@ -149,8 +149,8 @@ struct cppISteamNetworking_SteamNetworking006_RetrieveDataFromSocket_params bool _ret; SNetSocket_t hSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking006_RetrieveDataFromSocket( struct cppISteamNetworking_SteamNetworking006_RetrieveDataFromSocket_params *params ); @@ -159,7 +159,7 @@ struct cppISteamNetworking_SteamNetworking006_IsDataAvailable_params void *linux_side; bool _ret; SNetListenSocket_t hListenSocket; - uint32 *pcubMsgSize; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking006_IsDataAvailable( struct cppISteamNetworking_SteamNetworking006_IsDataAvailable_params *params ); @@ -170,8 +170,8 @@ struct cppISteamNetworking_SteamNetworking006_RetrieveData_params bool _ret; SNetListenSocket_t hListenSocket; void *pubDest; - uint32 cubDest; - uint32 *pcubMsgSize; + uint32_t cubDest; + uint32_t *pcubMsgSize; SNetSocket_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking006_RetrieveData( struct cppISteamNetworking_SteamNetworking006_RetrieveData_params *params ); @@ -182,9 +182,9 @@ struct cppISteamNetworking_SteamNetworking006_GetSocketInfo_params bool _ret; SNetSocket_t hSocket; CSteamID *pSteamIDRemote; - int *peSocketStatus; + int32_t *peSocketStatus; SteamIPAddress_t *punIPRemote; - uint16 *punPortRemote; + uint16_t *punPortRemote; }; extern void cppISteamNetworking_SteamNetworking006_GetSocketInfo( struct cppISteamNetworking_SteamNetworking006_GetSocketInfo_params *params ); @@ -194,7 +194,7 @@ struct cppISteamNetworking_SteamNetworking006_GetListenSocketInfo_params bool _ret; SNetListenSocket_t hListenSocket; SteamIPAddress_t *pnIP; - uint16 *pnPort; + uint16_t *pnPort; }; extern void cppISteamNetworking_SteamNetworking006_GetListenSocketInfo( struct cppISteamNetworking_SteamNetworking006_GetListenSocketInfo_params *params ); @@ -209,7 +209,7 @@ extern void cppISteamNetworking_SteamNetworking006_GetSocketConnectionType( stru struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params { void *linux_side; - int _ret; + int32_t _ret; SNetSocket_t hSocket; }; extern void cppISteamNetworking_SteamNetworking006_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamParties_SteamParties002.h b/lsteamclient/cppISteamParties_SteamParties002.h index c0e85464..38439af8 100644 --- a/lsteamclient/cppISteamParties_SteamParties002.h +++ b/lsteamclient/cppISteamParties_SteamParties002.h @@ -1,7 +1,7 @@ struct cppISteamParties_SteamParties002_GetNumActiveBeacons_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamParties_SteamParties002_GetNumActiveBeacons( struct cppISteamParties_SteamParties002_GetNumActiveBeacons_params *params ); @@ -9,7 +9,7 @@ struct cppISteamParties_SteamParties002_GetBeaconByIndex_params { void *linux_side; PartyBeaconID_t _ret; - uint32 unIndex; + uint32_t unIndex; }; extern void cppISteamParties_SteamParties002_GetBeaconByIndex( struct cppISteamParties_SteamParties002_GetBeaconByIndex_params *params ); @@ -21,7 +21,7 @@ struct cppISteamParties_SteamParties002_GetBeaconDetails_params CSteamID *pSteamIDBeaconOwner; winSteamPartyBeaconLocation_t_158 *pLocation; char *pchMetadata; - int cchMetadata; + int32_t cchMetadata; }; extern void cppISteamParties_SteamParties002_GetBeaconDetails( struct cppISteamParties_SteamParties002_GetBeaconDetails_params *params ); @@ -37,7 +37,7 @@ struct cppISteamParties_SteamParties002_GetNumAvailableBeaconLocations_params { void *linux_side; bool _ret; - uint32 *puNumLocations; + uint32_t *puNumLocations; }; extern void cppISteamParties_SteamParties002_GetNumAvailableBeaconLocations( struct cppISteamParties_SteamParties002_GetNumAvailableBeaconLocations_params *params ); @@ -46,7 +46,7 @@ struct cppISteamParties_SteamParties002_GetAvailableBeaconLocations_params void *linux_side; bool _ret; winSteamPartyBeaconLocation_t_158 *pLocationList; - uint32 uMaxNumLocations; + uint32_t uMaxNumLocations; }; extern void cppISteamParties_SteamParties002_GetAvailableBeaconLocations( struct cppISteamParties_SteamParties002_GetAvailableBeaconLocations_params *params ); @@ -54,7 +54,7 @@ struct cppISteamParties_SteamParties002_CreateBeacon_params { void *linux_side; SteamAPICall_t _ret; - uint32 unOpenSlots; + uint32_t unOpenSlots; winSteamPartyBeaconLocation_t_158 *pBeaconLocation; const char *pchConnectString; const char *pchMetadata; @@ -82,7 +82,7 @@ struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params void *linux_side; SteamAPICall_t _ret; PartyBeaconID_t ulBeacon; - uint32 unOpenSlots; + uint32_t unOpenSlots; }; extern void cppISteamParties_SteamParties002_ChangeNumOpenSlots( struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params *params ); @@ -101,7 +101,7 @@ struct cppISteamParties_SteamParties002_GetBeaconLocationData_params winSteamPartyBeaconLocation_t_158 BeaconLocation; uint32_t eData; char *pchDataStringOut; - int cchDataStringOut; + int32_t cchDataStringOut; }; extern void cppISteamParties_SteamParties002_GetBeaconLocationData( struct cppISteamParties_SteamParties002_GetBeaconLocationData_params *params ); diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h index 16365797..422eba53 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h @@ -1,7 +1,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params *params ); @@ -9,7 +9,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_par { void *linux_side; RemotePlaySessionID_t _ret; - int iSessionIndex; + int32_t iSessionIndex; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params *params ); @@ -42,8 +42,8 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClien void *linux_side; bool _ret; RemotePlaySessionID_t unSessionID; - int *pnResolutionX; - int *pnResolutionY; + int32_t *pnResolutionX; + int32_t *pnResolutionY; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution_params *params ); diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h index 1510a36b..2e9f8517 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h @@ -1,7 +1,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params *params ); @@ -9,7 +9,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_par { void *linux_side; RemotePlaySessionID_t _ret; - int iSessionIndex; + int32_t iSessionIndex; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params *params ); @@ -42,8 +42,8 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClien void *linux_side; bool _ret; RemotePlaySessionID_t unSessionID; - int *pnResolutionX; - int *pnResolutionY; + int32_t *pnResolutionX; + int32_t *pnResolutionY; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.h index 72911c97..2dabbc23 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.h @@ -4,14 +4,14 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize_params *params ); @@ -19,10 +19,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead_params *params ); @@ -45,7 +45,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount_params *params ); @@ -53,8 +53,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize_params *params ); @@ -62,8 +62,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h index c146943e..344b8781 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h @@ -4,14 +4,14 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize_params *params ); @@ -19,10 +19,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead_params *params ); @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileE struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount_params *params ); @@ -45,8 +45,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize_params *params ); @@ -54,8 +54,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h index 671674a6..29821b29 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead_params *params ); @@ -61,7 +61,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize_params *params ); @@ -69,7 +69,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp_params *params ); @@ -77,7 +77,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount_params *params ); @@ -85,8 +85,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNameAndSize_params *params ); @@ -94,8 +94,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota_params *params ); @@ -135,7 +135,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails_params *params ); @@ -143,17 +143,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount_params *params ); @@ -161,7 +161,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h index 61bdb3a0..ceed88e1 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead_params *params ); @@ -70,7 +70,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount_params *params ); @@ -102,8 +102,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNameAndSize_params *params ); @@ -111,8 +111,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota_params *params ); @@ -152,7 +152,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails_params *params ); @@ -160,17 +160,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount_params *params ); @@ -178,7 +178,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h index 5515c537..132e0263 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead_params *params ); @@ -70,7 +70,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount_params *params ); @@ -102,8 +102,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize_params *params ); @@ -111,8 +111,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota_params *params ); @@ -152,7 +152,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails_params *params ); @@ -160,17 +160,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount_params *params ); @@ -178,7 +178,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params *params ); @@ -237,7 +237,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params *params ); @@ -253,7 +253,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h index d70f0ee1..de5893cc 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead_params *params ); @@ -70,7 +70,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount_params *params ); @@ -102,8 +102,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNameAndSize_params *params ); @@ -111,8 +111,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota_params *params ); @@ -150,8 +150,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress_params *params ); @@ -162,7 +162,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails_params *params ); @@ -170,17 +170,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount_params *params ); @@ -188,7 +188,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle_params *params ); @@ -297,7 +297,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles_params *params ); @@ -313,7 +313,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles_params *params ); @@ -364,7 +364,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -398,7 +398,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction_params *params ); @@ -407,9 +407,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h index c1b3aa8f..deab3705 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead_params *params ); @@ -70,7 +70,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize_params *params ); @@ -78,7 +78,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount_params *params ); @@ -102,8 +102,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNameAndSize_params *params ); @@ -111,8 +111,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota_params *params ); @@ -150,8 +150,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress_params *params ); @@ -162,7 +162,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails_params *params ); @@ -170,17 +170,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount_params *params ); @@ -188,7 +188,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle_params *params ); @@ -297,7 +297,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles_params *params ); @@ -313,7 +313,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles_params *params ); @@ -364,7 +364,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -400,7 +400,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction_params *params ); @@ -409,9 +409,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h index 40a8e3e1..3ad12b42 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead_params *params ); @@ -65,7 +65,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk_params *params ); @@ -104,7 +104,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize_params *params ); @@ -112,7 +112,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount_params *params ); @@ -136,8 +136,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNameAndSize_params *params ); @@ -145,8 +145,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota_params *params ); @@ -184,8 +184,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress_params *params ); @@ -196,7 +196,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails_params *params ); @@ -204,17 +204,17 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount_params *params ); @@ -222,7 +222,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params *params ); @@ -331,7 +331,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params *params ); @@ -347,7 +347,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params *params ); @@ -398,7 +398,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -434,7 +434,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction_params *params ); @@ -443,9 +443,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h index 0bb5f2a3..702ada20 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead_params *params ); @@ -65,7 +65,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk_params *params ); @@ -104,7 +104,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize_params *params ); @@ -112,7 +112,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount_params *params ); @@ -136,8 +136,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNameAndSize_params *params ); @@ -145,8 +145,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota_params *params ); @@ -184,8 +184,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress_params *params ); @@ -196,7 +196,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails_params *params ); @@ -204,18 +204,18 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount_params *params ); @@ -223,7 +223,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle_params *params ); @@ -332,7 +332,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles_params *params ); @@ -348,7 +348,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles_params *params ); @@ -399,7 +399,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -435,7 +435,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction_params *params ); @@ -444,9 +444,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h index 34c336b6..6ebfe126 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead_params *params ); @@ -65,7 +65,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk_params *params ); @@ -104,7 +104,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize_params *params ); @@ -112,7 +112,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount_params *params ); @@ -136,8 +136,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNameAndSize_params *params ); @@ -145,8 +145,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota_params *params ); @@ -176,7 +176,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload_params *params ); @@ -185,8 +185,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress_params *params ); @@ -197,7 +197,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails_params *params ); @@ -205,18 +205,18 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount_params *params ); @@ -224,7 +224,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle_params *params ); @@ -333,7 +333,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles_params *params ); @@ -349,7 +349,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles_params *params ); @@ -400,7 +400,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -436,7 +436,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction_params *params ); @@ -445,9 +445,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -459,7 +459,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h index c6bba204..1d9b88ae 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead_params *params ); @@ -65,7 +65,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk_params *params ); @@ -104,7 +104,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize_params *params ); @@ -112,7 +112,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount_params *params ); @@ -136,8 +136,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNameAndSize_params *params ); @@ -145,8 +145,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota_params *params ); @@ -176,7 +176,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params *params ); @@ -185,8 +185,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress_params *params ); @@ -197,7 +197,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails_params *params ); @@ -205,18 +205,18 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount_params *params ); @@ -224,7 +224,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params *params ); @@ -318,7 +318,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublish void *linux_side; SteamAPICall_t _ret; PublishedFileId_t unPublishedFileId; - uint32 unMaxSecondsOld; + uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params *params ); @@ -334,7 +334,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params *params ); @@ -350,7 +350,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params *params ); @@ -401,7 +401,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -437,7 +437,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction_params *params ); @@ -446,9 +446,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -460,7 +460,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h index 7047265c..314458bf 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead_params *params ); @@ -65,7 +65,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk_params *params ); @@ -104,7 +104,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize_params *params ); @@ -112,7 +112,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp_params *params ); @@ -128,7 +128,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount_params *params ); @@ -136,8 +136,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize_params *params ); @@ -145,8 +145,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota_params *params ); @@ -176,7 +176,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params *params ); @@ -185,8 +185,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress_params *params ); @@ -197,7 +197,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails_params *params ); @@ -205,11 +205,11 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params *params ); @@ -217,7 +217,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRe struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount_params *params ); @@ -225,7 +225,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params *params ); @@ -319,7 +319,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublish void *linux_side; SteamAPICall_t _ret; PublishedFileId_t unPublishedFileId; - uint32 unMaxSecondsOld; + uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params *params ); @@ -335,7 +335,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params *params ); @@ -351,7 +351,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params *params ); @@ -402,7 +402,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -438,7 +438,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction_params *params ); @@ -447,9 +447,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -461,7 +461,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h index fcf329ad..b3441b90 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead_params *params ); @@ -24,7 +24,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteA SteamAPICall_t _ret; const char *pchFile; const void *pvData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync_params *params ); @@ -33,8 +33,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAs void *linux_side; SteamAPICall_t _ret; const char *pchFile; - uint32 nOffset; - uint32 cubToRead; + uint32_t nOffset; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync_params *params ); @@ -44,7 +44,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAs bool _ret; SteamAPICall_t hReadCall; void *pvBuffer; - uint32 cubToRead; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete_params *params ); @@ -95,7 +95,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize_params *params ); @@ -142,7 +142,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp_params *params ); @@ -158,7 +158,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount_params *params ); @@ -166,8 +166,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNameAndSize_params *params ); @@ -175,8 +175,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota_p { void *linux_side; bool _ret; - int32 *pnTotalBytes; - int32 *puAvailableBytes; + int32_t *pnTotalBytes; + int32_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota_params *params ); @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload_params *params ); @@ -215,8 +215,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress_params *params ); @@ -227,7 +227,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails_params *params ); @@ -235,11 +235,11 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_params *params ); @@ -247,7 +247,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRe struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle_params *params ); @@ -349,7 +349,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublish void *linux_side; SteamAPICall_t _ret; PublishedFileId_t unPublishedFileId; - uint32 unMaxSecondsOld; + uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails_params *params ); @@ -365,7 +365,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles_params *params ); @@ -381,7 +381,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles_params *params ); @@ -432,7 +432,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -468,7 +468,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction_params *params ); @@ -477,9 +477,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -491,7 +491,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h index 92a7559f..344c5b6e 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead_params *params ); @@ -24,7 +24,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteA SteamAPICall_t _ret; const char *pchFile; const void *pvData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync_params *params ); @@ -33,8 +33,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAs void *linux_side; SteamAPICall_t _ret; const char *pchFile; - uint32 nOffset; - uint32 cubToRead; + uint32_t nOffset; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync_params *params ); @@ -44,7 +44,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAs bool _ret; SteamAPICall_t hReadCall; void *pvBuffer; - uint32 cubToRead; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete_params *params ); @@ -95,7 +95,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize_params *params ); @@ -142,7 +142,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp_params *params ); @@ -158,7 +158,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount_params *params ); @@ -166,8 +166,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNameAndSize_params *params ); @@ -175,8 +175,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota_p { void *linux_side; bool _ret; - uint64 *pnTotalBytes; - uint64 *puAvailableBytes; + uint64_t *pnTotalBytes; + uint64_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota_params *params ); @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload_params *params ); @@ -215,8 +215,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress_params *params ); @@ -227,7 +227,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails_params *params ); @@ -235,11 +235,11 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead_params *params ); @@ -247,7 +247,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRe struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle_params *params ); @@ -349,7 +349,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublish void *linux_side; SteamAPICall_t _ret; PublishedFileId_t unPublishedFileId; - uint32 unMaxSecondsOld; + uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails_params *params ); @@ -365,7 +365,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles_params *params ); @@ -381,7 +381,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles_params *params ); @@ -432,7 +432,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -468,7 +468,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction_params *params ); @@ -477,9 +477,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -491,7 +491,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h index 1a69c609..76c4ba32 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h @@ -4,17 +4,17 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite_ bool _ret; const char *pchFile; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; void *pvData; - int32 cubDataToRead; + int32_t cubDataToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead_params *params ); @@ -24,7 +24,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteA SteamAPICall_t _ret; const char *pchFile; const void *pvData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync_params *params ); @@ -33,8 +33,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAs void *linux_side; SteamAPICall_t _ret; const char *pchFile; - uint32 nOffset; - uint32 cubToRead; + uint32_t nOffset; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync_params *params ); @@ -44,7 +44,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAs bool _ret; SteamAPICall_t hReadCall; void *pvBuffer; - uint32 cubToRead; + uint32_t cubToRead; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete_params *params ); @@ -95,7 +95,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteS bool _ret; UGCFileWriteStreamHandle_t writeHandle; const void *pvData; - int32 cubData; + int32_t cubData; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk_params *params ); @@ -134,7 +134,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileP struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize_params *params ); @@ -142,7 +142,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp_params { void *linux_side; - int64 _ret; + int64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp_params *params ); @@ -158,7 +158,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount_params *params ); @@ -166,8 +166,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNam { void *linux_side; const char *_ret; - int iFile; - int32 *pnFileSizeInBytes; + int32_t iFile; + int32_t *pnFileSizeInBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNameAndSize( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNameAndSize_params *params ); @@ -175,8 +175,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota_p { void *linux_side; bool _ret; - uint64 *pnTotalBytes; - uint64 *puAvailableBytes; + uint64_t *pnTotalBytes; + uint64_t *puAvailableBytes; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota_params *params ); @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloa void *linux_side; SteamAPICall_t _ret; UGCHandle_t hContent; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload_params *params ); @@ -215,8 +215,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDown void *linux_side; bool _ret; UGCHandle_t hContent; - int32 *pnBytesDownloaded; - int32 *pnBytesExpected; + int32_t *pnBytesDownloaded; + int32_t *pnBytesExpected; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress_params *params ); @@ -227,7 +227,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDeta UGCHandle_t hContent; AppId_t *pnAppID; char **ppchName; - int32 *pnFileSizeInBytes; + int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails_params *params ); @@ -235,11 +235,11 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUG struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead_params { void *linux_side; - int32 _ret; + int32_t _ret; UGCHandle_t hContent; void *pvData; - int32 cubDataToRead; - uint32 cOffset; + int32_t cubDataToRead; + uint32_t cOffset; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead_params *params ); @@ -247,7 +247,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRe struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedU { void *linux_side; UGCHandle_t _ret; - int32 iCachedContent; + int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle_params *params ); @@ -349,7 +349,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublish void *linux_side; SteamAPICall_t _ret; PublishedFileId_t unPublishedFileId; - uint32 unMaxSecondsOld; + uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails_params *params ); @@ -365,7 +365,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles_params *params ); @@ -381,7 +381,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateU { void *linux_side; SteamAPICall_t _ret; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles_params *params ); @@ -432,7 +432,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateU void *linux_side; SteamAPICall_t _ret; CSteamID steamId; - uint32 unStartIndex; + uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; SteamParamStringArray_t *pExcludedTags; }; @@ -468,7 +468,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eAction; - uint32 unStartIndex; + uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction_params *params ); @@ -477,9 +477,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateP void *linux_side; SteamAPICall_t _ret; uint32_t eEnumerationType; - uint32 unStartIndex; - uint32 unCount; - uint32 unDays; + uint32_t unStartIndex; + uint32_t unCount; + uint32_t unDays; SteamParamStringArray_t *pTags; SteamParamStringArray_t *pUserTags; }; @@ -491,14 +491,14 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloa SteamAPICall_t _ret; UGCHandle_t hContent; const char *pchLocation; - uint32 unPriority; + uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount_params { void *linux_side; - int32 _ret; + int32_t _ret; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount_params *params ); @@ -506,7 +506,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFi { void *linux_side; const char *_ret; - int iFile; + int32_t iFile; uint32_t *pEChangeType; uint32_t *pEFilePathType; }; diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h index 52378882..5f4edba4 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h @@ -3,9 +3,9 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreensho void *linux_side; ScreenshotHandle _ret; void *pubRGB; - uint32 cubRGB; - int nWidth; - int nHeight; + uint32_t cubRGB; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot_params *params ); @@ -15,8 +15,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotT ScreenshotHandle _ret; const char *pchFilename; const char *pchThumbnailFilename; - int nWidth; - int nHeight; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary_params *params ); diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h index 33b3360d..2b8715ad 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h @@ -3,9 +3,9 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreensho void *linux_side; ScreenshotHandle _ret; void *pubRGB; - uint32 cubRGB; - int nWidth; - int nHeight; + uint32_t cubRGB; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params *params ); @@ -15,8 +15,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotT ScreenshotHandle _ret; const char *pchFilename; const char *pchThumbnailFilename; - int nWidth; - int nHeight; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary_params *params ); diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h index 504e825e..6f65757f 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h @@ -3,9 +3,9 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreensho void *linux_side; ScreenshotHandle _ret; void *pubRGB; - uint32 cubRGB; - int nWidth; - int nHeight; + uint32_t cubRGB; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot_params *params ); @@ -15,8 +15,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotT ScreenshotHandle _ret; const char *pchFilename; const char *pchThumbnailFilename; - int nWidth; - int nHeight; + int32_t nWidth; + int32_t nHeight; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h index 533a8dea..7e60d82e 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_params *params ); @@ -37,7 +37,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_128 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult_params *params ); @@ -118,7 +118,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h index 51c37a9e..897f610b 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_params *params ); @@ -37,7 +37,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_130 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult_params *params ); @@ -91,7 +91,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params *params ); @@ -127,7 +127,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays_params *params ); @@ -136,7 +136,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params *params ); @@ -226,8 +226,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress_params *params ); @@ -250,16 +250,16 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params *params ); @@ -268,9 +268,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; + uint32_t cchFolderSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo_params *params ); @@ -281,8 +281,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo_params PublishedFileId_t nPublishedFileID; bool *pbNeedsUpdate; bool *pbIsDownloading; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h index 434e3bc7..74ac3e73 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_params *params ); @@ -37,7 +37,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_132 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult_params *params ); @@ -91,7 +91,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params *params ); @@ -127,7 +127,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays_params *params ); @@ -136,7 +136,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params *params ); @@ -226,8 +226,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress_params *params ); @@ -250,16 +250,16 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params *params ); @@ -268,9 +268,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; + uint32_t cchFolderSize; bool *pbLegacyItem; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo_params *params ); @@ -282,8 +282,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo_params PublishedFileId_t nPublishedFileID; bool *pbNeedsUpdate; bool *pbIsDownloading; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h index 26da4e59..e5951691 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_params *params ); @@ -37,7 +37,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_132x *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult_params *params ); @@ -91,7 +91,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params *params ); @@ -127,7 +127,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays_params *params ); @@ -136,7 +136,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params *params ); @@ -226,8 +226,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress_params *params ); @@ -250,23 +250,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params *params ); @@ -276,10 +276,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo_params *params ); @@ -288,8 +288,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h index 721450f6..14005f27 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_133b *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint32 *pStatValue; + uint32_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,10 +109,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; bool *pbIsImage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview_params *params ); @@ -193,7 +193,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params *params ); @@ -229,7 +229,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays_params *params ); @@ -238,7 +238,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params *params ); @@ -337,8 +337,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress_params *params ); @@ -379,23 +379,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params *params ); @@ -405,10 +405,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo_params *params ); @@ -417,8 +417,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h index c2a4a4b7..1827c511 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_133x *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint32 *pStatValue; + uint32_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,10 +109,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; bool *pbIsImage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview_params *params ); @@ -202,7 +202,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params *params ); @@ -238,7 +238,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays_params *params ); @@ -247,7 +247,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params *params ); @@ -355,8 +355,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress_params *params ); @@ -414,23 +414,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params *params ); @@ -440,10 +440,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo_params *params ); @@ -452,8 +452,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h index 12fdfdbc..a94242d2 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_136 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint32 *pStatValue; + uint32_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,10 +109,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; bool *pbIsImage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview_params *params ); @@ -120,9 +120,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_params *params ); @@ -131,12 +131,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag_params *params ); @@ -234,7 +234,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params *params ); @@ -270,7 +270,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params *params ); @@ -289,7 +289,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params *params ); @@ -416,8 +416,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress_params *params ); @@ -475,23 +475,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params *params ); @@ -501,10 +501,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo_params *params ); @@ -513,8 +513,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h index 0b97525a..e5a9aa64 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_137 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint32 *pStatValue; + uint32_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,12 +109,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview_params *params ); @@ -122,9 +122,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_params *params ); @@ -133,12 +133,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag_params *params ); @@ -236,7 +236,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params *params ); @@ -272,7 +272,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params *params ); @@ -291,7 +291,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params *params ); @@ -428,7 +428,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile_params *params ); @@ -438,7 +438,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo_params *params ); @@ -448,7 +448,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params *params ); @@ -466,8 +466,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress_params *params ); @@ -525,23 +525,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params *params ); @@ -551,10 +551,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo_params *params ); @@ -563,8 +563,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h index 3b18de9c..0867fbae 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_139 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,12 +109,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview_params *params ); @@ -122,9 +122,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_params *params ); @@ -133,12 +133,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag_params *params ); @@ -245,7 +245,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params *params ); @@ -281,7 +281,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params *params ); @@ -300,7 +300,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params *params ); @@ -437,7 +437,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile_params *params ); @@ -447,7 +447,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo_params *params ); @@ -457,7 +457,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params *params ); @@ -475,8 +475,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress_params *params ); @@ -534,23 +534,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params *params ); @@ -560,10 +560,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo_params *params ); @@ -572,8 +572,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo_params *params ); @@ -607,7 +607,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking_params *params ); @@ -616,7 +616,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h index 2ed58379..a205e2c0 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest_params *params ); @@ -29,7 +29,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_params *params ); @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_142 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult_params *params ); @@ -56,9 +56,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL_params *params ); @@ -67,9 +67,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata_params *params ); @@ -78,9 +78,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren_params *params ); @@ -89,18 +89,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -109,12 +109,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview_params *params ); @@ -122,9 +122,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_params *params ); @@ -133,12 +133,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag_params *params ); @@ -236,7 +236,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params *params ); @@ -254,7 +254,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params *params ); @@ -290,7 +290,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params *params ); @@ -309,7 +309,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params *params ); @@ -446,7 +446,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile_params *params ); @@ -456,7 +456,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo_params *params ); @@ -466,7 +466,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params *params ); @@ -484,8 +484,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress_params *params ); @@ -543,23 +543,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params *params ); @@ -569,10 +569,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo_params *params ); @@ -581,8 +581,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo_params *params ); @@ -616,7 +616,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking_params *params ); @@ -625,7 +625,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h index ec2044c9..9fbd238e 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_144 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult_params *params ); @@ -68,9 +68,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL_params *params ); @@ -79,9 +79,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata_params *params ); @@ -90,9 +90,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -121,12 +121,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview_params *params ); @@ -134,9 +134,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_params *params ); @@ -145,12 +145,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag_params *params ); @@ -248,7 +248,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params *params ); @@ -266,7 +266,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params *params ); @@ -302,7 +302,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params *params ); @@ -321,7 +321,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params *params ); @@ -467,7 +467,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile_params *params ); @@ -477,7 +477,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo_params *params ); @@ -487,7 +487,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params *params ); @@ -505,8 +505,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress_params *params ); @@ -564,23 +564,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params *params ); @@ -590,10 +590,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo_params *params ); @@ -602,8 +602,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo_params *params ); @@ -637,7 +637,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking_params *params ); @@ -646,7 +646,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h index f0d0023f..d4b31846 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_146 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult_params *params ); @@ -68,9 +68,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL_params *params ); @@ -79,9 +79,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata_params *params ); @@ -90,9 +90,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -121,12 +121,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview_params *params ); @@ -134,9 +134,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_params *params ); @@ -145,12 +145,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_params *params ); @@ -159,10 +159,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2_params *params ); @@ -260,7 +260,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params *params ); @@ -278,7 +278,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params *params ); @@ -314,7 +314,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params *params ); @@ -333,7 +333,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params *params ); @@ -487,7 +487,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile_params *params ); @@ -497,7 +497,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo_params *params ); @@ -507,7 +507,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params *params ); @@ -525,8 +525,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress_params *params ); @@ -584,23 +584,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params *params ); @@ -610,10 +610,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo_params *params ); @@ -622,8 +622,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo_params *params ); @@ -657,7 +657,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking_params *params ); @@ -666,7 +666,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h index 60adf4fb..0a040073 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_150 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult_params *params ); @@ -68,9 +68,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL_params *params ); @@ -79,9 +79,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata_params *params ); @@ -90,9 +90,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -121,12 +121,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview_params *params ); @@ -134,9 +134,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_params *params ); @@ -145,12 +145,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_params *params ); @@ -159,10 +159,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2_params *params ); @@ -269,7 +269,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params *params ); @@ -287,7 +287,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params *params ); @@ -323,7 +323,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params *params ); @@ -342,7 +342,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params *params ); @@ -496,7 +496,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile_params *params ); @@ -506,7 +506,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo_params *params ); @@ -516,7 +516,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params *params ); @@ -534,8 +534,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress_params *params ); @@ -593,23 +593,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params *params ); @@ -619,10 +619,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo_params *params ); @@ -631,8 +631,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo_params *params ); @@ -666,7 +666,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking_params *params ); @@ -675,7 +675,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h index c657949d..c893fb94 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_152 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult_params *params ); @@ -66,9 +66,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params *params ); @@ -77,10 +77,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag_params *params ); @@ -89,10 +89,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName_para void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName_params *params ); @@ -101,9 +101,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL_params *params ); @@ -112,9 +112,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata_params *params ); @@ -123,9 +123,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren_params *params ); @@ -134,18 +134,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -154,12 +154,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview_params *params ); @@ -167,9 +167,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_params *params ); @@ -178,12 +178,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_params *params ); @@ -192,10 +192,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2_params *params ); @@ -302,7 +302,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params *params ); @@ -320,7 +320,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params *params ); @@ -356,7 +356,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params *params ); @@ -375,7 +375,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params *params ); @@ -529,7 +529,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile_params *params ); @@ -539,7 +539,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo_params *params ); @@ -549,7 +549,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params *params ); @@ -567,8 +567,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress_params *params ); @@ -626,23 +626,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params *params ); @@ -652,10 +652,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo_params *params ); @@ -664,8 +664,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo_params *params ); @@ -699,7 +699,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking_params *params ); @@ -708,7 +708,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h index 0dbc4069..d72bd1a9 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_155 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult_params *params ); @@ -66,9 +66,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params *params ); @@ -77,10 +77,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag_params *params ); @@ -89,10 +89,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName_para void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName_params *params ); @@ -101,9 +101,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL_params *params ); @@ -112,9 +112,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata_params *params ); @@ -123,9 +123,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren_params *params ); @@ -134,18 +134,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -154,12 +154,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview_params *params ); @@ -167,9 +167,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_params *params ); @@ -178,12 +178,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_params *params ); @@ -192,10 +192,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2_params *params ); @@ -302,7 +302,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params *params ); @@ -320,7 +320,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params *params ); @@ -356,7 +356,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params *params ); @@ -395,7 +395,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params *params ); @@ -549,7 +549,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile_params *params ); @@ -559,7 +559,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo_params *params ); @@ -569,7 +569,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params *params ); @@ -587,8 +587,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress_params *params ); @@ -646,23 +646,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params *params ); @@ -672,10 +672,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo_params *params ); @@ -684,8 +684,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo_params *params ); @@ -719,7 +719,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking_params *params ); @@ -728,7 +728,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h index 4b765af6..f2ff1d53 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_157 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult_params *params ); @@ -66,9 +66,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params *params ); @@ -77,10 +77,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag_params *params ); @@ -89,10 +89,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName_para void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName_params *params ); @@ -101,9 +101,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL_params *params ); @@ -112,9 +112,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata_params *params ); @@ -123,9 +123,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren_params *params ); @@ -134,18 +134,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -154,12 +154,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview_params *params ); @@ -167,9 +167,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_params *params ); @@ -178,12 +178,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_params *params ); @@ -192,21 +192,21 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t *pvecDescriptors; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors_params *params ); @@ -313,7 +313,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params *params ); @@ -331,7 +331,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params *params ); @@ -367,7 +367,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params *params ); @@ -406,7 +406,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params *params ); @@ -560,7 +560,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile_params *params ); @@ -570,7 +570,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo_params *params ); @@ -580,7 +580,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params *params ); @@ -616,8 +616,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress_params *params ); @@ -675,23 +675,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params *params ); @@ -701,10 +701,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo_params *params ); @@ -713,8 +713,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo_params *params ); @@ -748,7 +748,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking_params *params ); @@ -757,7 +757,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h index ee57ec14..9b5c242f 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h @@ -8,7 +8,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_para uint32_t eSortOrder; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params *params ); @@ -20,7 +20,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_param uint32_t eMatchingeMatchingUGCTypeFileType; AppId_t nCreatorAppID; AppId_t nConsumerAppID; - uint32 unPage; + uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_params *params ); @@ -41,7 +41,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_p void *linux_side; UGCQueryHandle_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; winSteamUGCDetails_t_158 *pDetails; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult_params *params ); @@ -66,9 +66,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params *params ); @@ -77,10 +77,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag_params *params ); @@ -89,10 +89,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName_para void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 indexTag; + uint32_t index; + uint32_t indexTag; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName_params *params ); @@ -101,9 +101,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchURL; - uint32 cchURLSize; + uint32_t cchURLSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL_params *params ); @@ -112,9 +112,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; char *pchMetadata; - uint32 cchMetadatasize; + uint32_t cchMetadatasize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata_params *params ); @@ -123,9 +123,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren_params *params ); @@ -134,18 +134,18 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t eStatType; - uint64 *pStatValue; + uint64_t *pStatValue; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -154,12 +154,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_p void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 previewIndex; + uint32_t index; + uint32_t previewIndex; char *pchURLOrVideoID; - uint32 cchURLSize; + uint32_t cchURLSize; char *pchOriginalFileName; - uint32 cchOriginalFileNameSize; + uint32_t cchOriginalFileNameSize; uint32_t *pPreviewType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_params *params ); @@ -167,9 +167,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPrev struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_params *params ); @@ -178,12 +178,12 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; - uint32 keyValueTagIndex; + uint32_t index; + uint32_t keyValueTagIndex; char *pchKey; - uint32 cchKeySize; + uint32_t cchKeySize; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_params *params ); @@ -192,21 +192,21 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2_param void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; const char *pchKey; char *pchValue; - uint32 cchValueSize; + uint32_t cchValueSize; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_params { void *linux_side; - uint32 _ret; + uint32_t _ret; UGCQueryHandle_t handle; - uint32 index; + uint32_t index; uint32_t *pvecDescriptors; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_params *params ); @@ -313,7 +313,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params *params ); @@ -331,7 +331,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params *params ); @@ -367,7 +367,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params void *linux_side; bool _ret; UGCQueryHandle_t handle; - uint32 unDays; + uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params *params ); @@ -406,7 +406,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t nPublishedFileID; - uint32 unMaxAgeSeconds; + uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params *params ); @@ -561,7 +561,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile_params *params ); @@ -571,7 +571,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo_params *params ); @@ -581,7 +581,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params void *linux_side; bool _ret; UGCUpdateHandle_t handle; - uint32 index; + uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params *params ); @@ -617,8 +617,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params void *linux_side; uint32_t _ret; UGCUpdateHandle_t handle; - uint64 *punBytesProcessed; - uint64 *punBytesTotal; + uint64_t *punBytesProcessed; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params *params ); @@ -676,23 +676,23 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params { void *linux_side; - uint32 _ret; + uint32_t _ret; PublishedFileId_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params *params ); @@ -702,10 +702,10 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punSizeOnDisk; + uint64_t *punSizeOnDisk; char *pchFolder; - uint32 cchFolderSize; - uint32 *punTimeStamp; + uint32_t cchFolderSize; + uint32_t *punTimeStamp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo_params *params ); @@ -714,8 +714,8 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo_params void *linux_side; bool _ret; PublishedFileId_t nPublishedFileID; - uint64 *punBytesDownloaded; - uint64 *punBytesTotal; + uint64_t *punBytesDownloaded; + uint64_t *punBytesTotal; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo_params *params ); @@ -749,7 +749,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking_params *params ); @@ -758,7 +758,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params void *linux_side; SteamAPICall_t _ret; PublishedFileId_t *pvecPublishedFileID; - uint32 unNumPublishedFileIDs; + uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params *params ); @@ -838,9 +838,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences_params { void *linux_side; - uint32 _ret; + uint32_t _ret; uint32_t *pvecDescriptors; - uint32 cMaxEntries; + uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences_params *params ); diff --git a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h index 766a043f..26642962 100644 --- a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h @@ -4,8 +4,8 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMe ClientUnifiedMessageHandle _ret; const char *pchServiceMethod; const void *pRequestBuffer; - uint32 unRequestBufferSize; - uint64 unContext; + uint32_t unRequestBufferSize; + uint64_t unContext; }; extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params *params ); @@ -14,7 +14,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMet void *linux_side; bool _ret; ClientUnifiedMessageHandle hHandle; - uint32 *punResponseSize; + uint32_t *punResponseSize; uint32_t *peResult; }; extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo_params *params ); @@ -25,7 +25,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMet bool _ret; ClientUnifiedMessageHandle hHandle; void *pResponseBuffer; - uint32 unResponseBufferSize; + uint32_t unResponseBufferSize; bool bAutoRelease; }; extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNo bool _ret; const char *pchServiceNotification; const void *pNotificationBuffer; - uint32 unNotificationBufferSize; + uint32_t unNotificationBufferSize; }; extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.h index 2ae94172..a1bf9148 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.h @@ -1,7 +1,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CGameID nGameID; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats_params *params ); @@ -11,7 +11,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName_params void *linux_side; const char *_ret; CGameID nGameID; - uint32 iStat; + uint32_t iStat; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName_params *params ); @@ -27,7 +27,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CGameID nGameID; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements_params *params ); @@ -37,14 +37,14 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName void *linux_side; const char *_ret; CGameID nGameID; - uint32 iAchievement; + uint32_t iAchievement; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CGameID nGameID; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievemen void *linux_side; const char *_ret; CGameID nGameID; - uint32 iAchievement; + uint32_t iAchievement; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievementName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievementName_params *params ); @@ -72,7 +72,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat_params bool _ret; CGameID nGameID; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat_params *params ); @@ -92,7 +92,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat_params bool _ret; CGameID nGameID; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat_params *params ); @@ -184,7 +184,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_ClearGroupAch struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; CGameID nGameID; const char *pchName; }; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.h index cfb78919..a8e51437 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.h @@ -1,7 +1,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CGameID nGameID; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats_params *params ); @@ -11,7 +11,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName_params void *linux_side; const char *_ret; CGameID nGameID; - uint32 iStat; + uint32_t iStat; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName_params *params ); @@ -27,7 +27,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements_params { void *linux_side; - uint32 _ret; + uint32_t _ret; CGameID nGameID; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements_params *params ); @@ -37,7 +37,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName void *linux_side; const char *_ret; CGameID nGameID; - uint32 iAchievement; + uint32_t iAchievement; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName_params *params ); @@ -55,7 +55,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat_params bool _ret; CGameID nGameID; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat_params *params ); @@ -75,7 +75,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat_params bool _ret; CGameID nGameID; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat_params *params ); @@ -139,7 +139,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; CGameID nGameID; const char *pchName; }; @@ -161,8 +161,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievemen bool _ret; CGameID nGameID; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.h index f3a3e6f8..116646d5 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_params *params ); @@ -86,7 +86,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon_params *params ); @@ -105,8 +105,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h index fb932d2f..0ed58c34 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat_params *params ); @@ -86,7 +86,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon_params *params ); @@ -105,8 +105,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievementProgress_params *params ); @@ -124,7 +124,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h index 5f5b0028..de664cb6 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat_params *params ); @@ -86,7 +86,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon_params *params ); @@ -105,8 +105,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievementProgress_params *params ); @@ -124,7 +124,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat_params *params ); @@ -185,7 +185,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params *params ); @@ -212,8 +212,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries_params *params ); @@ -222,10 +222,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; LeaderboardEntry_t *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry_params *params ); @@ -234,9 +234,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardS void *linux_side; SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; - int32 nScore; - int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h index 9fd91258..289e5922 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat_params *params ); @@ -86,7 +86,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon_params *params ); @@ -105,8 +105,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievementProgress_params *params ); @@ -124,7 +124,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat_params *params ); @@ -185,7 +185,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount_params *params ); @@ -212,8 +212,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries_params *params ); @@ -222,10 +222,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; LeaderboardEntry_t *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry_params *params ); @@ -235,9 +235,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h index 472b324a..1c5bc153 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon_params *params ); @@ -115,8 +115,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievementProgress_params *params ); @@ -134,7 +134,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievementAndUnlockTime_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params *params ); @@ -233,8 +233,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries_params *params ); @@ -243,10 +243,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; LeaderboardEntry_t *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry_params *params ); @@ -256,9 +256,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h index 1c94f05d..b75dd01a 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon_params *params ); @@ -115,8 +115,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievementProgress_params *params ); @@ -134,7 +134,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievementAndUnlockTime_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params *params ); @@ -233,8 +233,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries_params *params ); @@ -243,10 +243,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; winLeaderboardEntry_t_111x *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry_params *params ); @@ -256,9 +256,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h index f8445b0e..dec27ae8 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon_params *params ); @@ -115,8 +115,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievementProgress_params *params ); @@ -134,7 +134,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievementAndUnlockTime_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount_params *params ); @@ -233,8 +233,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries_params *params ); @@ -244,7 +244,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; CSteamID *prgUsers; - int cUsers; + int32_t cUsers; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers_params *params ); @@ -253,10 +253,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; winLeaderboardEntry_t_113 *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry_params *params ); @@ -266,9 +266,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h index 0d555b8b..5990ad71 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon_params *params ); @@ -115,8 +115,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievementProgress_params *params ); @@ -134,7 +134,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievementAndUnlockTime_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount_params *params ); @@ -233,8 +233,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries_params *params ); @@ -244,7 +244,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; CSteamID *prgUsers; - int cUsers; + int32_t cUsers; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers_params *params ); @@ -253,10 +253,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; winLeaderboardEntry_t_119 *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry_params *params ); @@ -266,9 +266,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore_params *params ); @@ -298,9 +298,9 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobal struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAchievedAchievementInfo_params { void *linux_side; - int _ret; + int32_t _ret; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -309,10 +309,10 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAchiev struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNextMostAchievedAchievementInfo_params { void *linux_side; - int _ret; - int iIteratorPrevious; + int32_t _ret; + int32_t iIteratorPrevious; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -331,7 +331,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats { void *linux_side; SteamAPICall_t _ret; - int nHistoryDays; + int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats_params *params ); @@ -340,7 +340,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat_para void *linux_side; bool _ret; const char *pchStatName; - int64 *pData; + int64_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat_params *params ); @@ -356,20 +356,20 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; - int64 *pData; - uint32 cubData; + int64_t *pData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; double *pData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h index 832ce696..bf0db7a2 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon_params *params ); @@ -115,15 +115,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievementProgress_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName { void *linux_side; const char *_ret; - uint32 iAchievement; + uint32_t iAchievement; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName_params *params ); @@ -149,7 +149,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievementAndUnlockTime_params *params ); @@ -221,7 +221,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount_params *params ); @@ -248,8 +248,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries_params *params ); @@ -259,7 +259,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; CSteamID *prgUsers; - int cUsers; + int32_t cUsers; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers_params *params ); @@ -268,10 +268,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; winLeaderboardEntry_t_148a *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry_params *params ); @@ -281,9 +281,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore_params *params ); @@ -313,9 +313,9 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobal struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAchievedAchievementInfo_params { void *linux_side; - int _ret; + int32_t _ret; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -324,10 +324,10 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAchiev struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNextMostAchievedAchievementInfo_params { void *linux_side; - int _ret; - int iIteratorPrevious; + int32_t _ret; + int32_t iIteratorPrevious; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -346,7 +346,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats { void *linux_side; SteamAPICall_t _ret; - int nHistoryDays; + int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats_params *params ); @@ -355,7 +355,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat_para void *linux_side; bool _ret; const char *pchStatName; - int64 *pData; + int64_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat_params *params ); @@ -371,20 +371,20 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; - int64 *pData; - uint32 cubData; + int64_t *pData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; double *pData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h index e081bce9..79e149f7 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h @@ -10,7 +10,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat_params void *linux_side; bool _ret; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat_params *params ); @@ -28,7 +28,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat_params void *linux_side; bool _ret; const char *pchName; - int32 nData; + int32_t nData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat_params *params ); @@ -82,7 +82,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndU bool _ret; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndUnlockTime_params *params ); @@ -96,7 +96,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_StoreStats( s struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon_params { void *linux_side; - int _ret; + int32_t _ret; const char *pchName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon_params *params ); @@ -115,15 +115,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievemen void *linux_side; bool _ret; const char *pchName; - uint32 nCurProgress; - uint32 nMaxProgress; + uint32_t nCurProgress; + uint32_t nMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievementProgress_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName { void *linux_side; const char *_ret; - uint32 iAchievement; + uint32_t iAchievement; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName_params *params ); @@ -149,7 +149,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat_params bool _ret; CSteamID steamIDUser; const char *pchName; - int32 *pData; + int32_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievement CSteamID steamIDUser; const char *pchName; bool *pbAchieved; - uint32 *punUnlockTime; + uint32_t *punUnlockTime; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievementAndUnlockTime( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievementAndUnlockTime_params *params ); @@ -221,7 +221,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboar struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount_params { void *linux_side; - int _ret; + int32_t _ret; SteamLeaderboard_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount_params *params ); @@ -248,8 +248,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; - int nRangeStart; - int nRangeEnd; + int32_t nRangeStart; + int32_t nRangeEnd; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries_params *params ); @@ -259,7 +259,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboar SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; CSteamID *prgUsers; - int cUsers; + int32_t cUsers; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers_params *params ); @@ -268,10 +268,10 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeade void *linux_side; bool _ret; SteamLeaderboardEntries_t hSteamLeaderboardEntries; - int index; + int32_t index; winLeaderboardEntry_t_158 *pLeaderboardEntry; - int32 *pDetails; - int cDetailsMax; + int32_t *pDetails; + int32_t cDetailsMax; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry_params *params ); @@ -281,9 +281,9 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardS SteamAPICall_t _ret; SteamLeaderboard_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; - int32 nScore; - const int32 *pScoreDetails; - int cScoreDetailsCount; + int32_t nScore; + const int32_t *pScoreDetails; + int32_t cScoreDetailsCount; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore_params *params ); @@ -313,9 +313,9 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobal struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAchievedAchievementInfo_params { void *linux_side; - int _ret; + int32_t _ret; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -324,10 +324,10 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAchiev struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNextMostAchievedAchievementInfo_params { void *linux_side; - int _ret; - int iIteratorPrevious; + int32_t _ret; + int32_t iIteratorPrevious; char *pchName; - uint32 unNameBufLen; + uint32_t unNameBufLen; float *pflPercent; bool *pbAchieved; }; @@ -346,7 +346,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats { void *linux_side; SteamAPICall_t _ret; - int nHistoryDays; + int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats_params *params ); @@ -355,7 +355,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat_para void *linux_side; bool _ret; const char *pchStatName; - int64 *pData; + int64_t *pData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat_params *params ); @@ -371,20 +371,20 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; - int64 *pData; - uint32 cubData; + int64_t *pData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2_params { void *linux_side; - int32 _ret; + int32_t _ret; const char *pchStatName; double *pData; - uint32 cubData; + uint32_t cubData; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2_params *params ); @@ -393,8 +393,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProg void *linux_side; bool _ret; const char *pchName; - int32 *pnMinProgress; - int32 *pnMaxProgress; + int32_t *pnMinProgress; + int32_t *pnMaxProgress; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser004.h b/lsteamclient/cppISteamUser_SteamUser004.h index 47e5bf81..df2d6946 100644 --- a/lsteamclient/cppISteamUser_SteamUser004.h +++ b/lsteamclient/cppISteamUser_SteamUser004.h @@ -50,7 +50,7 @@ struct cppISteamUser_SteamUser004_IsVACBanned_params { void *linux_side; bool _ret; - int nGameID; + int32_t nGameID; }; extern void cppISteamUser_SteamUser004_IsVACBanned( struct cppISteamUser_SteamUser004_IsVACBanned_params *params ); @@ -58,54 +58,54 @@ struct cppISteamUser_SteamUser004_RequireShowVACBannedMessage_params { void *linux_side; bool _ret; - int nGameID; + int32_t nGameID; }; extern void cppISteamUser_SteamUser004_RequireShowVACBannedMessage( struct cppISteamUser_SteamUser004_RequireShowVACBannedMessage_params *params ); struct cppISteamUser_SteamUser004_AcknowledgeVACBanning_params { void *linux_side; - int nGameID; + int32_t nGameID; }; extern void cppISteamUser_SteamUser004_AcknowledgeVACBanning( struct cppISteamUser_SteamUser004_AcknowledgeVACBanning_params *params ); struct cppISteamUser_SteamUser004_NClientGameIDAdd_params { void *linux_side; - int _ret; - int nGameID; + int32_t _ret; + int32_t nGameID; }; extern void cppISteamUser_SteamUser004_NClientGameIDAdd( struct cppISteamUser_SteamUser004_NClientGameIDAdd_params *params ); struct cppISteamUser_SteamUser004_RemoveClientGame_params { void *linux_side; - int nClientGameID; + int32_t nClientGameID; }; extern void cppISteamUser_SteamUser004_RemoveClientGame( struct cppISteamUser_SteamUser004_RemoveClientGame_params *params ); struct cppISteamUser_SteamUser004_SetClientGameServer_params { void *linux_side; - int nClientGameID; - uint32 unIPServer; - uint16 usPortServer; + int32_t nClientGameID; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser004_SetClientGameServer( struct cppISteamUser_SteamUser004_SetClientGameServer_params *params ); struct cppISteamUser_SteamUser004_SetSteam2Ticket_params { void *linux_side; - uint8 *pubTicket; - int cubTicket; + uint8_t *pubTicket; + int32_t cubTicket; }; extern void cppISteamUser_SteamUser004_SetSteam2Ticket( struct cppISteamUser_SteamUser004_SetSteam2Ticket_params *params ); struct cppISteamUser_SteamUser004_AddServerNetAddress_params { void *linux_side; - uint32 unIP; - uint16 unPort; + uint32_t unIP; + uint16_t unPort; }; extern void cppISteamUser_SteamUser004_AddServerNetAddress( struct cppISteamUser_SteamUser004_AddServerNetAddress_params *params ); @@ -120,9 +120,9 @@ extern void cppISteamUser_SteamUser004_SetEmail( struct cppISteamUser_SteamUser0 struct cppISteamUser_SteamUser004_GetSteamGameConnectToken_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; }; extern void cppISteamUser_SteamUser004_GetSteamGameConnectToken( struct cppISteamUser_SteamUser004_GetSteamGameConnectToken_params *params ); @@ -143,7 +143,7 @@ struct cppISteamUser_SteamUser004_GetRegistryString_params uint32_t eRegistrySubTree; const char *pchKey; char *pchValue; - int cbValue; + int32_t cbValue; }; extern void cppISteamUser_SteamUser004_GetRegistryString( struct cppISteamUser_SteamUser004_GetRegistryString_params *params ); @@ -153,7 +153,7 @@ struct cppISteamUser_SteamUser004_SetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int iValue; + int32_t iValue; }; extern void cppISteamUser_SteamUser004_SetRegistryInt( struct cppISteamUser_SteamUser004_SetRegistryInt_params *params ); @@ -163,20 +163,20 @@ struct cppISteamUser_SteamUser004_GetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int *piValue; + int32_t *piValue; }; extern void cppISteamUser_SteamUser004_GetRegistryInt( struct cppISteamUser_SteamUser004_GetRegistryInt_params *params ); struct cppISteamUser_SteamUser004_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; CSteamID steamID; - int nGameAppID; - uint32 unIPServer; - uint16 usPortServer; + int32_t nGameAppID; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser004_InitiateGameConnection( struct cppISteamUser_SteamUser004_InitiateGameConnection_params *params ); @@ -184,8 +184,8 @@ extern void cppISteamUser_SteamUser004_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser004_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser004_TerminateGameConnection( struct cppISteamUser_SteamUser004_TerminateGameConnection_params *params ); @@ -205,7 +205,7 @@ extern void cppISteamUser_SteamUser004_IsPrimaryChatDestination( struct cppIStea struct cppISteamUser_SteamUser004_RequestLegacyCDKey_params { void *linux_side; - uint32 iAppID; + uint32_t iAppID; }; extern void cppISteamUser_SteamUser004_RequestLegacyCDKey( struct cppISteamUser_SteamUser004_RequestLegacyCDKey_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser005.h b/lsteamclient/cppISteamUser_SteamUser005.h index 87bd1961..6124f32e 100644 --- a/lsteamclient/cppISteamUser_SteamUser005.h +++ b/lsteamclient/cppISteamUser_SteamUser005.h @@ -50,7 +50,7 @@ struct cppISteamUser_SteamUser005_IsVACBanned_params { void *linux_side; bool _ret; - int nGameID; + int32_t nGameID; }; extern void cppISteamUser_SteamUser005_IsVACBanned( struct cppISteamUser_SteamUser005_IsVACBanned_params *params ); @@ -58,30 +58,30 @@ struct cppISteamUser_SteamUser005_RequireShowVACBannedMessage_params { void *linux_side; bool _ret; - int nAppID; + int32_t nAppID; }; extern void cppISteamUser_SteamUser005_RequireShowVACBannedMessage( struct cppISteamUser_SteamUser005_RequireShowVACBannedMessage_params *params ); struct cppISteamUser_SteamUser005_AcknowledgeVACBanning_params { void *linux_side; - int nAppID; + int32_t nAppID; }; extern void cppISteamUser_SteamUser005_AcknowledgeVACBanning( struct cppISteamUser_SteamUser005_AcknowledgeVACBanning_params *params ); struct cppISteamUser_SteamUser005_SetSteam2Ticket_params { void *linux_side; - uint8 *pubTicket; - int cubTicket; + uint8_t *pubTicket; + int32_t cubTicket; }; extern void cppISteamUser_SteamUser005_SetSteam2Ticket( struct cppISteamUser_SteamUser005_SetSteam2Ticket_params *params ); struct cppISteamUser_SteamUser005_AddServerNetAddress_params { void *linux_side; - uint32 unIP; - uint16 unPort; + uint32_t unIP; + uint16_t unPort; }; extern void cppISteamUser_SteamUser005_AddServerNetAddress( struct cppISteamUser_SteamUser005_AddServerNetAddress_params *params ); @@ -110,7 +110,7 @@ struct cppISteamUser_SteamUser005_GetRegistryString_params uint32_t eRegistrySubTree; const char *pchKey; char *pchValue; - int cbValue; + int32_t cbValue; }; extern void cppISteamUser_SteamUser005_GetRegistryString( struct cppISteamUser_SteamUser005_GetRegistryString_params *params ); @@ -120,7 +120,7 @@ struct cppISteamUser_SteamUser005_SetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int iValue; + int32_t iValue; }; extern void cppISteamUser_SteamUser005_SetRegistryInt( struct cppISteamUser_SteamUser005_SetRegistryInt_params *params ); @@ -130,20 +130,20 @@ struct cppISteamUser_SteamUser005_GetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int *piValue; + int32_t *piValue; }; extern void cppISteamUser_SteamUser005_GetRegistryInt( struct cppISteamUser_SteamUser005_GetRegistryInt_params *params ); struct cppISteamUser_SteamUser005_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; CSteamID steamID; CGameID gameID; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser005_InitiateGameConnection( struct cppISteamUser_SteamUser005_InitiateGameConnection_params *params ); @@ -151,8 +151,8 @@ extern void cppISteamUser_SteamUser005_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser005_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser005_TerminateGameConnection( struct cppISteamUser_SteamUser005_TerminateGameConnection_params *params ); @@ -172,7 +172,7 @@ extern void cppISteamUser_SteamUser005_IsPrimaryChatDestination( struct cppIStea struct cppISteamUser_SteamUser005_RequestLegacyCDKey_params { void *linux_side; - uint32 nAppID; + uint32_t nAppID; }; extern void cppISteamUser_SteamUser005_RequestLegacyCDKey( struct cppISteamUser_SteamUser005_RequestLegacyCDKey_params *params ); @@ -190,7 +190,7 @@ struct cppISteamUser_SteamUser005_SendGuestPassByAccountID_params { void *linux_side; bool _ret; - uint32 uAccountID; + uint32_t uAccountID; GID_t gidGuestPassID; bool bResending; }; @@ -215,14 +215,14 @@ extern void cppISteamUser_SteamUser005_RedeemGuestPass( struct cppISteamUser_Ste struct cppISteamUser_SteamUser005_GetGuestPassToGiveCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser005_GetGuestPassToGiveCount( struct cppISteamUser_SteamUser005_GetGuestPassToGiveCount_params *params ); struct cppISteamUser_SteamUser005_GetGuestPassToRedeemCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser005_GetGuestPassToRedeemCount( struct cppISteamUser_SteamUser005_GetGuestPassToRedeemCount_params *params ); @@ -237,7 +237,7 @@ struct cppISteamUser_SteamUser005_GetGuestPassToGiveInfo_params { void *linux_side; bool _ret; - uint32 nPassIndex; + uint32_t nPassIndex; GID_t *pgidGuestPassID; PackageId_t *pnPackageID; RTime32 *pRTime32Created; @@ -245,7 +245,7 @@ struct cppISteamUser_SteamUser005_GetGuestPassToGiveInfo_params RTime32 *pRTime32Sent; RTime32 *pRTime32Redeemed; char *pchRecipientAddress; - int cRecipientAddressSize; + int32_t cRecipientAddressSize; }; extern void cppISteamUser_SteamUser005_GetGuestPassToGiveInfo( struct cppISteamUser_SteamUser005_GetGuestPassToGiveInfo_params *params ); @@ -253,7 +253,7 @@ struct cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo_params { void *linux_side; bool _ret; - uint32 nPassIndex; + uint32_t nPassIndex; GID_t *pgidGuestPassID; PackageId_t *pnPackageID; RTime32 *pRTime32Created; @@ -267,9 +267,9 @@ struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress_params { void *linux_side; bool _ret; - uint32 nPassIndex; + uint32_t nPassIndex; char *pchSenderAddress; - int cSenderAddressSize; + int32_t cSenderAddressSize; }; extern void cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress( struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress_params *params ); @@ -277,9 +277,9 @@ struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderName_params { void *linux_side; bool _ret; - uint32 nPassIndex; + uint32_t nPassIndex; char *pchSenderName; - int cSenderNameSize; + int32_t cSenderNameSize; }; extern void cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderName( struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderName_params *params ); @@ -302,7 +302,7 @@ struct cppISteamUser_SteamUser005_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser005_TrackAppUsageEvent( struct cppISteamUser_SteamUser005_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser006.h b/lsteamclient/cppISteamUser_SteamUser006.h index c20a434c..25123f50 100644 --- a/lsteamclient/cppISteamUser_SteamUser006.h +++ b/lsteamclient/cppISteamUser_SteamUser006.h @@ -49,7 +49,7 @@ struct cppISteamUser_SteamUser006_GetRegistryString_params uint32_t eRegistrySubTree; const char *pchKey; char *pchValue; - int cbValue; + int32_t cbValue; }; extern void cppISteamUser_SteamUser006_GetRegistryString( struct cppISteamUser_SteamUser006_GetRegistryString_params *params ); @@ -59,7 +59,7 @@ struct cppISteamUser_SteamUser006_SetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int iValue; + int32_t iValue; }; extern void cppISteamUser_SteamUser006_SetRegistryInt( struct cppISteamUser_SteamUser006_SetRegistryInt_params *params ); @@ -69,20 +69,20 @@ struct cppISteamUser_SteamUser006_GetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int *piValue; + int32_t *piValue; }; extern void cppISteamUser_SteamUser006_GetRegistryInt( struct cppISteamUser_SteamUser006_GetRegistryInt_params *params ); struct cppISteamUser_SteamUser006_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; CSteamID steamID; CGameID gameID; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser006_InitiateGameConnection( struct cppISteamUser_SteamUser006_InitiateGameConnection_params *params ); @@ -90,8 +90,8 @@ extern void cppISteamUser_SteamUser006_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser006_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser006_TerminateGameConnection( struct cppISteamUser_SteamUser006_TerminateGameConnection_params *params ); @@ -99,7 +99,7 @@ struct cppISteamUser_SteamUser006_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser006_TrackAppUsageEvent( struct cppISteamUser_SteamUser006_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser007.h b/lsteamclient/cppISteamUser_SteamUser007.h index 81bcdf1b..16c6d6a4 100644 --- a/lsteamclient/cppISteamUser_SteamUser007.h +++ b/lsteamclient/cppISteamUser_SteamUser007.h @@ -49,7 +49,7 @@ struct cppISteamUser_SteamUser007_GetRegistryString_params uint32_t eRegistrySubTree; const char *pchKey; char *pchValue; - int cbValue; + int32_t cbValue; }; extern void cppISteamUser_SteamUser007_GetRegistryString( struct cppISteamUser_SteamUser007_GetRegistryString_params *params ); @@ -59,7 +59,7 @@ struct cppISteamUser_SteamUser007_SetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int iValue; + int32_t iValue; }; extern void cppISteamUser_SteamUser007_SetRegistryInt( struct cppISteamUser_SteamUser007_SetRegistryInt_params *params ); @@ -69,31 +69,31 @@ struct cppISteamUser_SteamUser007_GetRegistryInt_params bool _ret; uint32_t eRegistrySubTree; const char *pchKey; - int *piValue; + int32_t *piValue; }; extern void cppISteamUser_SteamUser007_GetRegistryInt( struct cppISteamUser_SteamUser007_GetRegistryInt_params *params ); struct cppISteamUser_SteamUser007_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; CSteamID steamID; CGameID gameID; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; void *pvSteam2GetEncryptionKey; - int cbSteam2GetEncryptionKey; + int32_t cbSteam2GetEncryptionKey; }; extern void cppISteamUser_SteamUser007_InitiateGameConnection( struct cppISteamUser_SteamUser007_InitiateGameConnection_params *params ); struct cppISteamUser_SteamUser007_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser007_TerminateGameConnection( struct cppISteamUser_SteamUser007_TerminateGameConnection_params *params ); @@ -101,7 +101,7 @@ struct cppISteamUser_SteamUser007_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser007_TrackAppUsageEvent( struct cppISteamUser_SteamUser007_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser008.h b/lsteamclient/cppISteamUser_SteamUser008.h index 09e62027..f24444b3 100644 --- a/lsteamclient/cppISteamUser_SteamUser008.h +++ b/lsteamclient/cppISteamUser_SteamUser008.h @@ -22,24 +22,24 @@ extern void cppISteamUser_SteamUser008_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser008_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pBlob; - int cbMaxBlob; + int32_t cbMaxBlob; CSteamID steamID; CGameID gameID; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; void *pvSteam2GetEncryptionKey; - int cbSteam2GetEncryptionKey; + int32_t cbSteam2GetEncryptionKey; }; extern void cppISteamUser_SteamUser008_InitiateGameConnection( struct cppISteamUser_SteamUser008_InitiateGameConnection_params *params ); struct cppISteamUser_SteamUser008_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser008_TerminateGameConnection( struct cppISteamUser_SteamUser008_TerminateGameConnection_params *params ); @@ -47,7 +47,7 @@ struct cppISteamUser_SteamUser008_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser008_TrackAppUsageEvent( struct cppISteamUser_SteamUser008_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser009.h b/lsteamclient/cppISteamUser_SteamUser009.h index 175ce560..0a92eace 100644 --- a/lsteamclient/cppISteamUser_SteamUser009.h +++ b/lsteamclient/cppISteamUser_SteamUser009.h @@ -22,13 +22,13 @@ extern void cppISteamUser_SteamUser009_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser009_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; CGameID gameID; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser009_InitiateGameConnection( struct cppISteamUser_SteamUser009_InitiateGameConnection_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUser_SteamUser009_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser009_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser009_TerminateGameConnection( struct cppISteamUser_SteamUser009_TerminateGameConnection_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUser_SteamUser009_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser009_TrackAppUsageEvent( struct cppISteamUser_SteamUser009_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser010.h b/lsteamclient/cppISteamUser_SteamUser010.h index 59bbc2ce..9207581a 100644 --- a/lsteamclient/cppISteamUser_SteamUser010.h +++ b/lsteamclient/cppISteamUser_SteamUser010.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser010_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser010_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser010_InitiateGameConnection( struct cppISteamUser_SteamUser010_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser010_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser010_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser010_TerminateGameConnection( struct cppISteamUser_SteamUser010_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser010_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser010_TrackAppUsageEvent( struct cppISteamUser_SteamUser010_TrackAppUsageEvent_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser011.h b/lsteamclient/cppISteamUser_SteamUser011.h index 0af6d310..1a87a55a 100644 --- a/lsteamclient/cppISteamUser_SteamUser011.h +++ b/lsteamclient/cppISteamUser_SteamUser011.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser011_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser011_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser011_InitiateGameConnection( struct cppISteamUser_SteamUser011_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser011_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser011_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser011_TerminateGameConnection( struct cppISteamUser_SteamUser011_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser011_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser011_TrackAppUsageEvent( struct cppISteamUser_SteamUser011_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser011_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser011_GetUserDataFolder( struct cppISteamUser_SteamUser011_GetUserDataFolder_params *params ); @@ -75,8 +75,8 @@ struct cppISteamUser_SteamUser011_GetCompressedVoice_params void *linux_side; uint32_t _ret; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser011_GetCompressedVoice( struct cppISteamUser_SteamUser011_GetCompressedVoice_params *params ); @@ -85,10 +85,10 @@ struct cppISteamUser_SteamUser011_DecompressVoice_params void *linux_side; uint32_t _ret; void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser011_DecompressVoice( struct cppISteamUser_SteamUser011_DecompressVoice_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser012.h b/lsteamclient/cppISteamUser_SteamUser012.h index 3c56781a..fef6dc75 100644 --- a/lsteamclient/cppISteamUser_SteamUser012.h +++ b/lsteamclient/cppISteamUser_SteamUser012.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser012_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser012_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser012_InitiateGameConnection( struct cppISteamUser_SteamUser012_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser012_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser012_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser012_TerminateGameConnection( struct cppISteamUser_SteamUser012_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser012_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser012_TrackAppUsageEvent( struct cppISteamUser_SteamUser012_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser012_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser012_GetUserDataFolder( struct cppISteamUser_SteamUser012_GetUserDataFolder_params *params ); @@ -75,8 +75,8 @@ struct cppISteamUser_SteamUser012_GetCompressedVoice_params void *linux_side; uint32_t _ret; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser012_GetCompressedVoice( struct cppISteamUser_SteamUser012_GetCompressedVoice_params *params ); @@ -85,10 +85,10 @@ struct cppISteamUser_SteamUser012_DecompressVoice_params void *linux_side; uint32_t _ret; void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser012_DecompressVoice( struct cppISteamUser_SteamUser012_DecompressVoice_params *params ); @@ -97,8 +97,8 @@ struct cppISteamUser_SteamUser012_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser012_GetAuthSessionTicket( struct cppISteamUser_SteamUser012_GetAuthSessionTicket_params *params ); @@ -107,7 +107,7 @@ struct cppISteamUser_SteamUser012_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser012_BeginAuthSession( struct cppISteamUser_SteamUser012_BeginAuthSession_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser013.h b/lsteamclient/cppISteamUser_SteamUser013.h index f65af657..6a6b4e9e 100644 --- a/lsteamclient/cppISteamUser_SteamUser013.h +++ b/lsteamclient/cppISteamUser_SteamUser013.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser013_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser013_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser013_InitiateGameConnection( struct cppISteamUser_SteamUser013_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser013_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser013_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser013_TerminateGameConnection( struct cppISteamUser_SteamUser013_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser013_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser013_TrackAppUsageEvent( struct cppISteamUser_SteamUser013_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser013_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser013_GetUserDataFolder( struct cppISteamUser_SteamUser013_GetUserDataFolder_params *params ); @@ -74,8 +74,8 @@ struct cppISteamUser_SteamUser013_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; }; extern void cppISteamUser_SteamUser013_GetAvailableVoice( struct cppISteamUser_SteamUser013_GetAvailableVoice_params *params ); @@ -85,12 +85,12 @@ struct cppISteamUser_SteamUser013_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; }; extern void cppISteamUser_SteamUser013_GetVoice( struct cppISteamUser_SteamUser013_GetVoice_params *params ); @@ -99,10 +99,10 @@ struct cppISteamUser_SteamUser013_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser013_DecompressVoice( struct cppISteamUser_SteamUser013_DecompressVoice_params *params ); @@ -111,8 +111,8 @@ struct cppISteamUser_SteamUser013_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser013_GetAuthSessionTicket( struct cppISteamUser_SteamUser013_GetAuthSessionTicket_params *params ); @@ -121,7 +121,7 @@ struct cppISteamUser_SteamUser013_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser013_BeginAuthSession( struct cppISteamUser_SteamUser013_BeginAuthSession_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser014.h b/lsteamclient/cppISteamUser_SteamUser014.h index c788de29..9fbf3263 100644 --- a/lsteamclient/cppISteamUser_SteamUser014.h +++ b/lsteamclient/cppISteamUser_SteamUser014.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser014_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser014_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser014_InitiateGameConnection( struct cppISteamUser_SteamUser014_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser014_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser014_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser014_TerminateGameConnection( struct cppISteamUser_SteamUser014_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser014_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser014_TrackAppUsageEvent( struct cppISteamUser_SteamUser014_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser014_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser014_GetUserDataFolder( struct cppISteamUser_SteamUser014_GetUserDataFolder_params *params ); @@ -74,8 +74,8 @@ struct cppISteamUser_SteamUser014_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; }; extern void cppISteamUser_SteamUser014_GetAvailableVoice( struct cppISteamUser_SteamUser014_GetAvailableVoice_params *params ); @@ -85,12 +85,12 @@ struct cppISteamUser_SteamUser014_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; }; extern void cppISteamUser_SteamUser014_GetVoice( struct cppISteamUser_SteamUser014_GetVoice_params *params ); @@ -99,10 +99,10 @@ struct cppISteamUser_SteamUser014_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; }; extern void cppISteamUser_SteamUser014_DecompressVoice( struct cppISteamUser_SteamUser014_DecompressVoice_params *params ); @@ -111,8 +111,8 @@ struct cppISteamUser_SteamUser014_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser014_GetAuthSessionTicket( struct cppISteamUser_SteamUser014_GetAuthSessionTicket_params *params ); @@ -121,7 +121,7 @@ struct cppISteamUser_SteamUser014_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser014_BeginAuthSession( struct cppISteamUser_SteamUser014_BeginAuthSession_params *params ); @@ -160,8 +160,8 @@ struct cppISteamUser_SteamUser014_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser014_AdvertiseGame( struct cppISteamUser_SteamUser014_AdvertiseGame_params *params ); @@ -170,7 +170,7 @@ struct cppISteamUser_SteamUser014_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser014_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser014_RequestEncryptedAppTicket_params *params ); @@ -179,8 +179,8 @@ struct cppISteamUser_SteamUser014_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser014_GetEncryptedAppTicket( struct cppISteamUser_SteamUser014_GetEncryptedAppTicket_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser015.h b/lsteamclient/cppISteamUser_SteamUser015.h index ea1e2811..53e5790b 100644 --- a/lsteamclient/cppISteamUser_SteamUser015.h +++ b/lsteamclient/cppISteamUser_SteamUser015.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser015_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser015_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser015_InitiateGameConnection( struct cppISteamUser_SteamUser015_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser015_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser015_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser015_TerminateGameConnection( struct cppISteamUser_SteamUser015_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser015_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser015_TrackAppUsageEvent( struct cppISteamUser_SteamUser015_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser015_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser015_GetUserDataFolder( struct cppISteamUser_SteamUser015_GetUserDataFolder_params *params ); @@ -74,8 +74,8 @@ struct cppISteamUser_SteamUser015_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; }; extern void cppISteamUser_SteamUser015_GetAvailableVoice( struct cppISteamUser_SteamUser015_GetAvailableVoice_params *params ); @@ -85,12 +85,12 @@ struct cppISteamUser_SteamUser015_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; }; extern void cppISteamUser_SteamUser015_GetVoice( struct cppISteamUser_SteamUser015_GetVoice_params *params ); @@ -99,18 +99,18 @@ struct cppISteamUser_SteamUser015_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser015_DecompressVoice( struct cppISteamUser_SteamUser015_DecompressVoice_params *params ); struct cppISteamUser_SteamUser015_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser015_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser015_GetVoiceOptimalSampleRate_params *params ); @@ -119,8 +119,8 @@ struct cppISteamUser_SteamUser015_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser015_GetAuthSessionTicket( struct cppISteamUser_SteamUser015_GetAuthSessionTicket_params *params ); @@ -129,7 +129,7 @@ struct cppISteamUser_SteamUser015_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser015_BeginAuthSession( struct cppISteamUser_SteamUser015_BeginAuthSession_params *params ); @@ -168,8 +168,8 @@ struct cppISteamUser_SteamUser015_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser015_AdvertiseGame( struct cppISteamUser_SteamUser015_AdvertiseGame_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUser_SteamUser015_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser015_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser015_RequestEncryptedAppTicket_params *params ); @@ -187,8 +187,8 @@ struct cppISteamUser_SteamUser015_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser015_GetEncryptedAppTicket( struct cppISteamUser_SteamUser015_GetEncryptedAppTicket_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser016.h b/lsteamclient/cppISteamUser_SteamUser016.h index 0e60e6a0..5d4c405a 100644 --- a/lsteamclient/cppISteamUser_SteamUser016.h +++ b/lsteamclient/cppISteamUser_SteamUser016.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser016_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser016_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser016_InitiateGameConnection( struct cppISteamUser_SteamUser016_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser016_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser016_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser016_TerminateGameConnection( struct cppISteamUser_SteamUser016_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser016_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser016_TrackAppUsageEvent( struct cppISteamUser_SteamUser016_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser016_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser016_GetUserDataFolder( struct cppISteamUser_SteamUser016_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser016_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser016_GetAvailableVoice( struct cppISteamUser_SteamUser016_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser016_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser016_GetVoice( struct cppISteamUser_SteamUser016_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser016_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser016_DecompressVoice( struct cppISteamUser_SteamUser016_DecompressVoice_params *params ); struct cppISteamUser_SteamUser016_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser016_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser016_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser016_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser016_GetAuthSessionTicket( struct cppISteamUser_SteamUser016_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser016_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser016_BeginAuthSession( struct cppISteamUser_SteamUser016_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser016_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser016_AdvertiseGame( struct cppISteamUser_SteamUser016_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser016_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser016_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser016_RequestEncryptedAppTicket_params *params ); @@ -189,8 +189,8 @@ struct cppISteamUser_SteamUser016_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser016_GetEncryptedAppTicket( struct cppISteamUser_SteamUser016_GetEncryptedAppTicket_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser017.h b/lsteamclient/cppISteamUser_SteamUser017.h index 056660a5..cc71a9ad 100644 --- a/lsteamclient/cppISteamUser_SteamUser017.h +++ b/lsteamclient/cppISteamUser_SteamUser017.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser017_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser017_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser017_InitiateGameConnection( struct cppISteamUser_SteamUser017_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser017_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser017_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser017_TerminateGameConnection( struct cppISteamUser_SteamUser017_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser017_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser017_TrackAppUsageEvent( struct cppISteamUser_SteamUser017_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser017_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser017_GetUserDataFolder( struct cppISteamUser_SteamUser017_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser017_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser017_GetAvailableVoice( struct cppISteamUser_SteamUser017_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser017_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser017_GetVoice( struct cppISteamUser_SteamUser017_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser017_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser017_DecompressVoice( struct cppISteamUser_SteamUser017_DecompressVoice_params *params ); struct cppISteamUser_SteamUser017_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser017_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser017_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser017_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser017_GetAuthSessionTicket( struct cppISteamUser_SteamUser017_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser017_BeginAuthSession_params void *linux_side; EBeginAuthSessionResult _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser017_BeginAuthSession( struct cppISteamUser_SteamUser017_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser017_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser017_AdvertiseGame( struct cppISteamUser_SteamUser017_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser017_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser017_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser017_RequestEncryptedAppTicket_params *params ); @@ -189,16 +189,16 @@ struct cppISteamUser_SteamUser017_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser017_GetEncryptedAppTicket( struct cppISteamUser_SteamUser017_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser017_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser017_GetGameBadgeLevel( struct cppISteamUser_SteamUser017_GetGameBadgeLevel_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUser_SteamUser017_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser017_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser017_GetPlayerSteamLevel( struct cppISteamUser_SteamUser017_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser018.h b/lsteamclient/cppISteamUser_SteamUser018.h index 49270317..6d57f928 100644 --- a/lsteamclient/cppISteamUser_SteamUser018.h +++ b/lsteamclient/cppISteamUser_SteamUser018.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser018_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser018_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser018_InitiateGameConnection( struct cppISteamUser_SteamUser018_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser018_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser018_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser018_TerminateGameConnection( struct cppISteamUser_SteamUser018_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser018_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser018_TrackAppUsageEvent( struct cppISteamUser_SteamUser018_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser018_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser018_GetUserDataFolder( struct cppISteamUser_SteamUser018_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser018_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser018_GetAvailableVoice( struct cppISteamUser_SteamUser018_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser018_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed; void *pUncompressedDestBuffer; - uint32 cbUncompressedDestBufferSize; - uint32 *nUncompressBytesWritten; - uint32 nUncompressedVoiceDesiredSampleRate; + uint32_t cbUncompressedDestBufferSize; + uint32_t *nUncompressBytesWritten; + uint32_t nUncompressedVoiceDesiredSampleRate; }; extern void cppISteamUser_SteamUser018_GetVoice( struct cppISteamUser_SteamUser018_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser018_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser018_DecompressVoice( struct cppISteamUser_SteamUser018_DecompressVoice_params *params ); struct cppISteamUser_SteamUser018_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser018_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser018_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser018_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser018_GetAuthSessionTicket( struct cppISteamUser_SteamUser018_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser018_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser018_BeginAuthSession( struct cppISteamUser_SteamUser018_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser018_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser018_AdvertiseGame( struct cppISteamUser_SteamUser018_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser018_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser018_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser018_RequestEncryptedAppTicket_params *params ); @@ -189,16 +189,16 @@ struct cppISteamUser_SteamUser018_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser018_GetEncryptedAppTicket( struct cppISteamUser_SteamUser018_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser018_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser018_GetGameBadgeLevel( struct cppISteamUser_SteamUser018_GetGameBadgeLevel_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUser_SteamUser018_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser018_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser018_GetPlayerSteamLevel( struct cppISteamUser_SteamUser018_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser019.h b/lsteamclient/cppISteamUser_SteamUser019.h index f088d315..647834ba 100644 --- a/lsteamclient/cppISteamUser_SteamUser019.h +++ b/lsteamclient/cppISteamUser_SteamUser019.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser019_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser019_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser019_InitiateGameConnection( struct cppISteamUser_SteamUser019_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser019_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser019_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser019_TerminateGameConnection( struct cppISteamUser_SteamUser019_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser019_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser019_TrackAppUsageEvent( struct cppISteamUser_SteamUser019_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser019_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser019_GetUserDataFolder( struct cppISteamUser_SteamUser019_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser019_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser019_GetAvailableVoice( struct cppISteamUser_SteamUser019_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser019_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed_Deprecated; void *pUncompressedDestBuffer_Deprecated; - uint32 cbUncompressedDestBufferSize_Deprecated; - uint32 *nUncompressBytesWritten_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t cbUncompressedDestBufferSize_Deprecated; + uint32_t *nUncompressBytesWritten_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser019_GetVoice( struct cppISteamUser_SteamUser019_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser019_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser019_DecompressVoice( struct cppISteamUser_SteamUser019_DecompressVoice_params *params ); struct cppISteamUser_SteamUser019_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser019_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser019_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser019_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser019_GetAuthSessionTicket( struct cppISteamUser_SteamUser019_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser019_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser019_BeginAuthSession( struct cppISteamUser_SteamUser019_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser019_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser019_AdvertiseGame( struct cppISteamUser_SteamUser019_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser019_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser019_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser019_RequestEncryptedAppTicket_params *params ); @@ -189,16 +189,16 @@ struct cppISteamUser_SteamUser019_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser019_GetEncryptedAppTicket( struct cppISteamUser_SteamUser019_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser019_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser019_GetGameBadgeLevel( struct cppISteamUser_SteamUser019_GetGameBadgeLevel_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUser_SteamUser019_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser019_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser019_GetPlayerSteamLevel( struct cppISteamUser_SteamUser019_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser020.h b/lsteamclient/cppISteamUser_SteamUser020.h index 48f17fa3..9ce1a5c8 100644 --- a/lsteamclient/cppISteamUser_SteamUser020.h +++ b/lsteamclient/cppISteamUser_SteamUser020.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser020_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser020_InitiateGameConnection_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser020_InitiateGameConnection( struct cppISteamUser_SteamUser020_InitiateGameConnection_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser020_InitiateGameConnection( struct cppISteamU struct cppISteamUser_SteamUser020_TerminateGameConnection_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser020_TerminateGameConnection( struct cppISteamUser_SteamUser020_TerminateGameConnection_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser020_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser020_TrackAppUsageEvent( struct cppISteamUser_SteamUser020_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser020_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser020_GetUserDataFolder( struct cppISteamUser_SteamUser020_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser020_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser020_GetAvailableVoice( struct cppISteamUser_SteamUser020_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser020_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed_Deprecated; void *pUncompressedDestBuffer_Deprecated; - uint32 cbUncompressedDestBufferSize_Deprecated; - uint32 *nUncompressBytesWritten_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t cbUncompressedDestBufferSize_Deprecated; + uint32_t *nUncompressBytesWritten_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser020_GetVoice( struct cppISteamUser_SteamUser020_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser020_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser020_DecompressVoice( struct cppISteamUser_SteamUser020_DecompressVoice_params *params ); struct cppISteamUser_SteamUser020_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser020_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser020_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser020_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser020_GetAuthSessionTicket( struct cppISteamUser_SteamUser020_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser020_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser020_BeginAuthSession( struct cppISteamUser_SteamUser020_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser020_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser020_AdvertiseGame( struct cppISteamUser_SteamUser020_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser020_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser020_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser020_RequestEncryptedAppTicket_params *params ); @@ -189,16 +189,16 @@ struct cppISteamUser_SteamUser020_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser020_GetEncryptedAppTicket( struct cppISteamUser_SteamUser020_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser020_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser020_GetGameBadgeLevel( struct cppISteamUser_SteamUser020_GetGameBadgeLevel_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUser_SteamUser020_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser020_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser020_GetPlayerSteamLevel( struct cppISteamUser_SteamUser020_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser021.h b/lsteamclient/cppISteamUser_SteamUser021.h index 1a705d62..7e31e886 100644 --- a/lsteamclient/cppISteamUser_SteamUser021.h +++ b/lsteamclient/cppISteamUser_SteamUser021.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser021_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED( struct struct cppISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser021_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser021_TrackAppUsageEvent( struct cppISteamUser_SteamUser021_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser021_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser021_GetUserDataFolder( struct cppISteamUser_SteamUser021_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser021_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser021_GetAvailableVoice( struct cppISteamUser_SteamUser021_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser021_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed_Deprecated; void *pUncompressedDestBuffer_Deprecated; - uint32 cbUncompressedDestBufferSize_Deprecated; - uint32 *nUncompressBytesWritten_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t cbUncompressedDestBufferSize_Deprecated; + uint32_t *nUncompressBytesWritten_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser021_GetVoice( struct cppISteamUser_SteamUser021_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser021_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser021_DecompressVoice( struct cppISteamUser_SteamUser021_DecompressVoice_params *params ); struct cppISteamUser_SteamUser021_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser021_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser021_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser021_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser021_GetAuthSessionTicket( struct cppISteamUser_SteamUser021_GetAuthSessionTicket_params *params ); @@ -131,7 +131,7 @@ struct cppISteamUser_SteamUser021_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser021_BeginAuthSession( struct cppISteamUser_SteamUser021_BeginAuthSession_params *params ); @@ -170,8 +170,8 @@ struct cppISteamUser_SteamUser021_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser021_AdvertiseGame( struct cppISteamUser_SteamUser021_AdvertiseGame_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUser_SteamUser021_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser021_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser021_RequestEncryptedAppTicket_params *params ); @@ -189,16 +189,16 @@ struct cppISteamUser_SteamUser021_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser021_GetEncryptedAppTicket( struct cppISteamUser_SteamUser021_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser021_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser021_GetGameBadgeLevel( struct cppISteamUser_SteamUser021_GetGameBadgeLevel_params *params ); @@ -206,7 +206,7 @@ extern void cppISteamUser_SteamUser021_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser021_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser021_GetPlayerSteamLevel( struct cppISteamUser_SteamUser021_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser022.h b/lsteamclient/cppISteamUser_SteamUser022.h index ca28c5c5..fee9608d 100644 --- a/lsteamclient/cppISteamUser_SteamUser022.h +++ b/lsteamclient/cppISteamUser_SteamUser022.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser022_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED( struct struct cppISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser022_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser022_TrackAppUsageEvent( struct cppISteamUser_SteamUser022_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser022_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser022_GetUserDataFolder( struct cppISteamUser_SteamUser022_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser022_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser022_GetAvailableVoice( struct cppISteamUser_SteamUser022_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser022_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed_Deprecated; void *pUncompressedDestBuffer_Deprecated; - uint32 cbUncompressedDestBufferSize_Deprecated; - uint32 *nUncompressBytesWritten_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t cbUncompressedDestBufferSize_Deprecated; + uint32_t *nUncompressBytesWritten_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser022_GetVoice( struct cppISteamUser_SteamUser022_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser022_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser022_DecompressVoice( struct cppISteamUser_SteamUser022_DecompressVoice_params *params ); struct cppISteamUser_SteamUser022_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser022_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser022_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser022_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; const SteamNetworkingIdentity *pSteamNetworkingIdentity; }; extern void cppISteamUser_SteamUser022_GetAuthSessionTicket( struct cppISteamUser_SteamUser022_GetAuthSessionTicket_params *params ); @@ -132,7 +132,7 @@ struct cppISteamUser_SteamUser022_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser022_BeginAuthSession( struct cppISteamUser_SteamUser022_BeginAuthSession_params *params ); @@ -171,8 +171,8 @@ struct cppISteamUser_SteamUser022_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser022_AdvertiseGame( struct cppISteamUser_SteamUser022_AdvertiseGame_params *params ); @@ -181,7 +181,7 @@ struct cppISteamUser_SteamUser022_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser022_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser022_RequestEncryptedAppTicket_params *params ); @@ -190,16 +190,16 @@ struct cppISteamUser_SteamUser022_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser022_GetEncryptedAppTicket( struct cppISteamUser_SteamUser022_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser022_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser022_GetGameBadgeLevel( struct cppISteamUser_SteamUser022_GetGameBadgeLevel_params *params ); @@ -207,7 +207,7 @@ extern void cppISteamUser_SteamUser022_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser022_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser022_GetPlayerSteamLevel( struct cppISteamUser_SteamUser022_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser023.h b/lsteamclient/cppISteamUser_SteamUser023.h index 9b072cfb..3b6865c0 100644 --- a/lsteamclient/cppISteamUser_SteamUser023.h +++ b/lsteamclient/cppISteamUser_SteamUser023.h @@ -22,12 +22,12 @@ extern void cppISteamUser_SteamUser023_GetSteamID( struct cppISteamUser_SteamUse struct cppISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED_params { void *linux_side; - int _ret; + int32_t _ret; void *pAuthBlob; - int cbMaxAuthBlob; + int32_t cbMaxAuthBlob; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; bool bSecure; }; extern void cppISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED_params *params ); @@ -35,8 +35,8 @@ extern void cppISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED( struct struct cppISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED_params { void *linux_side; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED( struct cppISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED_params *params ); @@ -44,7 +44,7 @@ struct cppISteamUser_SteamUser023_TrackAppUsageEvent_params { void *linux_side; CGameID gameID; - int eAppUsageEvent; + int32_t eAppUsageEvent; const char *pchExtraInfo; }; extern void cppISteamUser_SteamUser023_TrackAppUsageEvent( struct cppISteamUser_SteamUser023_TrackAppUsageEvent_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUser_SteamUser023_GetUserDataFolder_params void *linux_side; bool _ret; char *pchBuffer; - int cubBuffer; + int32_t cubBuffer; }; extern void cppISteamUser_SteamUser023_GetUserDataFolder( struct cppISteamUser_SteamUser023_GetUserDataFolder_params *params ); @@ -74,9 +74,9 @@ struct cppISteamUser_SteamUser023_GetAvailableVoice_params { void *linux_side; uint32_t _ret; - uint32 *pcbCompressed; - uint32 *pcbUncompressed_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t *pcbCompressed; + uint32_t *pcbUncompressed_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser023_GetAvailableVoice( struct cppISteamUser_SteamUser023_GetAvailableVoice_params *params ); @@ -86,13 +86,13 @@ struct cppISteamUser_SteamUser023_GetVoice_params uint32_t _ret; bool bWantCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; bool bWantUncompressed_Deprecated; void *pUncompressedDestBuffer_Deprecated; - uint32 cbUncompressedDestBufferSize_Deprecated; - uint32 *nUncompressBytesWritten_Deprecated; - uint32 nUncompressedVoiceDesiredSampleRate_Deprecated; + uint32_t cbUncompressedDestBufferSize_Deprecated; + uint32_t *nUncompressBytesWritten_Deprecated; + uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated; }; extern void cppISteamUser_SteamUser023_GetVoice( struct cppISteamUser_SteamUser023_GetVoice_params *params ); @@ -101,18 +101,18 @@ struct cppISteamUser_SteamUser023_DecompressVoice_params void *linux_side; uint32_t _ret; const void *pCompressed; - uint32 cbCompressed; + uint32_t cbCompressed; void *pDestBuffer; - uint32 cbDestBufferSize; - uint32 *nBytesWritten; - uint32 nDesiredSampleRate; + uint32_t cbDestBufferSize; + uint32_t *nBytesWritten; + uint32_t nDesiredSampleRate; }; extern void cppISteamUser_SteamUser023_DecompressVoice( struct cppISteamUser_SteamUser023_DecompressVoice_params *params ); struct cppISteamUser_SteamUser023_GetVoiceOptimalSampleRate_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser023_GetVoiceOptimalSampleRate( struct cppISteamUser_SteamUser023_GetVoiceOptimalSampleRate_params *params ); @@ -121,8 +121,8 @@ struct cppISteamUser_SteamUser023_GetAuthSessionTicket_params void *linux_side; HAuthTicket _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; const SteamNetworkingIdentity *pSteamNetworkingIdentity; }; extern void cppISteamUser_SteamUser023_GetAuthSessionTicket( struct cppISteamUser_SteamUser023_GetAuthSessionTicket_params *params ); @@ -140,7 +140,7 @@ struct cppISteamUser_SteamUser023_BeginAuthSession_params void *linux_side; uint32_t _ret; const void *pAuthTicket; - int cbAuthTicket; + int32_t cbAuthTicket; CSteamID steamID; }; extern void cppISteamUser_SteamUser023_BeginAuthSession( struct cppISteamUser_SteamUser023_BeginAuthSession_params *params ); @@ -179,8 +179,8 @@ struct cppISteamUser_SteamUser023_AdvertiseGame_params { void *linux_side; CSteamID steamIDGameServer; - uint32 unIPServer; - uint16 usPortServer; + uint32_t unIPServer; + uint16_t usPortServer; }; extern void cppISteamUser_SteamUser023_AdvertiseGame( struct cppISteamUser_SteamUser023_AdvertiseGame_params *params ); @@ -189,7 +189,7 @@ struct cppISteamUser_SteamUser023_RequestEncryptedAppTicket_params void *linux_side; SteamAPICall_t _ret; void *pDataToInclude; - int cbDataToInclude; + int32_t cbDataToInclude; }; extern void cppISteamUser_SteamUser023_RequestEncryptedAppTicket( struct cppISteamUser_SteamUser023_RequestEncryptedAppTicket_params *params ); @@ -198,16 +198,16 @@ struct cppISteamUser_SteamUser023_GetEncryptedAppTicket_params void *linux_side; bool _ret; void *pTicket; - int cbMaxTicket; - uint32 *pcbTicket; + int32_t cbMaxTicket; + uint32_t *pcbTicket; }; extern void cppISteamUser_SteamUser023_GetEncryptedAppTicket( struct cppISteamUser_SteamUser023_GetEncryptedAppTicket_params *params ); struct cppISteamUser_SteamUser023_GetGameBadgeLevel_params { void *linux_side; - int _ret; - int nSeries; + int32_t _ret; + int32_t nSeries; bool bFoil; }; extern void cppISteamUser_SteamUser023_GetGameBadgeLevel( struct cppISteamUser_SteamUser023_GetGameBadgeLevel_params *params ); @@ -215,7 +215,7 @@ extern void cppISteamUser_SteamUser023_GetGameBadgeLevel( struct cppISteamUser_S struct cppISteamUser_SteamUser023_GetPlayerSteamLevel_params { void *linux_side; - int _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser023_GetPlayerSteamLevel( struct cppISteamUser_SteamUser023_GetPlayerSteamLevel_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils002.h b/lsteamclient/cppISteamUtils_SteamUtils002.h index 7cb63114..541e9bbc 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils002.h +++ b/lsteamclient/cppISteamUtils_SteamUtils002.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils002_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils002_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils002_GetServerRealTime( struct cppISteamUtils_SteamUtils002_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils002_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils002_GetImageSize( struct cppISteamUtils_SteamUtils002_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils002_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils002_GetImageRGBA( struct cppISteamUtils_SteamUtils002_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils002_GetCSERIPPort( struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils002_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils002_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils002_GetAppID( struct cppISteamUtils_SteamUtils002_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils002_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils002_GetAPICallResult( struct cppISteamUtils_SteamUtils002_GetAPICallResult_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils004.h b/lsteamclient/cppISteamUtils_SteamUtils004.h index 167ab886..9331fc7a 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils004.h +++ b/lsteamclient/cppISteamUtils_SteamUtils004.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils004_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils004_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetServerRealTime( struct cppISteamUtils_SteamUtils004_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils004_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils004_GetImageSize( struct cppISteamUtils_SteamUtils004_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils004_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils004_GetImageRGBA( struct cppISteamUtils_SteamUtils004_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils004_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils004_GetCSERIPPort( struct cppISteamUtils_SteamUtils004_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils004_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils004_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils004_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetAppID( struct cppISteamUtils_SteamUtils004_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils004_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils004_GetAPICallResult( struct cppISteamUtils_SteamUtils004_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils004_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils004_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils004_GetIPCCallCount( struct cppISteamUtils_SteamUtils004_GetIPCCallCount_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils005.h b/lsteamclient/cppISteamUtils_SteamUtils005.h index 33b01372..872a6608 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils005.h +++ b/lsteamclient/cppISteamUtils_SteamUtils005.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils005_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils005_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetServerRealTime( struct cppISteamUtils_SteamUtils005_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils005_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils005_GetImageSize( struct cppISteamUtils_SteamUtils005_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils005_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils005_GetImageRGBA( struct cppISteamUtils_SteamUtils005_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils005_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils005_GetCSERIPPort( struct cppISteamUtils_SteamUtils005_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils005_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils005_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils005_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetAppID( struct cppISteamUtils_SteamUtils005_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils005_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils005_GetAPICallResult( struct cppISteamUtils_SteamUtils005_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils005_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils005_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetIPCCallCount( struct cppISteamUtils_SteamUtils005_GetIPCCallCount_params *params ); @@ -161,14 +161,14 @@ struct cppISteamUtils_SteamUtils005_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; }; extern void cppISteamUtils_SteamUtils005_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils005_ShowGamepadTextInput_params *params ); struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils006.h b/lsteamclient/cppISteamUtils_SteamUtils006.h index 8f0b730e..d7d632cc 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils006.h +++ b/lsteamclient/cppISteamUtils_SteamUtils006.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils006_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils006_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetServerRealTime( struct cppISteamUtils_SteamUtils006_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils006_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils006_GetImageSize( struct cppISteamUtils_SteamUtils006_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils006_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils006_GetImageRGBA( struct cppISteamUtils_SteamUtils006_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils006_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils006_GetCSERIPPort( struct cppISteamUtils_SteamUtils006_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils006_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils006_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils006_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetAppID( struct cppISteamUtils_SteamUtils006_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils006_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils006_GetAPICallResult( struct cppISteamUtils_SteamUtils006_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils006_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils006_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetIPCCallCount( struct cppISteamUtils_SteamUtils006_GetIPCCallCount_params *params ); @@ -161,14 +161,14 @@ struct cppISteamUtils_SteamUtils006_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; }; extern void cppISteamUtils_SteamUtils006_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils006_ShowGamepadTextInput_params *params ); struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils007.h b/lsteamclient/cppISteamUtils_SteamUtils007.h index 7230255d..b0beec33 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils007.h +++ b/lsteamclient/cppISteamUtils_SteamUtils007.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils007_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils007_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils007_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils007_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils007_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils007_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetServerRealTime( struct cppISteamUtils_SteamUtils007_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils007_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils007_GetImageSize( struct cppISteamUtils_SteamUtils007_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils007_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils007_GetImageRGBA( struct cppISteamUtils_SteamUtils007_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils007_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils007_GetCSERIPPort( struct cppISteamUtils_SteamUtils007_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils007_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils007_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils007_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetAppID( struct cppISteamUtils_SteamUtils007_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils007_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils007_GetAPICallResult( struct cppISteamUtils_SteamUtils007_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils007_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils007_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetIPCCallCount( struct cppISteamUtils_SteamUtils007_GetIPCCallCount_params *params ); @@ -161,7 +161,7 @@ struct cppISteamUtils_SteamUtils007_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; const char *pchExistingText; }; extern void cppISteamUtils_SteamUtils007_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils007_ShowGamepadTextInput_params *params ); @@ -169,7 +169,7 @@ extern void cppISteamUtils_SteamUtils007_ShowGamepadTextInput( struct cppISteamU struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils007_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextLength_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils007_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextInput_params *params ); @@ -199,8 +199,8 @@ extern void cppISteamUtils_SteamUtils007_IsSteamRunningInVR( struct cppISteamUti struct cppISteamUtils_SteamUtils007_SetOverlayNotificationInset_params { void *linux_side; - int nHorizontalInset; - int nVerticalInset; + int32_t nHorizontalInset; + int32_t nVerticalInset; }; extern void cppISteamUtils_SteamUtils007_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils007_SetOverlayNotificationInset_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils008.h b/lsteamclient/cppISteamUtils_SteamUtils008.h index f779bb01..1aebb665 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils008.h +++ b/lsteamclient/cppISteamUtils_SteamUtils008.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils008_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils008_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils008_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils008_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils008_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils008_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetServerRealTime( struct cppISteamUtils_SteamUtils008_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils008_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils008_GetImageSize( struct cppISteamUtils_SteamUtils008_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils008_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils008_GetImageRGBA( struct cppISteamUtils_SteamUtils008_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils008_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils008_GetCSERIPPort( struct cppISteamUtils_SteamUtils008_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils008_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils008_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils008_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetAppID( struct cppISteamUtils_SteamUtils008_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils008_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils008_GetAPICallResult( struct cppISteamUtils_SteamUtils008_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils008_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils008_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetIPCCallCount( struct cppISteamUtils_SteamUtils008_GetIPCCallCount_params *params ); @@ -161,7 +161,7 @@ struct cppISteamUtils_SteamUtils008_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; const char *pchExistingText; }; extern void cppISteamUtils_SteamUtils008_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils008_ShowGamepadTextInput_params *params ); @@ -169,7 +169,7 @@ extern void cppISteamUtils_SteamUtils008_ShowGamepadTextInput( struct cppISteamU struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils008_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextLength_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils008_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextInput_params *params ); @@ -199,8 +199,8 @@ extern void cppISteamUtils_SteamUtils008_IsSteamRunningInVR( struct cppISteamUti struct cppISteamUtils_SteamUtils008_SetOverlayNotificationInset_params { void *linux_side; - int nHorizontalInset; - int nVerticalInset; + int32_t nHorizontalInset; + int32_t nVerticalInset; }; extern void cppISteamUtils_SteamUtils008_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils008_SetOverlayNotificationInset_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils009.h b/lsteamclient/cppISteamUtils_SteamUtils009.h index acec5c43..a2858c7b 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils009.h +++ b/lsteamclient/cppISteamUtils_SteamUtils009.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils009_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils009_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetServerRealTime( struct cppISteamUtils_SteamUtils009_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils009_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils009_GetImageSize( struct cppISteamUtils_SteamUtils009_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils009_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils009_GetImageRGBA( struct cppISteamUtils_SteamUtils009_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils009_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils009_GetCSERIPPort( struct cppISteamUtils_SteamUtils009_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils009_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils009_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils009_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetAppID( struct cppISteamUtils_SteamUtils009_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils009_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils009_GetAPICallResult( struct cppISteamUtils_SteamUtils009_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils009_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils009_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetIPCCallCount( struct cppISteamUtils_SteamUtils009_GetIPCCallCount_params *params ); @@ -161,7 +161,7 @@ struct cppISteamUtils_SteamUtils009_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; const char *pchExistingText; }; extern void cppISteamUtils_SteamUtils009_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils009_ShowGamepadTextInput_params *params ); @@ -169,7 +169,7 @@ extern void cppISteamUtils_SteamUtils009_ShowGamepadTextInput( struct cppISteamU struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput_params *params ); @@ -199,8 +199,8 @@ extern void cppISteamUtils_SteamUtils009_IsSteamRunningInVR( struct cppISteamUti struct cppISteamUtils_SteamUtils009_SetOverlayNotificationInset_params { void *linux_side; - int nHorizontalInset; - int nVerticalInset; + int32_t nHorizontalInset; + int32_t nVerticalInset; }; extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils009_SetOverlayNotificationInset_params *params ); @@ -248,9 +248,9 @@ extern void cppISteamUtils_SteamUtils009_InitFilterText( struct cppISteamUtils_S struct cppISteamUtils_SteamUtils009_FilterText_params { void *linux_side; - int _ret; + int32_t _ret; char *pchOutFilteredText; - uint32 nByteSizeOutFilteredText; + uint32_t nByteSizeOutFilteredText; const char *pchInputMessage; bool bLegalOnly; }; diff --git a/lsteamclient/cppISteamUtils_SteamUtils010.h b/lsteamclient/cppISteamUtils_SteamUtils010.h index e1be68d2..57a914e4 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils010.h +++ b/lsteamclient/cppISteamUtils_SteamUtils010.h @@ -1,14 +1,14 @@ struct cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params *params ); struct cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive_params *params ); @@ -22,7 +22,7 @@ extern void cppISteamUtils_SteamUtils010_GetConnectedUniverse( struct cppISteamU struct cppISteamUtils_SteamUtils010_GetServerRealTime_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetServerRealTime( struct cppISteamUtils_SteamUtils010_GetServerRealTime_params *params ); @@ -37,9 +37,9 @@ struct cppISteamUtils_SteamUtils010_GetImageSize_params { void *linux_side; bool _ret; - int iImage; - uint32 *pnWidth; - uint32 *pnHeight; + int32_t iImage; + uint32_t *pnWidth; + uint32_t *pnHeight; }; extern void cppISteamUtils_SteamUtils010_GetImageSize( struct cppISteamUtils_SteamUtils010_GetImageSize_params *params ); @@ -47,9 +47,9 @@ struct cppISteamUtils_SteamUtils010_GetImageRGBA_params { void *linux_side; bool _ret; - int iImage; - uint8 *pubDest; - int nDestBufferSize; + int32_t iImage; + uint8_t *pubDest; + int32_t nDestBufferSize; }; extern void cppISteamUtils_SteamUtils010_GetImageRGBA( struct cppISteamUtils_SteamUtils010_GetImageRGBA_params *params ); @@ -57,22 +57,22 @@ struct cppISteamUtils_SteamUtils010_GetCSERIPPort_params { void *linux_side; bool _ret; - uint32 *unIP; - uint16 *usPort; + uint32_t *unIP; + uint16_t *usPort; }; extern void cppISteamUtils_SteamUtils010_GetCSERIPPort( struct cppISteamUtils_SteamUtils010_GetCSERIPPort_params *params ); struct cppISteamUtils_SteamUtils010_GetCurrentBatteryPower_params { void *linux_side; - uint8 _ret; + uint8_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils010_GetCurrentBatteryPower_params *params ); struct cppISteamUtils_SteamUtils010_GetAppID_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetAppID( struct cppISteamUtils_SteamUtils010_GetAppID_params *params ); @@ -106,8 +106,8 @@ struct cppISteamUtils_SteamUtils010_GetAPICallResult_params bool _ret; SteamAPICall_t hSteamAPICall; void *pCallback; - int cubCallback; - int iCallbackExpected; + int32_t cubCallback; + int32_t iCallbackExpected; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils010_GetAPICallResult( struct cppISteamUtils_SteamUtils010_GetAPICallResult_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamUtils_SteamUtils010_RunFrame( struct cppISteamUtils_SteamUt struct cppISteamUtils_SteamUtils010_GetIPCCallCount_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetIPCCallCount( struct cppISteamUtils_SteamUtils010_GetIPCCallCount_params *params ); @@ -161,7 +161,7 @@ struct cppISteamUtils_SteamUtils010_ShowGamepadTextInput_params uint32_t eInputMode; uint32_t eLineInputMode; const char *pchDescription; - uint32 unCharMax; + uint32_t unCharMax; const char *pchExistingText; }; extern void cppISteamUtils_SteamUtils010_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils010_ShowGamepadTextInput_params *params ); @@ -169,7 +169,7 @@ extern void cppISteamUtils_SteamUtils010_ShowGamepadTextInput( struct cppISteamU struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength_params { void *linux_side; - uint32 _ret; + uint32_t _ret; }; extern void cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput_params void *linux_side; bool _ret; char *pchText; - uint32 cchText; + uint32_t cchText; }; extern void cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput_params *params ); @@ -199,8 +199,8 @@ extern void cppISteamUtils_SteamUtils010_IsSteamRunningInVR( struct cppISteamUti struct cppISteamUtils_SteamUtils010_SetOverlayNotificationInset_params { void *linux_side; - int nHorizontalInset; - int nVerticalInset; + int32_t nHorizontalInset; + int32_t nVerticalInset; }; extern void cppISteamUtils_SteamUtils010_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils010_SetOverlayNotificationInset_params *params ); @@ -242,19 +242,19 @@ struct cppISteamUtils_SteamUtils010_InitFilterText_params { void *linux_side; bool _ret; - uint32 unFilterOptions; + uint32_t unFilterOptions; }; extern void cppISteamUtils_SteamUtils010_InitFilterText( struct cppISteamUtils_SteamUtils010_InitFilterText_params *params ); struct cppISteamUtils_SteamUtils010_FilterText_params { void *linux_side; - int _ret; + int32_t _ret; uint32_t eContext; CSteamID sourceSteamID; const char *pchInputMessage; char *pchOutFilteredText; - uint32 nByteSizeOutFilteredText; + uint32_t nByteSizeOutFilteredText; }; extern void cppISteamUtils_SteamUtils010_FilterText( struct cppISteamUtils_SteamUtils010_FilterText_params *params ); @@ -278,10 +278,10 @@ struct cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput_params void *linux_side; bool _ret; uint32_t eKeyboardMode; - int nTextFieldXPosition; - int nTextFieldYPosition; - int nTextFieldWidth; - int nTextFieldHeight; + int32_t nTextFieldXPosition; + int32_t nTextFieldYPosition; + int32_t nTextFieldWidth; + int32_t nTextFieldHeight; }; extern void cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput( struct cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput_params *params ); diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h index 6496d134..edb0e191 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h @@ -9,7 +9,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params { void *linux_side; bool _ret; - int *pnNumViewers; + int32_t *pnNumViewers; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params *params ); diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h index 1b25a2d9..0e974372 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h @@ -9,7 +9,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params { void *linux_side; bool _ret; - int *pnNumViewers; + int32_t *pnNumViewers; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params *params ); @@ -26,7 +26,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params bool _ret; AppId_t unVideoAppID; char *pchBuffer; - int32 *pnBufferSize; + int32_t *pnBufferSize; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params *params ); diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 9ddfb3c6..58d3ddd4 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -581,13 +581,15 @@ def declspec(decl, name): if param_needs_conversion(decl): return f"win{decl.spelling}_{sdkver}{name}" - if decl.spelling.startswith('const '): - const, type_name = 'const ', decl.spelling[6:] - else: - const, type_name = '', decl.spelling - + type_name = decl.spelling.removeprefix("const ") if type_name.startswith('ISteam'): return f'{const}void /*{type_name}*/{name}' + if type_name in ('void', 'bool', 'char', 'float', 'double'): + return f'{const}{type_name}{name}' + if type_name.startswith(('int', 'long', 'short', 'signed')): + return f'{const}int{decl.get_size() * 8}_t{name}' + if type_name.startswith(('uint', 'unsigned')): + return f'{const}uint{decl.get_size() * 8}_t{name}' return f'{decl.spelling}{name}' diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index abe2d2be..29b38abd 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -37,7 +37,7 @@ static HANDLE callback_thread_handle; #define MAX_CALLBACK_QUEUE_SIZE 4 struct callback_data *callback_queue[MAX_CALLBACK_QUEUE_SIZE]; static unsigned int callback_queue_size; -static BOOL callback_queue_done; +static bool callback_queue_done; static pthread_mutex_t callback_queue_mutex; static pthread_cond_t callback_queue_callback_event; static pthread_cond_t callback_queue_ready_event; @@ -49,7 +49,7 @@ static void init_ntdll_so_funcs(void) { static const WCHAR ntdllW[] = {'n','t','d','l','l','.','d','l','l',0}; Dl_info info; - UINT64 unix_funcs; + uint64_t unix_funcs; unsigned int status; void *ntdll; @@ -110,7 +110,7 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved) return TRUE; } -BOOL is_native_thread(void) +bool is_native_thread(void) { if (!p_NtCurrentTeb) return TRUE; @@ -148,11 +148,11 @@ void sync_environment(void) * - if successful, the number of bytes written to dst, including the NULL terminator; * - 0 if failed; * - PATH_MAX if insufficient output buffer (TODO: should be actual required length including NULL terminator). */ -unsigned int steamclient_unix_path_to_dos_path(bool api_result, const char *src, char *dst, uint32 dst_bytes, int is_url) +unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src, char *dst, uint32_t dst_bytes, int is_url ) { static const char file_prot[] = "file://"; WCHAR *dosW; - uint32 r; + uint32_t r; if (!api_result) { @@ -242,7 +242,7 @@ const char *steamclient_dos_to_unix_path( const char *src, int is_url ) /* absolute path, use wine conversion */ WCHAR srcW[PATH_MAX]; char *unix_path; - uint32 r; + uint32_t r; r = MultiByteToWideChar(CP_UNIXCP, 0, src, -1, srcW, PATH_MAX); if(r == 0) @@ -333,7 +333,7 @@ void steamclient_free_path_array( const char **path_array ) static BYTE *alloc_start, *alloc_end; -static BOOL allocated_from_steamclient_dll( void *ptr ) +static bool allocated_from_steamclient_dll( void *ptr ) { return (BYTE *)ptr >= alloc_start && (BYTE *)ptr < alloc_end; } @@ -504,135 +504,182 @@ void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_ve } #ifdef __linux__ -static const uint32 vk_to_xkeysym[0xFF] = { - 0, /* 0x0 Undefined */ - 0, /* VK_LBUTTON */ - 0, /* VK_RBUTTON */ - XK_Cancel, /* VK_CANCEL */ - 0, /* VK_MBUTTON */ - 0, /* VK_XBUTTON1 */ - 0, /* VK_XBUTTON2 */ - 0, /* 0x07 Undefined */ +static const uint32_t vk_to_xkeysym[0xFF] = +{ + 0, /* 0x0 Undefined */ + 0, /* VK_LBUTTON */ + 0, /* VK_RBUTTON */ + XK_Cancel, /* VK_CANCEL */ + 0, /* VK_MBUTTON */ + 0, /* VK_XBUTTON1 */ + 0, /* VK_XBUTTON2 */ + 0, /* 0x07 Undefined */ XK_BackSpace, /* VK_BACK */ - XK_Tab, /* VK_TAB */ - 0, /* 0x0A-0x0B Undefined */ + XK_Tab, /* VK_TAB */ + 0, /* 0x0A-0x0B Undefined */ 0, - XK_Clear, /* VK_CLEAR */ + XK_Clear, /* VK_CLEAR */ XK_Return, /* VK_RETURN */ - 0, /* 0x0E-0x0F Undefined */ + 0, /* 0x0E-0x0F Undefined */ 0, - XK_Shift_L, /* VK_SHIFT */ - XK_Control_L, /* VK_CONTROL */ - XK_Alt_L, /* VK_MENU */ - XK_Pause, /* VK_PAUSE */ - XK_Caps_Lock, /* VK_CAPITAL */ - 0, /* VK_KANA */ - 0, /* 0x16 Undefined */ - 0, /* VK_JUNJA */ - 0, /* VK_FINAL */ - 0, /* VK_HANJA */ - 0, /* 0x1A Undefined */ - XK_Escape, /* VK_ESCAPE */ + XK_Shift_L, /* VK_SHIFT */ + XK_Control_L, /* VK_CONTROL */ + XK_Alt_L, /* VK_MENU */ + XK_Pause, /* VK_PAUSE */ + XK_Caps_Lock, /* VK_CAPITAL */ + 0, /* VK_KANA */ + 0, /* 0x16 Undefined */ + 0, /* VK_JUNJA */ + 0, /* VK_FINAL */ + 0, /* VK_HANJA */ + 0, /* 0x1A Undefined */ + XK_Escape, /* VK_ESCAPE */ XK_Henkan_Mode, /* VK_CONVERT */ - XK_Muhenkan, /* VK_NONCONVERT */ - 0, /* VK_ACCEPT */ - 0, /* VK_MODECHANGE */ - ' ', /* VK_SPACE */ - XK_Prior, /* VK_PRIOR */ - XK_Next, /* VK_NEXT */ - XK_End, /* VK_END */ - XK_Home, /* VK_HOME */ - XK_Left, /* VK_LEFT */ - XK_Up, /* VK_UP */ - XK_Right, /* VK_RIGHT */ - XK_Down, /* VK_DOWN */ - XK_Select, /* VK_SELECT */ - XK_Print, /* VK_PRINT */ - XK_Execute, /* VK_EXECUTE */ - XK_Print, /* VK_SNAPSHOT */ - XK_Insert, /* VK_INSERT */ - XK_Delete, /* VK_DELETE */ - XK_Help, /* VK_HELP */ + XK_Muhenkan, /* VK_NONCONVERT */ + 0, /* VK_ACCEPT */ + 0, /* VK_MODECHANGE */ + ' ', /* VK_SPACE */ + XK_Prior, /* VK_PRIOR */ + XK_Next, /* VK_NEXT */ + XK_End, /* VK_END */ + XK_Home, /* VK_HOME */ + XK_Left, /* VK_LEFT */ + XK_Up, /* VK_UP */ + XK_Right, /* VK_RIGHT */ + XK_Down, /* VK_DOWN */ + XK_Select, /* VK_SELECT */ + XK_Print, /* VK_PRINT */ + XK_Execute, /* VK_EXECUTE */ + XK_Print, /* VK_SNAPSHOT */ + XK_Insert, /* VK_INSERT */ + XK_Delete, /* VK_DELETE */ + XK_Help, /* VK_HELP */ - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', - 0, 0, 0, 0, 0, 0, 0, /* 0x3A-0x40 Undefined */ - 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', - 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', - 'U', 'V', 'W', 'X', 'Y', 'Z', + '0', + '1', + '2', + '3', + '4', + '5', + '6', + '7', + '8', + '9', + 0, + 0, + 0, + 0, + 0, + 0, + 0, /* 0x3A-0x40 Undefined */ + 'A', + 'B', + 'C', + 'D', + 'E', + 'F', + 'G', + 'H', + 'I', + 'J', + 'K', + 'L', + 'M', + 'N', + 'O', + 'P', + 'Q', + 'R', + 'S', + 'T', + 'U', + 'V', + 'W', + 'X', + 'Y', + 'Z', - XK_Super_L, /* VK_LWIN */ - XK_Super_R, /* VK_RWIN */ - XK_Menu, /* VK_APPS */ - 0, /* 0x5E Unassigned */ - 0, /* VK_SLEEP */ - XK_KP_0, /* VK_NUMPAD0 */ - XK_KP_1, /* VK_NUMPAD1 */ - XK_KP_2, /* VK_NUMPAD2 */ - XK_KP_3, /* VK_NUMPAD3 */ - XK_KP_4, /* VK_NUMPAD4 */ - XK_KP_5, /* VK_NUMPAD5 */ - XK_KP_6, /* VK_NUMPAD6 */ - XK_KP_7, /* VK_NUMPAD7 */ - XK_KP_8, /* VK_NUMPAD8 */ - XK_KP_9, /* VK_NUMPAD9 */ - XK_KP_Multiply, /* VK_MULTIPLY */ - XK_KP_Add, /* VK_ADD */ + XK_Super_L, /* VK_LWIN */ + XK_Super_R, /* VK_RWIN */ + XK_Menu, /* VK_APPS */ + 0, /* 0x5E Unassigned */ + 0, /* VK_SLEEP */ + XK_KP_0, /* VK_NUMPAD0 */ + XK_KP_1, /* VK_NUMPAD1 */ + XK_KP_2, /* VK_NUMPAD2 */ + XK_KP_3, /* VK_NUMPAD3 */ + XK_KP_4, /* VK_NUMPAD4 */ + XK_KP_5, /* VK_NUMPAD5 */ + XK_KP_6, /* VK_NUMPAD6 */ + XK_KP_7, /* VK_NUMPAD7 */ + XK_KP_8, /* VK_NUMPAD8 */ + XK_KP_9, /* VK_NUMPAD9 */ + XK_KP_Multiply, /* VK_MULTIPLY */ + XK_KP_Add, /* VK_ADD */ XK_KP_Separator, /* VK_SEPARATOR */ - XK_KP_Subtract, /* VK_SUBTRACT */ - XK_KP_Decimal, /* VK_DECIMAL */ - XK_KP_Divide, /* VK_DIVIDE */ - XK_F1, /* VK_F1 */ - XK_F2, /* VK_F2 */ - XK_F3, /* VK_F3 */ - XK_F4, /* VK_F4 */ - XK_F5, /* VK_F5 */ - XK_F6, /* VK_F6 */ - XK_F7, /* VK_F7 */ - XK_F8, /* VK_F8 */ - XK_F9, /* VK_F9 */ - XK_F10, /* VK_F10 */ - XK_F11, /* VK_F11 */ - XK_F12, /* VK_F12 */ - XK_F13, /* VK_F13 */ - XK_F14, /* VK_F14 */ - XK_F15, /* VK_F15 */ - XK_F16, /* VK_F16 */ - XK_F17, /* VK_F17 */ - XK_F18, /* VK_F18 */ - XK_F19, /* VK_F19 */ - XK_F20, /* VK_F20 */ - XK_F21, /* VK_F21 */ - XK_F22, /* VK_F22 */ - XK_F23, /* VK_F23 */ - XK_F24, /* VK_F24 */ - 0, /* VK_NAVIGATION_VIEW */ - 0, /* VK_NAVIGATION_MENU */ - 0, /* VK_NAVIGATION_UP */ - 0, /* VK_NAVIGATION_DOWN */ - 0, /* VK_NAVIGATION_LEFT */ - 0, /* VK_NAVIGATION_RIGHT */ - 0, /* VK_NAVIGATION_ACCEPT */ - 0, /* VK_NAVIGATION_CANCEL */ - XK_Num_Lock, /* VK_NUMLOCK */ - XK_Scroll_Lock, /* VK_SCROLL */ - XK_KP_Equal, /* VK_OEM_NEC_EQUAL */ - 0, /* VK_OEM_FJ_JISHO */ - 0, /* VK_OEM_FJ_MASSHOU */ - 0, /* VK_OEM_FJ_TOUROKU */ - 0, /* VK_OEM_FJ_LOYA */ - 0, /* VK_OEM_FJ_ROYA */ - 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x97-0x9F Unassigned */ - XK_Shift_L, /* VK_LSHIFT */ - XK_Shift_R, /* VK_RSHIFT */ + XK_KP_Subtract, /* VK_SUBTRACT */ + XK_KP_Decimal, /* VK_DECIMAL */ + XK_KP_Divide, /* VK_DIVIDE */ + XK_F1, /* VK_F1 */ + XK_F2, /* VK_F2 */ + XK_F3, /* VK_F3 */ + XK_F4, /* VK_F4 */ + XK_F5, /* VK_F5 */ + XK_F6, /* VK_F6 */ + XK_F7, /* VK_F7 */ + XK_F8, /* VK_F8 */ + XK_F9, /* VK_F9 */ + XK_F10, /* VK_F10 */ + XK_F11, /* VK_F11 */ + XK_F12, /* VK_F12 */ + XK_F13, /* VK_F13 */ + XK_F14, /* VK_F14 */ + XK_F15, /* VK_F15 */ + XK_F16, /* VK_F16 */ + XK_F17, /* VK_F17 */ + XK_F18, /* VK_F18 */ + XK_F19, /* VK_F19 */ + XK_F20, /* VK_F20 */ + XK_F21, /* VK_F21 */ + XK_F22, /* VK_F22 */ + XK_F23, /* VK_F23 */ + XK_F24, /* VK_F24 */ + 0, /* VK_NAVIGATION_VIEW */ + 0, /* VK_NAVIGATION_MENU */ + 0, /* VK_NAVIGATION_UP */ + 0, /* VK_NAVIGATION_DOWN */ + 0, /* VK_NAVIGATION_LEFT */ + 0, /* VK_NAVIGATION_RIGHT */ + 0, /* VK_NAVIGATION_ACCEPT */ + 0, /* VK_NAVIGATION_CANCEL */ + XK_Num_Lock, /* VK_NUMLOCK */ + XK_Scroll_Lock, /* VK_SCROLL */ + XK_KP_Equal, /* VK_OEM_NEC_EQUAL */ + 0, /* VK_OEM_FJ_JISHO */ + 0, /* VK_OEM_FJ_MASSHOU */ + 0, /* VK_OEM_FJ_TOUROKU */ + 0, /* VK_OEM_FJ_LOYA */ + 0, /* VK_OEM_FJ_ROYA */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, /* 0x97-0x9F Unassigned */ + XK_Shift_L, /* VK_LSHIFT */ + XK_Shift_R, /* VK_RSHIFT */ XK_Control_L, /* VK_LCONTROL */ XK_Control_R, /* VK_RCONTROL */ - XK_Alt_L, /* VK_LMENU */ - XK_Alt_R, /* VK_RMENU */ + XK_Alt_L, /* VK_LMENU */ + XK_Alt_R, /* VK_RMENU */ /* below are OEM, browser keys, etc */ }; -uint32 manual_convert_nNativeKeyCode(uint32 win_vk) +uint32_t manual_convert_nNativeKeyCode( uint32_t win_vk ) { if(win_vk < sizeof(vk_to_xkeysym) / sizeof(*vk_to_xkeysym)) return vk_to_xkeysym[win_vk]; @@ -733,9 +780,9 @@ void execute_callback(struct callback_data *cb_data) pthread_mutex_unlock(&callback_queue_mutex); } -static BOOL get_next_callback(struct callback_data *cb_data, UINT64 *cookie) +static bool get_next_callback( struct callback_data *cb_data, uint64_t *cookie ) { - BOOL ret; + bool ret; pthread_mutex_lock(&callback_queue_mutex); while (!callback_queue_done && !callback_queue_size) @@ -745,7 +792,7 @@ static BOOL get_next_callback(struct callback_data *cb_data, UINT64 *cookie) { assert(callback_queue_size); --callback_queue_size; - *cookie = (UINT64)(ULONG_PTR)callback_queue[callback_queue_size]; + *cookie = (uint64_t)(ULONG_PTR)callback_queue[callback_queue_size]; *cb_data = *callback_queue[callback_queue_size]; } pthread_cond_broadcast(&callback_queue_ready_event); @@ -753,7 +800,7 @@ static BOOL get_next_callback(struct callback_data *cb_data, UINT64 *cookie) return ret; } -static void callback_complete(UINT64 cookie) +static void callback_complete( uint64_t cookie ) { struct callback_data *cb_data = (struct callback_data *)(ULONG_PTR)cookie; @@ -784,7 +831,7 @@ typedef void (CDECL *win_SteamAPIWarningMessageHook_t)(int, const char *pszMsg); static DWORD WINAPI callback_thread(void *dummy) { struct callback_data cb_data; - UINT64 cookie; + uint64_t cookie; while (get_next_callback( &cb_data, &cookie)) { @@ -823,7 +870,7 @@ static DWORD WINAPI callback_thread(void *dummy) static void *steamclient_lib; static void *(*steamclient_CreateInterface)(const char *name, int *return_code); -static bool (*steamclient_BGetCallback)(HSteamPipe a, CallbackMsg_t *b, int32 *c); +static bool (*steamclient_BGetCallback)( HSteamPipe a, CallbackMsg_t *b, int32_t *c ); static bool (*steamclient_GetAPICallResult)(HSteamPipe, SteamAPICall_t, void *, int, int, bool *); static bool (*steamclient_FreeLastCallback)(HSteamPipe); static void (*steamclient_ReleaseThreadLocalMemory)(int); @@ -934,14 +981,14 @@ struct winCallbackMsg_t { HSteamUser m_hSteamUser; int m_iCallback; - uint8 *m_pubParam; + uint8_t *m_pubParam; int m_cubParam; } __attribute__ ((ms_struct)); #pragma pack( pop ) static void *last_cb = NULL; -bool CDECL Steam_BGetCallback(HSteamPipe pipe, struct winCallbackMsg_t *win_msg, int32 *ignored) +bool CDECL Steam_BGetCallback( HSteamPipe pipe, struct winCallbackMsg_t *win_msg, int32_t *ignored ) { bool ret; CallbackMsg_t lin_msg; @@ -955,13 +1002,13 @@ next_event: ret = steamclient_BGetCallback(pipe, &lin_msg, ignored); if(ret){ - BOOL need_free = TRUE; + bool need_free = TRUE; win_msg->m_hSteamUser = lin_msg.m_hSteamUser; win_msg->m_iCallback = lin_msg.m_iCallback; if (win_msg->m_iCallback == 0x14b) /* GameOverlayActivated_t::k_iCallback */ { - uint8 activated = *(uint8 *)lin_msg.m_pubParam; + uint8_t activated = *(uint8_t *)lin_msg.m_pubParam; FIXME("HACK: Steam overlay %sactivated, %sabling all input events.\n", activated ? "" : "de", activated ? "dis" : "en"); if (activated) { @@ -1070,17 +1117,17 @@ void CDECL Steam_ReleaseThreadLocalMemory(int bThreadExit) steamclient_ReleaseThreadLocalMemory(bThreadExit); } -void CDECL Breakpad_SteamMiniDumpInit(uint32_t a, const char *b, const char *c) +void CDECL Breakpad_SteamMiniDumpInit( uint32_t a, const char *b, const char *c ) { TRACE("\n"); } -void CDECL Breakpad_SteamSetAppID(uint32_t appid) +void CDECL Breakpad_SteamSetAppID( uint32_t appid ) { TRACE("\n"); } -int CDECL Breakpad_SteamSetSteamID(uint64_t steamid) +int CDECL Breakpad_SteamSetSteamID( uint64_t steamid ) { TRACE("\n"); return 1; diff --git a/lsteamclient/steamclient_manual_147.cpp b/lsteamclient/steamclient_manual_147.cpp index d413ed07..c218c67b 100644 --- a/lsteamclient/steamclient_manual_147.cpp +++ b/lsteamclient/steamclient_manual_147.cpp @@ -69,7 +69,7 @@ void cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages( struct c for (i = 0; i < params->nMessages && i < MAX_SEND_MESSAGES; ++i) lin_msgs[i] = (SteamNetworkingMessage_t *)network_message_win_to_lin( params->pMessages[i] ); - iface->SendMessages( i, lin_msgs, params->pOutMessageNumberOrResult ); + iface->SendMessages( i, lin_msgs, (int64 *)params->pOutMessageNumberOrResult ); params->nMessages -= i; params->pMessages += i; diff --git a/lsteamclient/steamclient_manual_148a.cpp b/lsteamclient/steamclient_manual_148a.cpp index 05acb316..b4d64ecd 100644 --- a/lsteamclient/steamclient_manual_148a.cpp +++ b/lsteamclient/steamclient_manual_148a.cpp @@ -72,7 +72,7 @@ void cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages( struct c for (i = 0; i < params->nMessages && i < MAX_SEND_MESSAGES; ++i) lin_msgs[i] = (SteamNetworkingMessage_t *)network_message_win_to_lin( params->pMessages[i] ); - iface->SendMessages( i, lin_msgs, params->pOutMessageNumberOrResult ); + iface->SendMessages( i, lin_msgs, (int64 *)params->pOutMessageNumberOrResult ); params->nMessages -= i; params->pMessages += i; diff --git a/lsteamclient/steamclient_manual_150.cpp b/lsteamclient/steamclient_manual_150.cpp index 030121eb..7fe760a8 100644 --- a/lsteamclient/steamclient_manual_150.cpp +++ b/lsteamclient/steamclient_manual_150.cpp @@ -77,7 +77,7 @@ void cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages( struct c for (i = 0; i < params->nMessages && i < MAX_SEND_MESSAGES; ++i) lin_msgs[i] = (SteamNetworkingMessage_t *)network_message_win_to_lin( params->pMessages[i] ); - iface->SendMessages( i, lin_msgs, params->pOutMessageNumberOrResult ); + iface->SendMessages( i, lin_msgs, (int64 *)params->pOutMessageNumberOrResult ); params->nMessages -= i; params->pMessages += i; diff --git a/lsteamclient/steamclient_manual_153a.cpp b/lsteamclient/steamclient_manual_153a.cpp index 853406b5..fac3603b 100644 --- a/lsteamclient/steamclient_manual_153a.cpp +++ b/lsteamclient/steamclient_manual_153a.cpp @@ -87,7 +87,7 @@ void cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages( struct c for (i = 0; i < params->nMessages && i < MAX_SEND_MESSAGES; ++i) lin_msgs[i] = (SteamNetworkingMessage_t *)network_message_win_to_lin( params->pMessages[i] ); - iface->SendMessages( i, lin_msgs, params->pOutMessageNumberOrResult ); + iface->SendMessages( i, lin_msgs, (int64 *)params->pOutMessageNumberOrResult ); params->nMessages -= i; params->pMessages += i; diff --git a/lsteamclient/steamclient_private.h b/lsteamclient/steamclient_private.h index a82013f6..48ad7eb1 100644 --- a/lsteamclient/steamclient_private.h +++ b/lsteamclient/steamclient_private.h @@ -1,5 +1,11 @@ /* TODO these should be generated */ +#include +#include +#include + +#include "windef.h" + #ifndef __cplusplus #include "cxx.h" #else @@ -10,8 +16,6 @@ typedef void (*vtable_ptr)(void); extern "C" { #endif -#include "windef.h" - typedef struct __winISteamClient winISteamClient; typedef struct __winISteamUser winISteamUser; typedef struct __winISteamGameServer winISteamGameServer; @@ -57,7 +61,8 @@ typedef void (*CDECL win_SteamInputActionEventCallbackPointer)(SteamInputActionE void lin_SteamInputActionEventCallbackPointer(SteamInputActionEvent_t *dat); struct w_steam_iface *create_win_interface(const char *name, void *linux_side); -unsigned int steamclient_unix_path_to_dos_path(bool api_result, const char *src, char *dst, uint32 dst_bytes, int is_url); +unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src, char *dst, + uint32_t dst_bytes, int is_url ); extern const char *steamclient_dos_to_unix_path( const char *src, int is_url ); extern void steamclient_free_path( const char *path_array ); @@ -69,7 +74,7 @@ const char *steamclient_isteaminput_getglyph(int origin, const char *lin_path); const char *steamclient_isteaminput_getglyph_xbox(int origin, const char *lin_path); const char *steamclient_isteaminput_getglyph_png(int origin, int size, int flags, const char *lin_path); const char *steamclient_isteaminput_getglyph_svg(int origin, int flags, const char *lin_path); -uint32 manual_convert_nNativeKeyCode(uint32 win_vk); +uint32_t manual_convert_nNativeKeyCode( uint32_t win_vk ); void *create_LinuxISteamMatchmakingServerListResponse(void *win, const char *version); void *create_LinuxISteamMatchmakingPingResponse(void *win, const char *version); void *create_LinuxISteamMatchmakingPlayersResponse(void *win, const char *version); @@ -80,7 +85,6 @@ void *manual_convert_SteamAPI_CheckCallbackRegistered_t(void *win_func); extern char g_tmppath[PATH_MAX]; -typedef uint64 SteamAPICall_t; //for ancient SDKs void *alloc_callback_wtou( int id, void *callback, int *callback_len ); void convert_callback_utow( int id, void *lin_callback, int lin_callback_len, void *callback, int callback_len ); @@ -122,7 +126,7 @@ struct callback_data }; void execute_callback(struct callback_data *cb_data); -BOOL is_native_thread(void); +bool is_native_thread(void); bool after_shutdown(bool); HSteamPipe after_steam_pipe_create(HSteamPipe pipe); diff --git a/lsteamclient/steamclient_wrappers.c b/lsteamclient/steamclient_wrappers.c index 1d721149..11d4d22b 100644 --- a/lsteamclient/steamclient_wrappers.c +++ b/lsteamclient/steamclient_wrappers.c @@ -338,9 +338,9 @@ void *manual_convert_SteamAPIWarningMessageHook_t(void *win_func) } /***** SteamAPI_CheckCallbackRegistered_t *****/ -static uint32 (__attribute__((ms_abi)) *stored_SteamAPI_CheckCallbackRegistered_t)(int cb); +static uint32_t (__attribute__((ms_abi)) * stored_SteamAPI_CheckCallbackRegistered_t)( int cb ); -static uint32 lin_SteamAPI_CheckCallbackRegistered_t(int cb) +static uint32_t lin_SteamAPI_CheckCallbackRegistered_t( int cb ) { return stored_SteamAPI_CheckCallbackRegistered_t(cb); } diff --git a/lsteamclient/winISteamAppList.c b/lsteamclient/winISteamAppList.c index b58e892a..82219cd2 100644 --- a/lsteamclient/winISteamAppList.c +++ b/lsteamclient/winISteamAppList.c @@ -21,7 +21,7 @@ DEFINE_THISCALL_WRAPPER(winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAp DEFINE_THISCALL_WRAPPER(winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir, 16) DEFINE_THISCALL_WRAPPER(winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId, 8) -uint32 __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps(struct w_steam_iface *_this) +uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps(struct w_steam_iface *_this) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params params = { @@ -32,7 +32,7 @@ uint32 __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInsta return params._ret; } -uint32 __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps(struct w_steam_iface *_this, AppId_t *pvecAppID, uint32 unMaxAppIDs) +uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps(struct w_steam_iface *_this, AppId_t *pvecAppID, uint32_t unMaxAppIDs) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params params = { @@ -45,7 +45,7 @@ uint32 __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalle return params._ret; } -int __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName(struct w_steam_iface *_this, AppId_t nAppID, char *pchName, int cchNameMax) +int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName(struct w_steam_iface *_this, AppId_t nAppID, char *pchName, int32_t cchNameMax) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params params = { @@ -59,7 +59,7 @@ int __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName(str return params._ret; } -int __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir(struct w_steam_iface *_this, AppId_t nAppID, char *pchDirectory, int cchNameMax) +int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir(struct w_steam_iface *_this, AppId_t nAppID, char *pchDirectory, int32_t cchNameMax) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_params params = { @@ -74,7 +74,7 @@ int __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallD return params._ret; } -int __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId(struct w_steam_iface *_this, AppId_t nAppID) +int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params params = { diff --git a/lsteamclient/winISteamAppTicket.c b/lsteamclient/winISteamAppTicket.c index c323f748..90a0759b 100644 --- a/lsteamclient/winISteamAppTicket.c +++ b/lsteamclient/winISteamAppTicket.c @@ -17,7 +17,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); DEFINE_THISCALL_WRAPPER(winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData, 32) -uint32 __thiscall winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData(struct w_steam_iface *_this, uint32 nAppID, void *pvBuffer, uint32 cbBufferLength, uint32 *piAppId, uint32 *piSteamId, uint32 *piSignature, uint32 *pcbSignature) +uint32_t __thiscall winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData(struct w_steam_iface *_this, uint32_t nAppID, void *pvBuffer, uint32_t cbBufferLength, uint32_t *piAppId, uint32_t *piSteamId, uint32_t *piSignature, uint32_t *pcbSignature) { struct cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params params = { diff --git a/lsteamclient/winISteamApps.c b/lsteamclient/winISteamApps.c index ec5b5b82..93c7813b 100644 --- a/lsteamclient/winISteamApps.c +++ b/lsteamclient/winISteamApps.c @@ -17,7 +17,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); DEFINE_THISCALL_WRAPPER(winISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData, 20) -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(struct w_steam_iface *_this, AppId_t nAppID, const char *pchKey, char *pchValue, int cchValueMax) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(struct w_steam_iface *_this, AppId_t nAppID, const char *pchKey, char *pchValue, int32_t cchValueMax) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params params = { @@ -404,7 +404,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled(str return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_params params = { @@ -427,7 +427,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedFromFr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount_params params = { @@ -438,7 +438,7 @@ int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount(struct w return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex(struct w_steam_iface *_this, int iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex_params params = { @@ -623,7 +623,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled(str return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_params params = { @@ -646,7 +646,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedFromFr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount_params params = { @@ -657,7 +657,7 @@ int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount(struct w return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex(struct w_steam_iface *_this, int iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex_params params = { @@ -706,7 +706,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPu cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey( ¶ms ); } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetCurrentBetaName_params params = { @@ -731,7 +731,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_MarkContentCorrupt( return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots(struct w_steam_iface *_this, DepotId_t *pvecDepots, uint32 cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots(struct w_steam_iface *_this, DepotId_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params params = { @@ -744,7 +744,7 @@ uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepot return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32 cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir_params params = { @@ -926,7 +926,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled(str return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params params = { @@ -949,7 +949,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedFromFr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount_params params = { @@ -960,7 +960,7 @@ int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount(struct w return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex(struct w_steam_iface *_this, int iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params params = { @@ -1009,7 +1009,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPu cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey( ¶ms ); } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetCurrentBetaName_params params = { @@ -1034,7 +1034,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_MarkContentCorrupt( return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32 cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params params = { @@ -1048,7 +1048,7 @@ uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepot return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32 cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params params = { @@ -1258,7 +1258,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled(str return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_params params = { @@ -1281,7 +1281,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedFromFr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount_params params = { @@ -1292,7 +1292,7 @@ int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount(struct w return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex(struct w_steam_iface *_this, int iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex_params params = { @@ -1341,7 +1341,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPu cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey( ¶ms ); } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName_params params = { @@ -1366,7 +1366,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_MarkContentCorrupt( return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32 cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params params = { @@ -1380,7 +1380,7 @@ uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepot return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32 cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir_params params = { @@ -1431,7 +1431,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetLaunchQu return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress(struct w_steam_iface *_this, AppId_t nAppID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress(struct w_steam_iface *_this, AppId_t nAppID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress_params params = { @@ -1445,7 +1445,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppBuildId_params params = { @@ -1623,7 +1623,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled(str return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime(struct w_steam_iface *_this, AppId_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_params params = { @@ -1646,7 +1646,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount_params params = { @@ -1657,7 +1657,7 @@ int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount(struct w return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex(struct w_steam_iface *_this, int iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, AppId_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex_params params = { @@ -1706,7 +1706,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPu cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey( ¶ms ); } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int cchNameBufferSize) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName(struct w_steam_iface *_this, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName_params params = { @@ -1731,7 +1731,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_MarkContentCorrupt( return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32 cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params params = { @@ -1745,7 +1745,7 @@ uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepot return params._ret; } -uint32 __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32 cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir_params params = { @@ -1796,7 +1796,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchQu return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress(struct w_steam_iface *_this, AppId_t nAppID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress(struct w_steam_iface *_this, AppId_t nAppID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress_params params = { @@ -1810,7 +1810,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgr return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId(struct w_steam_iface *_this) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId(struct w_steam_iface *_this) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId_params params = { @@ -1845,7 +1845,7 @@ SteamAPICall_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDe return params._ret; } -int __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine(struct w_steam_iface *_this, char *pszCommandLine, int cubCommandLine) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine(struct w_steam_iface *_this, char *pszCommandLine, int32_t cubCommandLine) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine_params params = { @@ -1869,7 +1869,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFa return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial(struct w_steam_iface *_this, uint32 *punSecondsAllowed, uint32 *punSecondsPlayed) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial(struct w_steam_iface *_this, uint32_t *punSecondsAllowed, uint32_t *punSecondsPlayed) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial_params params = { diff --git a/lsteamclient/winISteamClient.c b/lsteamclient/winISteamClient.c index 6003897d..f39bf07b 100644 --- a/lsteamclient/winISteamClient.c +++ b/lsteamclient/winISteamClient.c @@ -150,7 +150,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient006_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient006_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient006_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient006_SetLocalIPBinding_params params = { @@ -302,7 +302,7 @@ void __thiscall winISteamClient_SteamClient006_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient006_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient006_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient006_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient006_GetIPCCallCount_params params = { @@ -468,7 +468,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient007_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient007_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient007_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient007_SetLocalIPBinding_params params = { @@ -594,7 +594,7 @@ void __thiscall winISteamClient_SteamClient007_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient007_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient007_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient007_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient007_GetIPCCallCount_params params = { @@ -832,7 +832,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient008_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient008_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient008_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient008_SetLocalIPBinding_params params = { @@ -1003,7 +1003,7 @@ void __thiscall winISteamClient_SteamClient008_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient008_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient008_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient008_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient008_GetIPCCallCount_params params = { @@ -1181,7 +1181,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient009_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient009_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient009_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient009_SetLocalIPBinding_params params = { @@ -1367,7 +1367,7 @@ void __thiscall winISteamClient_SteamClient009_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient009_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient009_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient009_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient009_GetIPCCallCount_params params = { @@ -1548,7 +1548,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient010_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient010_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient010_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient010_SetLocalIPBinding_params params = { @@ -1734,7 +1734,7 @@ void __thiscall winISteamClient_SteamClient010_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient010_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient010_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient010_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient010_GetIPCCallCount_params params = { @@ -1944,7 +1944,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient011_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient011_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient011_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient011_SetLocalIPBinding_params params = { @@ -2145,7 +2145,7 @@ void __thiscall winISteamClient_SteamClient011_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient011_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient011_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient011_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient011_GetIPCCallCount_params params = { @@ -2358,7 +2358,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient012_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient012_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient012_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient012_SetLocalIPBinding_params params = { @@ -2544,7 +2544,7 @@ void __thiscall winISteamClient_SteamClient012_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient012_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient012_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient012_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient012_GetIPCCallCount_params params = { @@ -2807,7 +2807,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient013_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient013_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient013_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient013_SetLocalIPBinding_params params = { @@ -2993,7 +2993,7 @@ void __thiscall winISteamClient_SteamClient013_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient013_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient013_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient013_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient013_GetIPCCallCount_params params = { @@ -3301,7 +3301,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient014_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient014_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient014_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient014_SetLocalIPBinding_params params = { @@ -3487,7 +3487,7 @@ void __thiscall winISteamClient_SteamClient014_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient014_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient014_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient014_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient014_GetIPCCallCount_params params = { @@ -3782,7 +3782,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient015_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient015_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient015_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient015_SetLocalIPBinding_params params = { @@ -3968,7 +3968,7 @@ void __thiscall winISteamClient_SteamClient015_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient015_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient015_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient015_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient015_GetIPCCallCount_params params = { @@ -4283,7 +4283,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient016_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient016_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient016_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient016_SetLocalIPBinding_params params = { @@ -4469,7 +4469,7 @@ void __thiscall winISteamClient_SteamClient016_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient016_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient016_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient016_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient016_GetIPCCallCount_params params = { @@ -4839,7 +4839,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient017_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient017_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient017_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient017_SetLocalIPBinding_params params = { @@ -5025,7 +5025,7 @@ void __thiscall winISteamClient_SteamClient017_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient017_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient017_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient017_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient017_GetIPCCallCount_params params = { @@ -5445,7 +5445,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient018_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient018_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient018_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient018_SetLocalIPBinding_params params = { @@ -5646,7 +5646,7 @@ void __thiscall winISteamClient_SteamClient018_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient018_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient018_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient018_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient018_GetIPCCallCount_params params = { @@ -6100,7 +6100,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient019_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient019_SetLocalIPBinding(struct w_steam_iface *_this, uint32 unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient019_SetLocalIPBinding(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort) { struct cppISteamClient_SteamClient019_SetLocalIPBinding_params params = { @@ -6301,7 +6301,7 @@ void __thiscall winISteamClient_SteamClient019_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient019_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient019_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient019_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient019_GetIPCCallCount_params params = { @@ -6772,7 +6772,7 @@ void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient020_GetISteamG return params._ret; } -void __thiscall winISteamClient_SteamClient020_SetLocalIPBinding(struct w_steam_iface *_this, const SteamIPAddress_t *unIP, uint16 usPort) +void __thiscall winISteamClient_SteamClient020_SetLocalIPBinding(struct w_steam_iface *_this, const SteamIPAddress_t *unIP, uint16_t usPort) { struct cppISteamClient_SteamClient020_SetLocalIPBinding_params params = { @@ -6973,7 +6973,7 @@ void __thiscall winISteamClient_SteamClient020_RunFrame(struct w_steam_iface *_t cppISteamClient_SteamClient020_RunFrame( ¶ms ); } -uint32 __thiscall winISteamClient_SteamClient020_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamClient_SteamClient020_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient020_GetIPCCallCount_params params = { diff --git a/lsteamclient/winISteamController.c b/lsteamclient/winISteamController.c index 25f7b2ae..da36f837 100644 --- a/lsteamclient/winISteamController.c +++ b/lsteamclient/winISteamController.c @@ -57,7 +57,7 @@ void __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_RunFrame(s cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_RunFrame( ¶ms ); } -bool __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState(struct w_steam_iface *_this, uint32 unControllerIndex, SteamControllerState001_t *pState) +bool __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState(struct w_steam_iface *_this, uint32_t unControllerIndex, SteamControllerState001_t *pState) { struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControllerState_params params = { @@ -70,7 +70,7 @@ bool __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_GetControl return params._ret; } -void __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse(struct w_steam_iface *_this, uint32 unControllerIndex, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse(struct w_steam_iface *_this, uint32_t unControllerIndex, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_TriggerHapticPulse_params params = { @@ -172,7 +172,7 @@ void __thiscall winISteamController_SteamController003_RunFrame(struct w_steam_i cppISteamController_SteamController003_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController003_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController003_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController003_GetConnectedControllers_params params = { @@ -258,7 +258,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int __thiscall winISteamController_SteamController003_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController003_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController003_GetDigitalActionOrigins_params params = { @@ -299,7 +299,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController003 return params._ret; } -int __thiscall winISteamController_SteamController003_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController003_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController003_GetAnalogActionOrigins_params params = { @@ -326,7 +326,7 @@ void __thiscall winISteamController_SteamController003_StopAnalogActionMomentum( cppISteamController_SteamController003_StopAnalogActionMomentum( ¶ms ); } -void __thiscall winISteamController_SteamController003_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController003_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController003_TriggerHapticPulse_params params = { @@ -339,7 +339,7 @@ void __thiscall winISteamController_SteamController003_TriggerHapticPulse(struct cppISteamController_SteamController003_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController003_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController003_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController003_TriggerRepeatedHapticPulse_params params = { @@ -449,7 +449,7 @@ void __thiscall winISteamController_SteamController004_RunFrame(struct w_steam_i cppISteamController_SteamController004_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController004_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController004_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController004_GetConnectedControllers_params params = { @@ -535,7 +535,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int __thiscall winISteamController_SteamController004_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController004_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController004_GetDigitalActionOrigins_params params = { @@ -576,7 +576,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController004 return params._ret; } -int __thiscall winISteamController_SteamController004_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController004_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController004_GetAnalogActionOrigins_params params = { @@ -603,7 +603,7 @@ void __thiscall winISteamController_SteamController004_StopAnalogActionMomentum( cppISteamController_SteamController004_StopAnalogActionMomentum( ¶ms ); } -void __thiscall winISteamController_SteamController004_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController004_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController004_TriggerHapticPulse_params params = { @@ -616,7 +616,7 @@ void __thiscall winISteamController_SteamController004_TriggerHapticPulse(struct cppISteamController_SteamController004_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController004_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController004_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController004_TriggerRepeatedHapticPulse_params params = { @@ -632,7 +632,7 @@ void __thiscall winISteamController_SteamController004_TriggerRepeatedHapticPuls cppISteamController_SteamController004_TriggerRepeatedHapticPulse( ¶ms ); } -int __thiscall winISteamController_SteamController004_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController004_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) { struct cppISteamController_SteamController004_GetGamepadIndexForController_params params = { @@ -644,7 +644,7 @@ int __thiscall winISteamController_SteamController004_GetGamepadIndexForControll return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController004_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +ControllerHandle_t __thiscall winISteamController_SteamController004_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController004_GetControllerForGamepadIndex_params params = { @@ -804,7 +804,7 @@ void __thiscall winISteamController_SteamController005_RunFrame(struct w_steam_i cppISteamController_SteamController005_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController005_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController005_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController005_GetConnectedControllers_params params = { @@ -890,7 +890,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int __thiscall winISteamController_SteamController005_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController005_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController005_GetDigitalActionOrigins_params params = { @@ -931,7 +931,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController005 return params._ret; } -int __thiscall winISteamController_SteamController005_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController005_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController005_GetAnalogActionOrigins_params params = { @@ -958,7 +958,7 @@ void __thiscall winISteamController_SteamController005_StopAnalogActionMomentum( cppISteamController_SteamController005_StopAnalogActionMomentum( ¶ms ); } -void __thiscall winISteamController_SteamController005_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController005_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController005_TriggerHapticPulse_params params = { @@ -971,7 +971,7 @@ void __thiscall winISteamController_SteamController005_TriggerHapticPulse(struct cppISteamController_SteamController005_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController005_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController005_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController005_TriggerRepeatedHapticPulse_params params = { @@ -987,7 +987,7 @@ void __thiscall winISteamController_SteamController005_TriggerRepeatedHapticPuls cppISteamController_SteamController005_TriggerRepeatedHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController005_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamController_SteamController005_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamController_SteamController005_TriggerVibration_params params = { @@ -1000,7 +1000,7 @@ void __thiscall winISteamController_SteamController005_TriggerVibration(struct w cppISteamController_SteamController005_TriggerVibration( ¶ms ); } -void __thiscall winISteamController_SteamController005_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamController_SteamController005_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController005_SetLEDColor_params params = { @@ -1015,7 +1015,7 @@ void __thiscall winISteamController_SteamController005_SetLEDColor(struct w_stea cppISteamController_SteamController005_SetLEDColor( ¶ms ); } -int __thiscall winISteamController_SteamController005_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController005_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) { struct cppISteamController_SteamController005_GetGamepadIndexForController_params params = { @@ -1027,7 +1027,7 @@ int __thiscall winISteamController_SteamController005_GetGamepadIndexForControll return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +ControllerHandle_t __thiscall winISteamController_SteamController005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController005_GetControllerForGamepadIndex_params params = { @@ -1220,7 +1220,7 @@ void __thiscall winISteamController_SteamController006_RunFrame(struct w_steam_i cppISteamController_SteamController006_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController006_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController006_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController006_GetConnectedControllers_params params = { @@ -1315,7 +1315,7 @@ void __thiscall winISteamController_SteamController006_DeactivateAllActionSetLay cppISteamController_SteamController006_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamController_SteamController006_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController006_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) { struct cppISteamController_SteamController006_GetActiveActionSetLayers_params params = { @@ -1354,7 +1354,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int __thiscall winISteamController_SteamController006_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController006_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController006_GetDigitalActionOrigins_params params = { @@ -1395,7 +1395,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController006 return params._ret; } -int __thiscall winISteamController_SteamController006_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController006_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController006_GetAnalogActionOrigins_params params = { @@ -1422,7 +1422,7 @@ void __thiscall winISteamController_SteamController006_StopAnalogActionMomentum( cppISteamController_SteamController006_StopAnalogActionMomentum( ¶ms ); } -void __thiscall winISteamController_SteamController006_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController006_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController006_TriggerHapticPulse_params params = { @@ -1435,7 +1435,7 @@ void __thiscall winISteamController_SteamController006_TriggerHapticPulse(struct cppISteamController_SteamController006_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController006_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController006_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController006_TriggerRepeatedHapticPulse_params params = { @@ -1451,7 +1451,7 @@ void __thiscall winISteamController_SteamController006_TriggerRepeatedHapticPuls cppISteamController_SteamController006_TriggerRepeatedHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController006_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamController_SteamController006_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamController_SteamController006_TriggerVibration_params params = { @@ -1464,7 +1464,7 @@ void __thiscall winISteamController_SteamController006_TriggerVibration(struct w cppISteamController_SteamController006_TriggerVibration( ¶ms ); } -void __thiscall winISteamController_SteamController006_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamController_SteamController006_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController006_SetLEDColor_params params = { @@ -1479,7 +1479,7 @@ void __thiscall winISteamController_SteamController006_SetLEDColor(struct w_stea cppISteamController_SteamController006_SetLEDColor( ¶ms ); } -int __thiscall winISteamController_SteamController006_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController006_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) { struct cppISteamController_SteamController006_GetGamepadIndexForController_params params = { @@ -1491,7 +1491,7 @@ int __thiscall winISteamController_SteamController006_GetGamepadIndexForControll return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +ControllerHandle_t __thiscall winISteamController_SteamController006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController006_GetControllerForGamepadIndex_params params = { @@ -1704,7 +1704,7 @@ void __thiscall winISteamController_SteamController007_RunFrame(struct w_steam_i cppISteamController_SteamController007_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController007_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController007_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController007_GetConnectedControllers_params params = { @@ -1787,7 +1787,7 @@ void __thiscall winISteamController_SteamController007_DeactivateAllActionSetLay cppISteamController_SteamController007_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamController_SteamController007_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController007_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) { struct cppISteamController_SteamController007_GetActiveActionSetLayers_params params = { @@ -1826,7 +1826,7 @@ InputDigitalActionData_t * __thiscall winISteamController_SteamController007_Get return params._ret; } -int __thiscall winISteamController_SteamController007_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController007_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController007_GetDigitalActionOrigins_params params = { @@ -1867,7 +1867,7 @@ InputAnalogActionData_t * __thiscall winISteamController_SteamController007_GetA return params._ret; } -int __thiscall winISteamController_SteamController007_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController007_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController007_GetAnalogActionOrigins_params params = { @@ -1931,7 +1931,7 @@ InputMotionData_t * __thiscall winISteamController_SteamController007_GetMotionD return params._ret; } -void __thiscall winISteamController_SteamController007_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController007_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController007_TriggerHapticPulse_params params = { @@ -1944,7 +1944,7 @@ void __thiscall winISteamController_SteamController007_TriggerHapticPulse(struct cppISteamController_SteamController007_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController007_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController007_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController007_TriggerRepeatedHapticPulse_params params = { @@ -1960,7 +1960,7 @@ void __thiscall winISteamController_SteamController007_TriggerRepeatedHapticPuls cppISteamController_SteamController007_TriggerRepeatedHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController007_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamController_SteamController007_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamController_SteamController007_TriggerVibration_params params = { @@ -1973,7 +1973,7 @@ void __thiscall winISteamController_SteamController007_TriggerVibration(struct w cppISteamController_SteamController007_TriggerVibration( ¶ms ); } -void __thiscall winISteamController_SteamController007_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamController_SteamController007_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController007_SetLEDColor_params params = { @@ -2012,7 +2012,7 @@ uint32_t __thiscall winISteamController_SteamController007_GetInputTypeForHandle return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController007_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +ControllerHandle_t __thiscall winISteamController_SteamController007_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController007_GetControllerForGamepadIndex_params params = { @@ -2024,7 +2024,7 @@ ControllerHandle_t __thiscall winISteamController_SteamController007_GetControll return params._ret; } -int __thiscall winISteamController_SteamController007_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController007_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) { struct cppISteamController_SteamController007_GetGamepadIndexForController_params params = { @@ -2086,7 +2086,7 @@ uint32_t __thiscall winISteamController_SteamController007_TranslateActionOrigin return params._ret; } -bool __thiscall winISteamController_SteamController007_GetControllerBindingRevision(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamController_SteamController007_GetControllerBindingRevision(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamController_SteamController007_GetControllerBindingRevision_params params = { @@ -2223,7 +2223,7 @@ void __thiscall winISteamController_SteamController008_RunFrame(struct w_steam_i cppISteamController_SteamController008_RunFrame( ¶ms ); } -int __thiscall winISteamController_SteamController008_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController008_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) { struct cppISteamController_SteamController008_GetConnectedControllers_params params = { @@ -2306,7 +2306,7 @@ void __thiscall winISteamController_SteamController008_DeactivateAllActionSetLay cppISteamController_SteamController008_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamController_SteamController008_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController008_GetActiveActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t *handlesOut) { struct cppISteamController_SteamController008_GetActiveActionSetLayers_params params = { @@ -2345,7 +2345,7 @@ InputDigitalActionData_t * __thiscall winISteamController_SteamController008_Get return params._ret; } -int __thiscall winISteamController_SteamController008_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController008_GetDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController008_GetDigitalActionOrigins_params params = { @@ -2386,7 +2386,7 @@ InputAnalogActionData_t * __thiscall winISteamController_SteamController008_GetA return params._ret; } -int __thiscall winISteamController_SteamController008_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamController_SteamController008_GetAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle, ControllerAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController008_GetAnalogActionOrigins_params params = { @@ -2450,7 +2450,7 @@ InputMotionData_t * __thiscall winISteamController_SteamController008_GetMotionD return params._ret; } -void __thiscall winISteamController_SteamController008_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamController_SteamController008_TriggerHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamController_SteamController008_TriggerHapticPulse_params params = { @@ -2463,7 +2463,7 @@ void __thiscall winISteamController_SteamController008_TriggerHapticPulse(struct cppISteamController_SteamController008_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController008_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamController_SteamController008_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamController_SteamController008_TriggerRepeatedHapticPulse_params params = { @@ -2479,7 +2479,7 @@ void __thiscall winISteamController_SteamController008_TriggerRepeatedHapticPuls cppISteamController_SteamController008_TriggerRepeatedHapticPulse( ¶ms ); } -void __thiscall winISteamController_SteamController008_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamController_SteamController008_TriggerVibration(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamController_SteamController008_TriggerVibration_params params = { @@ -2492,7 +2492,7 @@ void __thiscall winISteamController_SteamController008_TriggerVibration(struct w cppISteamController_SteamController008_TriggerVibration( ¶ms ); } -void __thiscall winISteamController_SteamController008_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamController_SteamController008_SetLEDColor(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController008_SetLEDColor_params params = { @@ -2531,7 +2531,7 @@ uint32_t __thiscall winISteamController_SteamController008_GetInputTypeForHandle return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController008_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +ControllerHandle_t __thiscall winISteamController_SteamController008_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController008_GetControllerForGamepadIndex_params params = { @@ -2543,7 +2543,7 @@ ControllerHandle_t __thiscall winISteamController_SteamController008_GetControll return params._ret; } -int __thiscall winISteamController_SteamController008_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController008_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) { struct cppISteamController_SteamController008_GetGamepadIndexForController_params params = { @@ -2605,7 +2605,7 @@ uint32_t __thiscall winISteamController_SteamController008_TranslateActionOrigin return params._ret; } -bool __thiscall winISteamController_SteamController008_GetControllerBindingRevision(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamController_SteamController008_GetControllerBindingRevision(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamController_SteamController008_GetControllerBindingRevision_params params = { diff --git a/lsteamclient/winISteamFriends.c b/lsteamclient/winISteamFriends.c index ebd4725a..8c9b006e 100644 --- a/lsteamclient/winISteamFriends.c +++ b/lsteamclient/winISteamFriends.c @@ -147,7 +147,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends001_GetFriendPersonaState(struc return params._ret; } -bool __thiscall winISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, int32 *pnGameID, uint32 *punGameIP, uint16 *pusGamePort) +bool __thiscall winISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t *pnGameID, uint32_t *punGameIP, uint16_t *pusGamePort) { struct cppISteamFriends_SteamFriends001_Deprecated_GetFriendGamePlayed_params params = { @@ -174,7 +174,7 @@ const char * __thiscall winISteamFriends_SteamFriends001_GetFriendPersonaName(st return params._ret; } -int32 __thiscall winISteamFriends_SteamFriends001_AddFriendByName(struct w_steam_iface *_this, const char *pchEmailOrAccountName) +int32_t __thiscall winISteamFriends_SteamFriends001_AddFriendByName(struct w_steam_iface *_this, const char *pchEmailOrAccountName) { struct cppISteamFriends_SteamFriends001_AddFriendByName_params params = { @@ -186,7 +186,7 @@ int32 __thiscall winISteamFriends_SteamFriends001_AddFriendByName(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends001_GetFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends001_GetFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends001_GetFriendCount_params params = { @@ -197,7 +197,7 @@ int __thiscall winISteamFriends_SteamFriends001_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends001_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends001_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend) { struct cppISteamFriends_SteamFriends001_GetFriendByIndex_params params = { @@ -249,7 +249,7 @@ const char * __thiscall winISteamFriends_SteamFriends001_GetFriendRegValue(struc return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends001_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends001_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends001_GetFriendPersonaNameHistory_params params = { @@ -262,7 +262,7 @@ const char * __thiscall winISteamFriends_SteamFriends001_GetFriendPersonaNameHis return params._ret; } -int __thiscall winISteamFriends_SteamFriends001_GetChatMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iChatID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends001_GetChatMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iChatID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends001_GetChatMessage_params params = { @@ -278,7 +278,7 @@ int __thiscall winISteamFriends_SteamFriends001_GetChatMessage(struct w_steam_if return params._ret; } -bool __thiscall winISteamFriends_SteamFriends001_SendMsgToFriend_2(struct w_steam_iface *_this, CSteamID steamIDFriend, uint32_t eChatEntryType, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamFriends_SteamFriends001_SendMsgToFriend_2(struct w_steam_iface *_this, CSteamID steamIDFriend, uint32_t eChatEntryType, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamFriends_SteamFriends001_SendMsgToFriend_2_params params = { @@ -293,7 +293,7 @@ bool __thiscall winISteamFriends_SteamFriends001_SendMsgToFriend_2(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart_params params = { @@ -305,7 +305,7 @@ int __thiscall winISteamFriends_SteamFriends001_GetChatIDOfChatHistoryStart(stru return params._ret; } -void __thiscall winISteamFriends_SteamFriends001_SetChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend, int iChatID) +void __thiscall winISteamFriends_SteamFriends001_SetChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iChatID) { struct cppISteamFriends_SteamFriends001_SetChatHistoryStart_params params = { @@ -340,7 +340,7 @@ bool __thiscall winISteamFriends_SteamFriends001_InviteFriendByEmail(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends001_GetBlockedFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends001_GetBlockedFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends001_GetBlockedFriendCount_params params = { @@ -351,7 +351,7 @@ int __thiscall winISteamFriends_SteamFriends001_GetBlockedFriendCount(struct w_s return params._ret; } -bool __thiscall winISteamFriends_SteamFriends001_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64 *pulGameID, uint32 *punGameIP, uint16 *pusGamePort) +bool __thiscall winISteamFriends_SteamFriends001_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64_t *pulGameID, uint32_t *punGameIP, uint16_t *pusGamePort) { struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed_params params = { @@ -366,7 +366,7 @@ bool __thiscall winISteamFriends_SteamFriends001_GetFriendGamePlayed(struct w_st return params._ret; } -bool __thiscall winISteamFriends_SteamFriends001_GetFriendGamePlayed2(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64 *pulGameID, uint32 *punGameIP, uint16 *pusGamePort, uint16 *pusQueryPort) +bool __thiscall winISteamFriends_SteamFriends001_GetFriendGamePlayed2(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64_t *pulGameID, uint32_t *punGameIP, uint16_t *pusGamePort, uint16_t *pusQueryPort) { struct cppISteamFriends_SteamFriends001_GetFriendGamePlayed2_params params = { @@ -506,7 +506,7 @@ void __thiscall winISteamFriends_SteamFriends002_SetPersonaState(struct w_steam_ cppISteamFriends_SteamFriends002_SetPersonaState( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends002_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends002_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends002_GetFriendCount_params params = { @@ -518,7 +518,7 @@ int __thiscall winISteamFriends_SteamFriends002_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends002_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends002_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends002_GetFriendByIndex_params params = { @@ -594,7 +594,7 @@ const char * __thiscall winISteamFriends_SteamFriends002_GetFriendRegValue(struc return params._ret; } -bool __thiscall winISteamFriends_SteamFriends002_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64 *pulGameID, uint32 *punGameIP, uint16 *pusGamePort, uint16 *pusQueryPort) +bool __thiscall winISteamFriends_SteamFriends002_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64_t *pulGameID, uint32_t *punGameIP, uint16_t *pusGamePort, uint16_t *pusQueryPort) { struct cppISteamFriends_SteamFriends002_GetFriendGamePlayed_params params = { @@ -610,7 +610,7 @@ bool __thiscall winISteamFriends_SteamFriends002_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends002_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends002_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends002_GetFriendPersonaNameHistory_params params = { @@ -647,7 +647,7 @@ bool __thiscall winISteamFriends_SteamFriends002_RemoveFriend(struct w_steam_ifa return params._ret; } -bool __thiscall winISteamFriends_SteamFriends002_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends002_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends002_HasFriend_params params = { @@ -660,7 +660,7 @@ bool __thiscall winISteamFriends_SteamFriends002_HasFriend(struct w_steam_iface return params._ret; } -int32 __thiscall winISteamFriends_SteamFriends002_AddFriendByName(struct w_steam_iface *_this, const char *pchEmailOrAccountName) +int32_t __thiscall winISteamFriends_SteamFriends002_AddFriendByName(struct w_steam_iface *_this, const char *pchEmailOrAccountName) { struct cppISteamFriends_SteamFriends002_AddFriendByName_params params = { @@ -684,7 +684,7 @@ bool __thiscall winISteamFriends_SteamFriends002_InviteFriendByEmail(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends002_GetChatMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iChatID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends002_GetChatMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iChatID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends002_GetChatMessage_params params = { @@ -700,7 +700,7 @@ int __thiscall winISteamFriends_SteamFriends002_GetChatMessage(struct w_steam_if return params._ret; } -bool __thiscall winISteamFriends_SteamFriends002_SendMsgToFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, uint32_t eChatEntryType, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamFriends_SteamFriends002_SendMsgToFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, uint32_t eChatEntryType, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamFriends_SteamFriends002_SendMsgToFriend_params params = { @@ -715,7 +715,7 @@ bool __thiscall winISteamFriends_SteamFriends002_SendMsgToFriend(struct w_steam_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart_params params = { @@ -727,7 +727,7 @@ int __thiscall winISteamFriends_SteamFriends002_GetChatIDOfChatHistoryStart(stru return params._ret; } -void __thiscall winISteamFriends_SteamFriends002_SetChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend, int iChatID) +void __thiscall winISteamFriends_SteamFriends002_SetChatHistoryStart(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iChatID) { struct cppISteamFriends_SteamFriends002_SetChatHistoryStart_params params = { @@ -750,7 +750,7 @@ void __thiscall winISteamFriends_SteamFriends002_ClearChatHistory(struct w_steam cppISteamFriends_SteamFriends002_ClearChatHistory( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends002_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends002_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends002_GetClanCount_params params = { @@ -761,7 +761,7 @@ int __thiscall winISteamFriends_SteamFriends002_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends002_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends002_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends002_GetClanByIndex_params params = { @@ -812,7 +812,7 @@ bool __thiscall winISteamFriends_SteamFriends002_AcknowledgeInviteToClan(struct return params._ret; } -int __thiscall winISteamFriends_SteamFriends002_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends002_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends002_GetFriendCountFromSource_params params = { @@ -824,7 +824,7 @@ int __thiscall winISteamFriends_SteamFriends002_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends002_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends002_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends002_GetFriendFromSourceByIndex_params params = { @@ -944,7 +944,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends003_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends003_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends003_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends003_GetFriendCount_params params = { @@ -956,7 +956,7 @@ int __thiscall winISteamFriends_SteamFriends003_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends003_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends003_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends003_GetFriendByIndex_params params = { @@ -1006,7 +1006,7 @@ const char * __thiscall winISteamFriends_SteamFriends003_GetFriendPersonaName(st return params._ret; } -int __thiscall winISteamFriends_SteamFriends003_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends003_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends003_GetFriendAvatar_params params = { @@ -1018,7 +1018,7 @@ int __thiscall winISteamFriends_SteamFriends003_GetFriendAvatar(struct w_steam_i return params._ret; } -bool __thiscall winISteamFriends_SteamFriends003_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64 *pulGameID, uint32 *punGameIP, uint16 *pusGamePort, uint16 *pusQueryPort) +bool __thiscall winISteamFriends_SteamFriends003_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64_t *pulGameID, uint32_t *punGameIP, uint16_t *pusGamePort, uint16_t *pusQueryPort) { struct cppISteamFriends_SteamFriends003_GetFriendGamePlayed_params params = { @@ -1034,7 +1034,7 @@ bool __thiscall winISteamFriends_SteamFriends003_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends003_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends003_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends003_GetFriendPersonaNameHistory_params params = { @@ -1047,7 +1047,7 @@ const char * __thiscall winISteamFriends_SteamFriends003_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends003_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends003_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends003_HasFriend_params params = { @@ -1060,7 +1060,7 @@ bool __thiscall winISteamFriends_SteamFriends003_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends003_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends003_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends003_GetClanCount_params params = { @@ -1071,7 +1071,7 @@ int __thiscall winISteamFriends_SteamFriends003_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends003_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends003_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends003_GetClanByIndex_params params = { @@ -1096,7 +1096,7 @@ const char * __thiscall winISteamFriends_SteamFriends003_GetClanName(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends003_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends003_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends003_GetFriendCountFromSource_params params = { @@ -1108,7 +1108,7 @@ int __thiscall winISteamFriends_SteamFriends003_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends003_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends003_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends003_GetFriendFromSourceByIndex_params params = { @@ -1254,7 +1254,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends004_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends004_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends004_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends004_GetFriendCount_params params = { @@ -1266,7 +1266,7 @@ int __thiscall winISteamFriends_SteamFriends004_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends004_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends004_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends004_GetFriendByIndex_params params = { @@ -1316,7 +1316,7 @@ const char * __thiscall winISteamFriends_SteamFriends004_GetFriendPersonaName(st return params._ret; } -int __thiscall winISteamFriends_SteamFriends004_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int eAvatarSize) +int32_t __thiscall winISteamFriends_SteamFriends004_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t eAvatarSize) { struct cppISteamFriends_SteamFriends004_GetFriendAvatar_params params = { @@ -1329,7 +1329,7 @@ int __thiscall winISteamFriends_SteamFriends004_GetFriendAvatar(struct w_steam_i return params._ret; } -bool __thiscall winISteamFriends_SteamFriends004_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64 *pulGameID, uint32 *punGameIP, uint16 *pusGamePort, uint16 *pusQueryPort) +bool __thiscall winISteamFriends_SteamFriends004_GetFriendGamePlayed(struct w_steam_iface *_this, CSteamID steamIDFriend, uint64_t *pulGameID, uint32_t *punGameIP, uint16_t *pusGamePort, uint16_t *pusQueryPort) { struct cppISteamFriends_SteamFriends004_GetFriendGamePlayed_params params = { @@ -1345,7 +1345,7 @@ bool __thiscall winISteamFriends_SteamFriends004_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends004_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends004_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends004_GetFriendPersonaNameHistory_params params = { @@ -1358,7 +1358,7 @@ const char * __thiscall winISteamFriends_SteamFriends004_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends004_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends004_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends004_HasFriend_params params = { @@ -1371,7 +1371,7 @@ bool __thiscall winISteamFriends_SteamFriends004_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends004_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends004_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends004_GetClanCount_params params = { @@ -1382,7 +1382,7 @@ int __thiscall winISteamFriends_SteamFriends004_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends004_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends004_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends004_GetClanByIndex_params params = { @@ -1407,7 +1407,7 @@ const char * __thiscall winISteamFriends_SteamFriends004_GetClanName(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends004_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends004_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends004_GetFriendCountFromSource_params params = { @@ -1419,7 +1419,7 @@ int __thiscall winISteamFriends_SteamFriends004_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends004_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends004_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends004_GetFriendFromSourceByIndex_params params = { @@ -1569,7 +1569,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends005_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends005_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends005_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends005_GetFriendCount_params params = { @@ -1581,7 +1581,7 @@ int __thiscall winISteamFriends_SteamFriends005_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends005_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends005_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends005_GetFriendByIndex_params params = { @@ -1631,7 +1631,7 @@ const char * __thiscall winISteamFriends_SteamFriends005_GetFriendPersonaName(st return params._ret; } -int __thiscall winISteamFriends_SteamFriends005_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int eAvatarSize) +int32_t __thiscall winISteamFriends_SteamFriends005_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t eAvatarSize) { struct cppISteamFriends_SteamFriends005_GetFriendAvatar_params params = { @@ -1657,7 +1657,7 @@ bool __thiscall winISteamFriends_SteamFriends005_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends005_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends005_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends005_GetFriendPersonaNameHistory_params params = { @@ -1670,7 +1670,7 @@ const char * __thiscall winISteamFriends_SteamFriends005_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends005_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends005_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends005_HasFriend_params params = { @@ -1683,7 +1683,7 @@ bool __thiscall winISteamFriends_SteamFriends005_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends005_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends005_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends005_GetClanCount_params params = { @@ -1694,7 +1694,7 @@ int __thiscall winISteamFriends_SteamFriends005_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends005_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends005_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends005_GetClanByIndex_params params = { @@ -1719,7 +1719,7 @@ const char * __thiscall winISteamFriends_SteamFriends005_GetClanName(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends005_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends005_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends005_GetFriendCountFromSource_params params = { @@ -1731,7 +1731,7 @@ int __thiscall winISteamFriends_SteamFriends005_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends005_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends005_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends005_GetFriendFromSourceByIndex_params params = { @@ -1932,7 +1932,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends006_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends006_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends006_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends006_GetFriendCount_params params = { @@ -1944,7 +1944,7 @@ int __thiscall winISteamFriends_SteamFriends006_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends006_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends006_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends006_GetFriendByIndex_params params = { @@ -1994,7 +1994,7 @@ const char * __thiscall winISteamFriends_SteamFriends006_GetFriendPersonaName(st return params._ret; } -int __thiscall winISteamFriends_SteamFriends006_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int eAvatarSize) +int32_t __thiscall winISteamFriends_SteamFriends006_GetFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t eAvatarSize) { struct cppISteamFriends_SteamFriends006_GetFriendAvatar_params params = { @@ -2020,7 +2020,7 @@ bool __thiscall winISteamFriends_SteamFriends006_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends006_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends006_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends006_GetFriendPersonaNameHistory_params params = { @@ -2033,7 +2033,7 @@ const char * __thiscall winISteamFriends_SteamFriends006_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends006_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends006_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends006_HasFriend_params params = { @@ -2046,7 +2046,7 @@ bool __thiscall winISteamFriends_SteamFriends006_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends006_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends006_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends006_GetClanCount_params params = { @@ -2057,7 +2057,7 @@ int __thiscall winISteamFriends_SteamFriends006_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends006_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends006_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends006_GetClanByIndex_params params = { @@ -2094,7 +2094,7 @@ const char * __thiscall winISteamFriends_SteamFriends006_GetClanTag(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends006_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends006_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends006_GetFriendCountFromSource_params params = { @@ -2106,7 +2106,7 @@ int __thiscall winISteamFriends_SteamFriends006_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends006_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends006_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends006_GetFriendFromSourceByIndex_params params = { @@ -2322,7 +2322,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends007_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends007_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends007_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends007_GetFriendCount_params params = { @@ -2334,7 +2334,7 @@ int __thiscall winISteamFriends_SteamFriends007_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends007_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends007_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends007_GetFriendByIndex_params params = { @@ -2397,7 +2397,7 @@ bool __thiscall winISteamFriends_SteamFriends007_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends007_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends007_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends007_GetFriendPersonaNameHistory_params params = { @@ -2410,7 +2410,7 @@ const char * __thiscall winISteamFriends_SteamFriends007_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends007_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends007_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends007_HasFriend_params params = { @@ -2423,7 +2423,7 @@ bool __thiscall winISteamFriends_SteamFriends007_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends007_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends007_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends007_GetClanCount_params params = { @@ -2434,7 +2434,7 @@ int __thiscall winISteamFriends_SteamFriends007_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends007_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends007_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends007_GetClanByIndex_params params = { @@ -2471,7 +2471,7 @@ const char * __thiscall winISteamFriends_SteamFriends007_GetClanTag(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends007_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends007_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends007_GetFriendCountFromSource_params params = { @@ -2483,7 +2483,7 @@ int __thiscall winISteamFriends_SteamFriends007_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends007_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends007_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends007_GetFriendFromSourceByIndex_params params = { @@ -2589,7 +2589,7 @@ void __thiscall winISteamFriends_SteamFriends007_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends007_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends007_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends007_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends007_GetSmallFriendAvatar_params params = { @@ -2601,7 +2601,7 @@ int __thiscall winISteamFriends_SteamFriends007_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends007_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends007_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends007_GetMediumFriendAvatar_params params = { @@ -2613,7 +2613,7 @@ int __thiscall winISteamFriends_SteamFriends007_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends007_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends007_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends007_GetLargeFriendAvatar_params params = { @@ -2743,7 +2743,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends008_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends008_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends008_GetFriendCount_params params = { @@ -2755,7 +2755,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends008_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends008_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends008_GetFriendByIndex_params params = { @@ -2818,7 +2818,7 @@ bool __thiscall winISteamFriends_SteamFriends008_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends008_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends008_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends008_GetFriendPersonaNameHistory_params params = { @@ -2831,7 +2831,7 @@ const char * __thiscall winISteamFriends_SteamFriends008_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends008_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends008_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends008_HasFriend_params params = { @@ -2844,7 +2844,7 @@ bool __thiscall winISteamFriends_SteamFriends008_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends008_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends008_GetClanCount_params params = { @@ -2855,7 +2855,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends008_GetClanByIndex_params params = { @@ -2892,7 +2892,7 @@ const char * __thiscall winISteamFriends_SteamFriends008_GetClanTag(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends008_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends008_GetFriendCountFromSource_params params = { @@ -2904,7 +2904,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends008_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends008_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends008_GetFriendFromSourceByIndex_params params = { @@ -3010,7 +3010,7 @@ void __thiscall winISteamFriends_SteamFriends008_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends008_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends008_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends008_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends008_GetSmallFriendAvatar_params params = { @@ -3022,7 +3022,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends008_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends008_GetMediumFriendAvatar_params params = { @@ -3034,7 +3034,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends008_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends008_GetLargeFriendAvatar_params params = { @@ -3084,7 +3084,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends008_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends008_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends008_GetClanOfficerCount_params params = { @@ -3096,7 +3096,7 @@ int __thiscall winISteamFriends_SteamFriends008_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends008_GetClanOfficerByIndex_params params = { @@ -3110,7 +3110,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends008_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends008_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends008_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends008_GetUserRestrictions_params params = { @@ -3255,7 +3255,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends009_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends009_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends009_GetFriendCount_params params = { @@ -3267,7 +3267,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends009_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends009_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends009_GetFriendByIndex_params params = { @@ -3330,7 +3330,7 @@ bool __thiscall winISteamFriends_SteamFriends009_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends009_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends009_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends009_GetFriendPersonaNameHistory_params params = { @@ -3343,7 +3343,7 @@ const char * __thiscall winISteamFriends_SteamFriends009_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends009_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends009_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends009_HasFriend_params params = { @@ -3356,7 +3356,7 @@ bool __thiscall winISteamFriends_SteamFriends009_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends009_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends009_GetClanCount_params params = { @@ -3367,7 +3367,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends009_GetClanByIndex_params params = { @@ -3404,7 +3404,7 @@ const char * __thiscall winISteamFriends_SteamFriends009_GetClanTag(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends009_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends009_GetFriendCountFromSource_params params = { @@ -3416,7 +3416,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends009_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends009_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends009_GetFriendFromSourceByIndex_params params = { @@ -3522,7 +3522,7 @@ void __thiscall winISteamFriends_SteamFriends009_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends009_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends009_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends009_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetSmallFriendAvatar_params params = { @@ -3534,7 +3534,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends009_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetMediumFriendAvatar_params params = { @@ -3546,7 +3546,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends009_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetLargeFriendAvatar_params params = { @@ -3596,7 +3596,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends009_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends009_GetClanOfficerCount_params params = { @@ -3608,7 +3608,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends009_GetClanOfficerByIndex_params params = { @@ -3622,7 +3622,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends009_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends009_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends009_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends009_GetUserRestrictions_params params = { @@ -3669,7 +3669,7 @@ const char * __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount_params params = { @@ -3681,7 +3681,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends009_GetFriendRichPresenceKeyByIndex_params params = { @@ -3707,7 +3707,7 @@ bool __thiscall winISteamFriends_SteamFriends009_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends009_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends009_GetCoplayFriendCount_params params = { @@ -3718,7 +3718,7 @@ int __thiscall winISteamFriends_SteamFriends009_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends009_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends009_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends009_GetCoplayFriend_params params = { @@ -3731,7 +3731,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends009_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends009_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends009_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetFriendCoplayTime_params params = { @@ -3914,7 +3914,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends010_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends010_GetFriendCount_params params = { @@ -3926,7 +3926,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends010_GetFriendByIndex_params params = { @@ -3989,7 +3989,7 @@ bool __thiscall winISteamFriends_SteamFriends010_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends010_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends010_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends010_GetFriendPersonaNameHistory_params params = { @@ -4002,7 +4002,7 @@ const char * __thiscall winISteamFriends_SteamFriends010_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends010_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends010_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends010_HasFriend_params params = { @@ -4015,7 +4015,7 @@ bool __thiscall winISteamFriends_SteamFriends010_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends010_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends010_GetClanCount_params params = { @@ -4026,7 +4026,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends010_GetClanByIndex_params params = { @@ -4063,7 +4063,7 @@ const char * __thiscall winISteamFriends_SteamFriends010_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends010_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends010_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends010_GetClanActivityCounts_params params = { @@ -4078,7 +4078,7 @@ bool __thiscall winISteamFriends_SteamFriends010_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends010_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends010_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends010_DownloadClanActivityCounts_params params = { @@ -4091,7 +4091,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends010_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends010_GetFriendCountFromSource_params params = { @@ -4103,7 +4103,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends010_GetFriendFromSourceByIndex_params params = { @@ -4209,7 +4209,7 @@ void __thiscall winISteamFriends_SteamFriends010_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends010_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends010_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends010_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetSmallFriendAvatar_params params = { @@ -4221,7 +4221,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends010_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetMediumFriendAvatar_params params = { @@ -4233,7 +4233,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends010_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetLargeFriendAvatar_params params = { @@ -4283,7 +4283,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends010_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends010_GetClanOfficerCount_params params = { @@ -4295,7 +4295,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends010_GetClanOfficerByIndex_params params = { @@ -4309,7 +4309,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends010_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends010_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends010_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends010_GetUserRestrictions_params params = { @@ -4356,7 +4356,7 @@ const char * __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount_params params = { @@ -4368,7 +4368,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends010_GetFriendRichPresenceKeyByIndex_params params = { @@ -4394,7 +4394,7 @@ bool __thiscall winISteamFriends_SteamFriends010_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends010_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends010_GetCoplayFriendCount_params params = { @@ -4405,7 +4405,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends010_GetCoplayFriend_params params = { @@ -4418,7 +4418,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends010_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetFriendCoplayTime_params params = { @@ -4466,7 +4466,7 @@ bool __thiscall winISteamFriends_SteamFriends010_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends010_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends010_GetClanChatMemberCount_params params = { @@ -4478,7 +4478,7 @@ int __thiscall winISteamFriends_SteamFriends010_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends010_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends010_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends010_GetChatMemberByIndex_params params = { @@ -4505,7 +4505,7 @@ bool __thiscall winISteamFriends_SteamFriends010_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *_e, CSteamID *_f) +int32_t __thiscall winISteamFriends_SteamFriends010_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *_e, CSteamID *_f) { struct cppISteamFriends_SteamFriends010_GetClanChatMessage_params params = { @@ -4596,7 +4596,7 @@ bool __thiscall winISteamFriends_SteamFriends010_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends010_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends010_GetFriendMessage_params params = { @@ -4790,7 +4790,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends011_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends011_GetFriendCount_params params = { @@ -4802,7 +4802,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends011_GetFriendByIndex_params params = { @@ -4865,7 +4865,7 @@ bool __thiscall winISteamFriends_SteamFriends011_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends011_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends011_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends011_GetFriendPersonaNameHistory_params params = { @@ -4878,7 +4878,7 @@ const char * __thiscall winISteamFriends_SteamFriends011_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends011_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends011_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends011_HasFriend_params params = { @@ -4891,7 +4891,7 @@ bool __thiscall winISteamFriends_SteamFriends011_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends011_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends011_GetClanCount_params params = { @@ -4902,7 +4902,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends011_GetClanByIndex_params params = { @@ -4939,7 +4939,7 @@ const char * __thiscall winISteamFriends_SteamFriends011_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends011_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends011_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends011_GetClanActivityCounts_params params = { @@ -4954,7 +4954,7 @@ bool __thiscall winISteamFriends_SteamFriends011_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends011_DownloadClanActivityCounts_params params = { @@ -4967,7 +4967,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends011_GetFriendCountFromSource_params params = { @@ -4979,7 +4979,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends011_GetFriendFromSourceByIndex_params params = { @@ -5085,7 +5085,7 @@ void __thiscall winISteamFriends_SteamFriends011_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends011_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends011_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends011_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetSmallFriendAvatar_params params = { @@ -5097,7 +5097,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends011_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetMediumFriendAvatar_params params = { @@ -5109,7 +5109,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends011_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetLargeFriendAvatar_params params = { @@ -5159,7 +5159,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends011_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends011_GetClanOfficerCount_params params = { @@ -5171,7 +5171,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends011_GetClanOfficerByIndex_params params = { @@ -5185,7 +5185,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends011_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends011_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends011_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends011_GetUserRestrictions_params params = { @@ -5232,7 +5232,7 @@ const char * __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount_params params = { @@ -5244,7 +5244,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends011_GetFriendRichPresenceKeyByIndex_params params = { @@ -5281,7 +5281,7 @@ bool __thiscall winISteamFriends_SteamFriends011_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends011_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends011_GetCoplayFriendCount_params params = { @@ -5292,7 +5292,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends011_GetCoplayFriend_params params = { @@ -5305,7 +5305,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends011_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetFriendCoplayTime_params params = { @@ -5353,7 +5353,7 @@ bool __thiscall winISteamFriends_SteamFriends011_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends011_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends011_GetClanChatMemberCount_params params = { @@ -5365,7 +5365,7 @@ int __thiscall winISteamFriends_SteamFriends011_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends011_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends011_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends011_GetChatMemberByIndex_params params = { @@ -5392,7 +5392,7 @@ bool __thiscall winISteamFriends_SteamFriends011_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *_e, CSteamID *_f) +int32_t __thiscall winISteamFriends_SteamFriends011_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *_e, CSteamID *_f) { struct cppISteamFriends_SteamFriends011_GetClanChatMessage_params params = { @@ -5483,7 +5483,7 @@ bool __thiscall winISteamFriends_SteamFriends011_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends011_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends011_GetFriendMessage_params params = { @@ -5523,7 +5523,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends011_EnumerateFollowingList_params params = { @@ -5718,7 +5718,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends012_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends012_GetFriendCount_params params = { @@ -5730,7 +5730,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends012_GetFriendByIndex_params params = { @@ -5793,7 +5793,7 @@ bool __thiscall winISteamFriends_SteamFriends012_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends012_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends012_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends012_GetFriendPersonaNameHistory_params params = { @@ -5806,7 +5806,7 @@ const char * __thiscall winISteamFriends_SteamFriends012_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends012_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends012_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends012_HasFriend_params params = { @@ -5819,7 +5819,7 @@ bool __thiscall winISteamFriends_SteamFriends012_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends012_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends012_GetClanCount_params params = { @@ -5830,7 +5830,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends012_GetClanByIndex_params params = { @@ -5867,7 +5867,7 @@ const char * __thiscall winISteamFriends_SteamFriends012_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends012_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends012_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends012_GetClanActivityCounts_params params = { @@ -5882,7 +5882,7 @@ bool __thiscall winISteamFriends_SteamFriends012_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends012_DownloadClanActivityCounts_params params = { @@ -5895,7 +5895,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends012_GetFriendCountFromSource_params params = { @@ -5907,7 +5907,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends012_GetFriendFromSourceByIndex_params params = { @@ -6013,7 +6013,7 @@ void __thiscall winISteamFriends_SteamFriends012_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends012_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends012_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends012_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetSmallFriendAvatar_params params = { @@ -6025,7 +6025,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends012_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetMediumFriendAvatar_params params = { @@ -6037,7 +6037,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends012_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetLargeFriendAvatar_params params = { @@ -6087,7 +6087,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends012_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends012_GetClanOfficerCount_params params = { @@ -6099,7 +6099,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends012_GetClanOfficerByIndex_params params = { @@ -6113,7 +6113,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends012_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends012_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends012_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends012_GetUserRestrictions_params params = { @@ -6160,7 +6160,7 @@ const char * __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount_params params = { @@ -6172,7 +6172,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends012_GetFriendRichPresenceKeyByIndex_params params = { @@ -6209,7 +6209,7 @@ bool __thiscall winISteamFriends_SteamFriends012_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends012_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends012_GetCoplayFriendCount_params params = { @@ -6220,7 +6220,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends012_GetCoplayFriend_params params = { @@ -6233,7 +6233,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends012_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetFriendCoplayTime_params params = { @@ -6281,7 +6281,7 @@ bool __thiscall winISteamFriends_SteamFriends012_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends012_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends012_GetClanChatMemberCount_params params = { @@ -6293,7 +6293,7 @@ int __thiscall winISteamFriends_SteamFriends012_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends012_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends012_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends012_GetChatMemberByIndex_params params = { @@ -6320,7 +6320,7 @@ bool __thiscall winISteamFriends_SteamFriends012_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *_e, CSteamID *_f) +int32_t __thiscall winISteamFriends_SteamFriends012_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *_e, CSteamID *_f) { struct cppISteamFriends_SteamFriends012_GetClanChatMessage_params params = { @@ -6411,7 +6411,7 @@ bool __thiscall winISteamFriends_SteamFriends012_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends012_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends012_GetFriendMessage_params params = { @@ -6451,7 +6451,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends012_EnumerateFollowingList_params params = { @@ -6646,7 +6646,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends013_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends013_GetFriendCount_params params = { @@ -6658,7 +6658,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends013_GetFriendByIndex_params params = { @@ -6721,7 +6721,7 @@ bool __thiscall winISteamFriends_SteamFriends013_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends013_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends013_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends013_GetFriendPersonaNameHistory_params params = { @@ -6734,7 +6734,7 @@ const char * __thiscall winISteamFriends_SteamFriends013_GetFriendPersonaNameHis return params._ret; } -bool __thiscall winISteamFriends_SteamFriends013_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends013_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends013_HasFriend_params params = { @@ -6747,7 +6747,7 @@ bool __thiscall winISteamFriends_SteamFriends013_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends013_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends013_GetClanCount_params params = { @@ -6758,7 +6758,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends013_GetClanByIndex_params params = { @@ -6795,7 +6795,7 @@ const char * __thiscall winISteamFriends_SteamFriends013_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends013_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends013_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends013_GetClanActivityCounts_params params = { @@ -6810,7 +6810,7 @@ bool __thiscall winISteamFriends_SteamFriends013_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends013_DownloadClanActivityCounts_params params = { @@ -6823,7 +6823,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends013_GetFriendCountFromSource_params params = { @@ -6835,7 +6835,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends013_GetFriendFromSourceByIndex_params params = { @@ -6942,7 +6942,7 @@ void __thiscall winISteamFriends_SteamFriends013_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends013_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends013_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends013_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetSmallFriendAvatar_params params = { @@ -6954,7 +6954,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends013_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetMediumFriendAvatar_params params = { @@ -6966,7 +6966,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends013_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetLargeFriendAvatar_params params = { @@ -7016,7 +7016,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends013_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends013_GetClanOfficerCount_params params = { @@ -7028,7 +7028,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends013_GetClanOfficerByIndex_params params = { @@ -7042,7 +7042,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends013_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends013_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends013_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends013_GetUserRestrictions_params params = { @@ -7089,7 +7089,7 @@ const char * __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount_params params = { @@ -7101,7 +7101,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends013_GetFriendRichPresenceKeyByIndex_params params = { @@ -7138,7 +7138,7 @@ bool __thiscall winISteamFriends_SteamFriends013_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends013_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends013_GetCoplayFriendCount_params params = { @@ -7149,7 +7149,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends013_GetCoplayFriend_params params = { @@ -7162,7 +7162,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends013_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetFriendCoplayTime_params params = { @@ -7210,7 +7210,7 @@ bool __thiscall winISteamFriends_SteamFriends013_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends013_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends013_GetClanChatMemberCount_params params = { @@ -7222,7 +7222,7 @@ int __thiscall winISteamFriends_SteamFriends013_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends013_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends013_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends013_GetChatMemberByIndex_params params = { @@ -7249,7 +7249,7 @@ bool __thiscall winISteamFriends_SteamFriends013_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *_e, CSteamID *_f) +int32_t __thiscall winISteamFriends_SteamFriends013_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *_e, CSteamID *_f) { struct cppISteamFriends_SteamFriends013_GetClanChatMessage_params params = { @@ -7340,7 +7340,7 @@ bool __thiscall winISteamFriends_SteamFriends013_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends013_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends013_GetFriendMessage_params params = { @@ -7380,7 +7380,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends013_EnumerateFollowingList_params params = { @@ -7576,7 +7576,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends014_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends014_GetFriendCount_params params = { @@ -7588,7 +7588,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends014_GetFriendByIndex_params params = { @@ -7651,7 +7651,7 @@ bool __thiscall winISteamFriends_SteamFriends014_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends014_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends014_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends014_GetFriendPersonaNameHistory_params params = { @@ -7676,7 +7676,7 @@ const char * __thiscall winISteamFriends_SteamFriends014_GetPlayerNickname(struc return params._ret; } -bool __thiscall winISteamFriends_SteamFriends014_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends014_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends014_HasFriend_params params = { @@ -7689,7 +7689,7 @@ bool __thiscall winISteamFriends_SteamFriends014_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends014_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends014_GetClanCount_params params = { @@ -7700,7 +7700,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends014_GetClanByIndex_params params = { @@ -7737,7 +7737,7 @@ const char * __thiscall winISteamFriends_SteamFriends014_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends014_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends014_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends014_GetClanActivityCounts_params params = { @@ -7752,7 +7752,7 @@ bool __thiscall winISteamFriends_SteamFriends014_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends014_DownloadClanActivityCounts_params params = { @@ -7765,7 +7765,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends014_GetFriendCountFromSource_params params = { @@ -7777,7 +7777,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends014_GetFriendFromSourceByIndex_params params = { @@ -7884,7 +7884,7 @@ void __thiscall winISteamFriends_SteamFriends014_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends014_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends014_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends014_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetSmallFriendAvatar_params params = { @@ -7896,7 +7896,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends014_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetMediumFriendAvatar_params params = { @@ -7908,7 +7908,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends014_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetLargeFriendAvatar_params params = { @@ -7958,7 +7958,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends014_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends014_GetClanOfficerCount_params params = { @@ -7970,7 +7970,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends014_GetClanOfficerByIndex_params params = { @@ -7984,7 +7984,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends014_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends014_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends014_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends014_GetUserRestrictions_params params = { @@ -8031,7 +8031,7 @@ const char * __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount_params params = { @@ -8043,7 +8043,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends014_GetFriendRichPresenceKeyByIndex_params params = { @@ -8080,7 +8080,7 @@ bool __thiscall winISteamFriends_SteamFriends014_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends014_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends014_GetCoplayFriendCount_params params = { @@ -8091,7 +8091,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends014_GetCoplayFriend_params params = { @@ -8104,7 +8104,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends014_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetFriendCoplayTime_params params = { @@ -8152,7 +8152,7 @@ bool __thiscall winISteamFriends_SteamFriends014_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends014_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends014_GetClanChatMemberCount_params params = { @@ -8164,7 +8164,7 @@ int __thiscall winISteamFriends_SteamFriends014_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends014_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends014_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends014_GetChatMemberByIndex_params params = { @@ -8191,7 +8191,7 @@ bool __thiscall winISteamFriends_SteamFriends014_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) +int32_t __thiscall winISteamFriends_SteamFriends014_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) { struct cppISteamFriends_SteamFriends014_GetClanChatMessage_params params = { @@ -8282,7 +8282,7 @@ bool __thiscall winISteamFriends_SteamFriends014_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends014_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends014_GetFriendMessage_params params = { @@ -8322,7 +8322,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends014_EnumerateFollowingList_params params = { @@ -8527,7 +8527,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends015_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends015_GetFriendCount_params params = { @@ -8539,7 +8539,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends015_GetFriendByIndex_params params = { @@ -8602,7 +8602,7 @@ bool __thiscall winISteamFriends_SteamFriends015_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends015_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends015_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends015_GetFriendPersonaNameHistory_params params = { @@ -8615,7 +8615,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetFriendPersonaNameHis return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendSteamLevel(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendSteamLevel(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetFriendSteamLevel_params params = { @@ -8639,7 +8639,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetPlayerNickname(struc return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupCount_params params = { @@ -8650,7 +8650,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupCount(struct w_st return params._ret; } -FriendsGroupID_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int iFG) +FriendsGroupID_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params params = { @@ -8674,7 +8674,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupName(str return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params params = { @@ -8686,7 +8686,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount(stru return params._ret; } -void __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int nMembersCount) +void __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList_params params = { @@ -8699,7 +8699,7 @@ void __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersList(stru cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList( ¶ms ); } -bool __thiscall winISteamFriends_SteamFriends015_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends015_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends015_HasFriend_params params = { @@ -8712,7 +8712,7 @@ bool __thiscall winISteamFriends_SteamFriends015_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends015_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends015_GetClanCount_params params = { @@ -8723,7 +8723,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends015_GetClanByIndex_params params = { @@ -8760,7 +8760,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends015_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends015_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends015_GetClanActivityCounts_params params = { @@ -8775,7 +8775,7 @@ bool __thiscall winISteamFriends_SteamFriends015_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends015_DownloadClanActivityCounts_params params = { @@ -8788,7 +8788,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends015_GetFriendCountFromSource_params params = { @@ -8800,7 +8800,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends015_GetFriendFromSourceByIndex_params params = { @@ -8907,7 +8907,7 @@ void __thiscall winISteamFriends_SteamFriends015_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends015_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends015_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetSmallFriendAvatar_params params = { @@ -8919,7 +8919,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetMediumFriendAvatar_params params = { @@ -8931,7 +8931,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetLargeFriendAvatar_params params = { @@ -8981,7 +8981,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends015_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends015_GetClanOfficerCount_params params = { @@ -8993,7 +8993,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends015_GetClanOfficerByIndex_params params = { @@ -9007,7 +9007,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends015_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends015_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends015_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends015_GetUserRestrictions_params params = { @@ -9054,7 +9054,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount_params params = { @@ -9066,7 +9066,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends015_GetFriendRichPresenceKeyByIndex_params params = { @@ -9103,7 +9103,7 @@ bool __thiscall winISteamFriends_SteamFriends015_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends015_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends015_GetCoplayFriendCount_params params = { @@ -9114,7 +9114,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends015_GetCoplayFriend_params params = { @@ -9127,7 +9127,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends015_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetFriendCoplayTime_params params = { @@ -9175,7 +9175,7 @@ bool __thiscall winISteamFriends_SteamFriends015_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends015_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends015_GetClanChatMemberCount_params params = { @@ -9187,7 +9187,7 @@ int __thiscall winISteamFriends_SteamFriends015_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends015_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends015_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends015_GetChatMemberByIndex_params params = { @@ -9214,7 +9214,7 @@ bool __thiscall winISteamFriends_SteamFriends015_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) +int32_t __thiscall winISteamFriends_SteamFriends015_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) { struct cppISteamFriends_SteamFriends015_GetClanChatMessage_params params = { @@ -9305,7 +9305,7 @@ bool __thiscall winISteamFriends_SteamFriends015_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends015_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends015_GetFriendMessage_params params = { @@ -9345,7 +9345,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends015_EnumerateFollowingList_params params = { @@ -9590,7 +9590,7 @@ uint32_t __thiscall winISteamFriends_SteamFriends017_GetPersonaState(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendCount(struct w_steam_iface *_this, int iFriendFlags) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendCount(struct w_steam_iface *_this, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends017_GetFriendCount_params params = { @@ -9602,7 +9602,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetFriendCount(struct w_steam_if return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iFriend, int iFriendFlags) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetFriendByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends017_GetFriendByIndex_params params = { @@ -9665,7 +9665,7 @@ bool __thiscall winISteamFriends_SteamFriends017_GetFriendGamePlayed(struct w_st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends017_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int iPersonaName) +const char * __thiscall winISteamFriends_SteamFriends017_GetFriendPersonaNameHistory(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iPersonaName) { struct cppISteamFriends_SteamFriends017_GetFriendPersonaNameHistory_params params = { @@ -9678,7 +9678,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetFriendPersonaNameHis return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendSteamLevel(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendSteamLevel(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetFriendSteamLevel_params params = { @@ -9702,7 +9702,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetPlayerNickname(struc return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupCount_params params = { @@ -9713,7 +9713,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupCount(struct w_st return params._ret; } -FriendsGroupID_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int iFG) +FriendsGroupID_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params params = { @@ -9737,7 +9737,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupName(str return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params params = { @@ -9749,7 +9749,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount(stru return params._ret; } -void __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int nMembersCount) +void __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList_params params = { @@ -9762,7 +9762,7 @@ void __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersList(stru cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList( ¶ms ); } -bool __thiscall winISteamFriends_SteamFriends017_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int iFriendFlags) +bool __thiscall winISteamFriends_SteamFriends017_HasFriend(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iFriendFlags) { struct cppISteamFriends_SteamFriends017_HasFriend_params params = { @@ -9775,7 +9775,7 @@ bool __thiscall winISteamFriends_SteamFriends017_HasFriend(struct w_steam_iface return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetClanCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends017_GetClanCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends017_GetClanCount_params params = { @@ -9786,7 +9786,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetClanCount(struct w_steam_ifac return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iClan) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iClan) { struct cppISteamFriends_SteamFriends017_GetClanByIndex_params params = { @@ -9823,7 +9823,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetClanTag(struct w_ste return params._ret; } -bool __thiscall winISteamFriends_SteamFriends017_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int *pnOnline, int *pnInGame, int *pnChatting) +bool __thiscall winISteamFriends_SteamFriends017_GetClanActivityCounts(struct w_steam_iface *_this, CSteamID steamIDClan, int32_t *pnOnline, int32_t *pnInGame, int32_t *pnChatting) { struct cppISteamFriends_SteamFriends017_GetClanActivityCounts_params params = { @@ -9838,7 +9838,7 @@ bool __thiscall winISteamFriends_SteamFriends017_GetClanActivityCounts(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int cClansToRequest) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends017_DownloadClanActivityCounts_params params = { @@ -9851,7 +9851,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_DownloadClanActivityC return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendCountFromSource(struct w_steam_iface *_this, CSteamID steamIDSource) { struct cppISteamFriends_SteamFriends017_GetFriendCountFromSource_params params = { @@ -9863,7 +9863,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetFriendCountFromSource(struct return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int iFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetFriendFromSourceByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDSource, int32_t iFriend) { struct cppISteamFriends_SteamFriends017_GetFriendFromSourceByIndex_params params = { @@ -9971,7 +9971,7 @@ void __thiscall winISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialog( ¶ms ); } -int __thiscall winISteamFriends_SteamFriends017_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetSmallFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetSmallFriendAvatar_params params = { @@ -9983,7 +9983,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetSmallFriendAvatar(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetMediumFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetMediumFriendAvatar_params params = { @@ -9995,7 +9995,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetMediumFriendAvatar(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetLargeFriendAvatar(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetLargeFriendAvatar_params params = { @@ -10045,7 +10045,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanOwner(struct w_ste return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends017_GetClanOfficerCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends017_GetClanOfficerCount_params params = { @@ -10057,7 +10057,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetClanOfficerCount(struct w_ste return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iOfficer) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanOfficerByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iOfficer) { struct cppISteamFriends_SteamFriends017_GetClanOfficerByIndex_params params = { @@ -10071,7 +10071,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends017_GetClanOfficerByIndex(str return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends017_GetUserRestrictions(struct w_steam_iface *_this) +uint32_t __thiscall winISteamFriends_SteamFriends017_GetUserRestrictions(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends017_GetUserRestrictions_params params = { @@ -10118,7 +10118,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresence(s return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount_params params = { @@ -10130,7 +10130,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresenceKeyCount(st return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int iKey) +const char * __thiscall winISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iKey) { struct cppISteamFriends_SteamFriends017_GetFriendRichPresenceKeyByIndex_params params = { @@ -10167,7 +10167,7 @@ bool __thiscall winISteamFriends_SteamFriends017_InviteUserToGame(struct w_steam return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetCoplayFriendCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends017_GetCoplayFriendCount(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends017_GetCoplayFriendCount_params params = { @@ -10178,7 +10178,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetCoplayFriendCount(struct w_st return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int iCoplayFriend) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetCoplayFriend(struct w_steam_iface *_this, CSteamID *_ret, int32_t iCoplayFriend) { struct cppISteamFriends_SteamFriends017_GetCoplayFriend_params params = { @@ -10191,7 +10191,7 @@ CSteamID * __thiscall winISteamFriends_SteamFriends017_GetCoplayFriend(struct w_ return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayTime(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetFriendCoplayTime_params params = { @@ -10239,7 +10239,7 @@ bool __thiscall winISteamFriends_SteamFriends017_LeaveClanChatRoom(struct w_stea return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) +int32_t __thiscall winISteamFriends_SteamFriends017_GetClanChatMemberCount(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends017_GetClanChatMemberCount_params params = { @@ -10251,7 +10251,7 @@ int __thiscall winISteamFriends_SteamFriends017_GetClanChatMemberCount(struct w_ return params._ret; } -CSteamID * __thiscall winISteamFriends_SteamFriends017_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int iUser) +CSteamID * __thiscall winISteamFriends_SteamFriends017_GetChatMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDClan, int32_t iUser) { struct cppISteamFriends_SteamFriends017_GetChatMemberByIndex_params params = { @@ -10278,7 +10278,7 @@ bool __thiscall winISteamFriends_SteamFriends017_SendClanChatMessage(struct w_st return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int iMessage, void *prgchText, int cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) +int32_t __thiscall winISteamFriends_SteamFriends017_GetClanChatMessage(struct w_steam_iface *_this, CSteamID steamIDClanChat, int32_t iMessage, void *prgchText, int32_t cchTextMax, uint32_t *peChatEntryType, CSteamID *psteamidChatter) { struct cppISteamFriends_SteamFriends017_GetClanChatMessage_params params = { @@ -10369,7 +10369,7 @@ bool __thiscall winISteamFriends_SteamFriends017_ReplyToFriendMessage(struct w_s return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int iMessageID, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendMessage(struct w_steam_iface *_this, CSteamID steamIDFriend, int32_t iMessageID, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamFriends_SteamFriends017_GetFriendMessage_params params = { @@ -10409,7 +10409,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_IsFollowing(struct w_ return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_EnumerateFollowingList(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params params = { @@ -10445,7 +10445,7 @@ bool __thiscall winISteamFriends_SteamFriends017_IsClanOfficialGameGroup(struct return params._ret; } -int __thiscall winISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages(struct w_steam_iface *_this) +int32_t __thiscall winISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages(struct w_steam_iface *_this) { struct cppISteamFriends_SteamFriends017_GetNumChatsWithUnreadPriorityMessages_params params = { @@ -10529,7 +10529,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetProfileItemPropertyS return params._ret; } -uint32 __thiscall winISteamFriends_SteamFriends017_GetProfileItemPropertyUint(struct w_steam_iface *_this, CSteamID steamID, uint32_t itemType, uint32_t prop) +uint32_t __thiscall winISteamFriends_SteamFriends017_GetProfileItemPropertyUint(struct w_steam_iface *_this, CSteamID steamID, uint32_t itemType, uint32_t prop) { struct cppISteamFriends_SteamFriends017_GetProfileItemPropertyUint_params params = { diff --git a/lsteamclient/winISteamGameCoordinator.c b/lsteamclient/winISteamGameCoordinator.c index 7f4b441d..2d43af4f 100644 --- a/lsteamclient/winISteamGameCoordinator.c +++ b/lsteamclient/winISteamGameCoordinator.c @@ -19,7 +19,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameCoordinator_SteamGameCoordinator001_SendMes DEFINE_THISCALL_WRAPPER(winISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable, 8) DEFINE_THISCALL_WRAPPER(winISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage, 20) -uint32_t __thiscall winISteamGameCoordinator_SteamGameCoordinator001_SendMessage(struct w_steam_iface *_this, uint32 unMsgType, const void *pubData, uint32 cubData) +uint32_t __thiscall winISteamGameCoordinator_SteamGameCoordinator001_SendMessage(struct w_steam_iface *_this, uint32_t unMsgType, const void *pubData, uint32_t cubData) { struct cppISteamGameCoordinator_SteamGameCoordinator001_SendMessage_params params = { @@ -33,7 +33,7 @@ uint32_t __thiscall winISteamGameCoordinator_SteamGameCoordinator001_SendMessage return params._ret; } -bool __thiscall winISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable(struct w_steam_iface *_this, uint32 *pcubMsgSize) +bool __thiscall winISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable(struct w_steam_iface *_this, uint32_t *pcubMsgSize) { struct cppISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvailable_params params = { @@ -45,7 +45,7 @@ bool __thiscall winISteamGameCoordinator_SteamGameCoordinator001_IsMessageAvaila return params._ret; } -uint32_t __thiscall winISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage(struct w_steam_iface *_this, uint32 *punMsgType, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +uint32_t __thiscall winISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage(struct w_steam_iface *_this, uint32_t *punMsgType, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamGameCoordinator_SteamGameCoordinator001_RetrieveMessage_params params = { diff --git a/lsteamclient/winISteamGameSearch.c b/lsteamclient/winISteamGameSearch.c index d5b94482..d14a9ba9 100644 --- a/lsteamclient/winISteamGameSearch.c +++ b/lsteamclient/winISteamGameSearch.c @@ -43,7 +43,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_AddGameSearchPar return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby(struct w_steam_iface *_this, CSteamID steamIDLobby, int nPlayerMin, int nPlayerMax) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t nPlayerMin, int32_t nPlayerMax) { struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameWithLobby_params params = { @@ -57,7 +57,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SearchForGameWit return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo(struct w_steam_iface *_this, int nPlayerMin, int nPlayerMax) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo(struct w_steam_iface *_this, int32_t nPlayerMin, int32_t nPlayerMax) { struct cppISteamGameSearch_SteamMatchGameSearch001_SearchForGameSolo_params params = { @@ -92,7 +92,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_DeclineGame(stru return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails(struct w_steam_iface *_this, CSteamID steamIDHost, char *pchConnectionDetails, int cubConnectionDetails) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails(struct w_steam_iface *_this, CSteamID steamIDHost, char *pchConnectionDetails, int32_t cubConnectionDetails) { struct cppISteamGameSearch_SteamMatchGameSearch001_RetrieveConnectionDetails_params params = { @@ -130,7 +130,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SetGameHostParam return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails(struct w_steam_iface *_this, const char *pchConnectionDetails, int cubConnectionDetails) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails(struct w_steam_iface *_this, const char *pchConnectionDetails, int32_t cubConnectionDetails) { struct cppISteamGameSearch_SteamMatchGameSearch001_SetConnectionDetails_params params = { @@ -143,7 +143,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SetConnectionDet return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame(struct w_steam_iface *_this, int nPlayerMin, int nPlayerMax, int nMaxTeamSize) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame(struct w_steam_iface *_this, int32_t nPlayerMin, int32_t nPlayerMax, int32_t nMaxTeamSize) { struct cppISteamGameSearch_SteamMatchGameSearch001_RequestPlayersForGame_params params = { @@ -157,7 +157,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_RequestPlayersFo return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart(struct w_steam_iface *_this, uint64 ullUniqueGameID) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart(struct w_steam_iface *_this, uint64_t ullUniqueGameID) { struct cppISteamGameSearch_SteamMatchGameSearch001_HostConfirmGameStart_params params = { @@ -180,7 +180,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_CancelRequestPla return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SubmitPlayerResult(struct w_steam_iface *_this, uint64 ullUniqueGameID, CSteamID steamIDPlayer, uint32_t EPlayerResult) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SubmitPlayerResult(struct w_steam_iface *_this, uint64_t ullUniqueGameID, CSteamID steamIDPlayer, uint32_t EPlayerResult) { struct cppISteamGameSearch_SteamMatchGameSearch001_SubmitPlayerResult_params params = { @@ -194,7 +194,7 @@ uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_SubmitPlayerResu return params._ret; } -uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_EndGame(struct w_steam_iface *_this, uint64 ullUniqueGameID) +uint32_t __thiscall winISteamGameSearch_SteamMatchGameSearch001_EndGame(struct w_steam_iface *_this, uint64_t ullUniqueGameID) { struct cppISteamGameSearch_SteamMatchGameSearch001_EndGame_params params = { diff --git a/lsteamclient/winISteamGameServer.c b/lsteamclient/winISteamGameServer.c index c3baf56e..e24c1e1d 100644 --- a/lsteamclient/winISteamGameServer.c +++ b/lsteamclient/winISteamGameServer.c @@ -68,7 +68,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_BLoggedOn(struct w_steam_ return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer002_GSSetSpawnCount(struct w_steam_iface *_this, uint32 ucSpawn) +void __thiscall winISteamGameServer_SteamGameServer002_GSSetSpawnCount(struct w_steam_iface *_this, uint32_t ucSpawn) { struct cppISteamGameServer_SteamGameServer002_GSSetSpawnCount_params params = { @@ -79,7 +79,7 @@ void __thiscall winISteamGameServer_SteamGameServer002_GSSetSpawnCount(struct w_ cppISteamGameServer_SteamGameServer002_GSSetSpawnCount( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendToNewClient(struct w_steam_iface *_this, void *pvEncryptionKey, uint32 *pcbEncryptionKey, uint32 cbMaxEncryptionKey) +bool __thiscall winISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendToNewClient(struct w_steam_iface *_this, void *pvEncryptionKey, uint32_t *pcbEncryptionKey, uint32_t cbMaxEncryptionKey) { struct cppISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionKeyToSendToNewClient_params params = { @@ -93,7 +93,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSGetSteam2GetEncryptionK return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect(struct w_steam_iface *_this, uint32 unUserID, const void *pvRawKey, uint32 unKeyLen, uint32 unIPPublic, uint16 usPort, const void *pvCookie, uint32 cubCookie) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect(struct w_steam_iface *_this, uint32_t unUserID, const void *pvRawKey, uint32_t unKeyLen, uint32_t unIPPublic, uint16_t usPort, const void *pvCookie, uint32_t cubCookie) { struct cppISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect_params params = { @@ -111,7 +111,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam2UserConnect(s return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect(struct w_steam_iface *_this, CSteamID steamID, uint32 unIPPublic, const void *pvCookie, uint32 cubCookie) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect(struct w_steam_iface *_this, CSteamID steamID, uint32_t unIPPublic, const void *pvCookie, uint32_t cubCookie) { struct cppISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect_params params = { @@ -126,7 +126,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSendSteam3UserConnect(s return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSRemoveUserConnect(struct w_steam_iface *_this, uint32 unUserID) +bool __thiscall winISteamGameServer_SteamGameServer002_GSRemoveUserConnect(struct w_steam_iface *_this, uint32_t unUserID) { struct cppISteamGameServer_SteamGameServer002_GSRemoveUserConnect_params params = { @@ -138,7 +138,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSRemoveUserConnect(struc return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserDisconnect(struct w_steam_iface *_this, CSteamID steamID, uint32 unUserID) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserDisconnect(struct w_steam_iface *_this, CSteamID steamID, uint32_t unUserID) { struct cppISteamGameServer_SteamGameServer002_GSSendUserDisconnect_params params = { @@ -151,7 +151,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserDisconnect(stru return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserStatusResponse(struct w_steam_iface *_this, CSteamID steamID, int nSecondsConnected, int nSecondsSinceLast) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserStatusResponse(struct w_steam_iface *_this, CSteamID steamID, int32_t nSecondsConnected, int32_t nSecondsSinceLast) { struct cppISteamGameServer_SteamGameServer002_GSSendUserStatusResponse_params params = { @@ -165,7 +165,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSendUserStatusResponse( return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_Obsolete_GSSetStatus(struct w_steam_iface *_this, int32 nAppIdServed, uint32 unServerFlags, int cPlayers, int cPlayersMax, int cBotPlayers, int unGamePort, const char *pchServerName, const char *pchGameDir, const char *pchMapName, const char *pchVersion) +bool __thiscall winISteamGameServer_SteamGameServer002_Obsolete_GSSetStatus(struct w_steam_iface *_this, int32_t nAppIdServed, uint32_t unServerFlags, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, int32_t unGamePort, const char *pchServerName, const char *pchGameDir, const char *pchMapName, const char *pchVersion) { struct cppISteamGameServer_SteamGameServer002_Obsolete_GSSetStatus_params params = { @@ -186,7 +186,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_Obsolete_GSSetStatus(stru return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSUpdateStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pchMapName) +bool __thiscall winISteamGameServer_SteamGameServer002_GSUpdateStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer002_GSUpdateStatus_params params = { @@ -225,7 +225,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer002_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType(struct w_steam_iface *_this, int32 nGameAppId, uint32 unServerFlags, uint32 unGameIP, uint32 unGamePort, const char *pchGameDir, const char *pchVersion) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType(struct w_steam_iface *_this, int32_t nGameAppId, uint32_t unServerFlags, uint32_t unGameIP, uint32_t unGamePort, const char *pchGameDir, const char *pchVersion) { struct cppISteamGameServer_SteamGameServer002_GSSetServerType_params params = { @@ -242,7 +242,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType2(struct w_steam_iface *_this, int32 nGameAppId, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType2(struct w_steam_iface *_this, int32_t nGameAppId, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer002_GSSetServerType2_params params = { @@ -262,7 +262,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSetServerType2(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSUpdateStatus2(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +bool __thiscall winISteamGameServer_SteamGameServer002_GSUpdateStatus2(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer002_GSUpdateStatus2_params params = { @@ -291,7 +291,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSCreateUnauthenticatedUs return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer002_GSSetUserData(struct w_steam_iface *_this, CSteamID steamID, const char *pPlayerName, uint32 nFrags) +bool __thiscall winISteamGameServer_SteamGameServer002_GSSetUserData(struct w_steam_iface *_this, CSteamID steamID, const char *pPlayerName, uint32_t nFrags) { struct cppISteamGameServer_SteamGameServer002_GSSetUserData_params params = { @@ -305,7 +305,7 @@ bool __thiscall winISteamGameServer_SteamGameServer002_GSSetUserData(struct w_st return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer002_GSUpdateSpectatorPort_params params = { @@ -442,7 +442,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer003_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient(struct w_steam_iface *_this, void *pvEncryptionKey, uint32 *pcbEncryptionKey, uint32 cbMaxEncryptionKey) +bool __thiscall winISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient(struct w_steam_iface *_this, void *pvEncryptionKey, uint32_t *pcbEncryptionKey, uint32_t cbMaxEncryptionKey) { struct cppISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient_params params = { @@ -456,7 +456,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionK return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserConnect(struct w_steam_iface *_this, uint32 unUserID, uint32 unIPPublic, uint16 usPort, const void *pvCookie, uint32 cubCookie) +bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserConnect(struct w_steam_iface *_this, uint32_t unUserID, uint32_t unIPPublic, uint16_t usPort, const void *pvCookie, uint32_t cubCookie) { struct cppISteamGameServer_SteamGameServer003_GSSendUserConnect_params params = { @@ -472,7 +472,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserConnect(struct return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSRemoveUserConnect(struct w_steam_iface *_this, uint32 unUserID) +bool __thiscall winISteamGameServer_SteamGameServer003_GSRemoveUserConnect(struct w_steam_iface *_this, uint32_t unUserID) { struct cppISteamGameServer_SteamGameServer003_GSRemoveUserConnect_params params = { @@ -484,7 +484,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSRemoveUserConnect(struc return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserDisconnect(struct w_steam_iface *_this, CSteamID steamID, uint32 unUserID) +bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserDisconnect(struct w_steam_iface *_this, CSteamID steamID, uint32_t unUserID) { struct cppISteamGameServer_SteamGameServer003_GSSendUserDisconnect_params params = { @@ -497,7 +497,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSSendUserDisconnect(stru return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer003_GSSetSpawnCount(struct w_steam_iface *_this, uint32 ucSpawn) +void __thiscall winISteamGameServer_SteamGameServer003_GSSetSpawnCount(struct w_steam_iface *_this, uint32_t ucSpawn) { struct cppISteamGameServer_SteamGameServer003_GSSetSpawnCount_params params = { @@ -508,7 +508,7 @@ void __thiscall winISteamGameServer_SteamGameServer003_GSSetSpawnCount(struct w_ cppISteamGameServer_SteamGameServer003_GSSetSpawnCount( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer003_GSSetServerType(struct w_steam_iface *_this, int32 nGameAppId, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer003_GSSetServerType(struct w_steam_iface *_this, int32_t nGameAppId, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer003_GSSetServerType_params params = { @@ -528,7 +528,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSSetServerType(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSUpdateStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +bool __thiscall winISteamGameServer_SteamGameServer003_GSUpdateStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer003_GSUpdateStatus_params params = { @@ -557,7 +557,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSCreateUnauthenticatedUs return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer003_GSSetUserData(struct w_steam_iface *_this, CSteamID steamID, const char *pPlayerName, uint32 nFrags) +bool __thiscall winISteamGameServer_SteamGameServer003_GSSetUserData(struct w_steam_iface *_this, CSteamID steamID, const char *pPlayerName, uint32_t nFrags) { struct cppISteamGameServer_SteamGameServer003_GSSetUserData_params params = { @@ -571,7 +571,7 @@ bool __thiscall winISteamGameServer_SteamGameServer003_GSSetUserData(struct w_st return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort_params params = { @@ -714,7 +714,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer004_GetSteamID(struct w return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, CSteamID steamIDUser, uint32 unIPClient, void *pvAuthBlob, uint32 cubAuthBlobSize) +void __thiscall winISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, CSteamID steamIDUser, uint32_t unIPClient, void *pvAuthBlob, uint32_t cubAuthBlobSize) { struct cppISteamGameServer_SteamGameServer004_SendUserConnectAndAuthenticate_params params = { @@ -751,7 +751,7 @@ void __thiscall winISteamGameServer_SteamGameServer004_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer004_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer004_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer004_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer004_BUpdateUserData_params params = { @@ -765,7 +765,7 @@ bool __thiscall winISteamGameServer_SteamGameServer004_BUpdateUserData(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer004_BSetServerType(struct w_steam_iface *_this, int32 nGameAppId, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer004_BSetServerType(struct w_steam_iface *_this, int32_t nGameAppId, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer004_BSetServerType_params params = { @@ -785,7 +785,7 @@ bool __thiscall winISteamGameServer_SteamGameServer004_BSetServerType(struct w_s return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer004_UpdateServerStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +void __thiscall winISteamGameServer_SteamGameServer004_UpdateServerStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer004_UpdateServerStatus_params params = { @@ -801,7 +801,7 @@ void __thiscall winISteamGameServer_SteamGameServer004_UpdateServerStatus(struct cppISteamGameServer_SteamGameServer004_UpdateServerStatus( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer004_UpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer004_UpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer004_UpdateSpectatorPort_params params = { @@ -941,7 +941,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer005_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer005_SendUserConnectAndAuthenticate_params params = { @@ -979,7 +979,7 @@ void __thiscall winISteamGameServer_SteamGameServer005_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer005_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer005_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer005_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer005_BUpdateUserData_params params = { @@ -993,7 +993,7 @@ bool __thiscall winISteamGameServer_SteamGameServer005_BUpdateUserData(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer005_BSetServerType(struct w_steam_iface *_this, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer005_BSetServerType(struct w_steam_iface *_this, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer005_BSetServerType_params params = { @@ -1012,7 +1012,7 @@ bool __thiscall winISteamGameServer_SteamGameServer005_BSetServerType(struct w_s return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer005_UpdateServerStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +void __thiscall winISteamGameServer_SteamGameServer005_UpdateServerStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer005_UpdateServerStatus_params params = { @@ -1028,7 +1028,7 @@ void __thiscall winISteamGameServer_SteamGameServer005_UpdateServerStatus(struct cppISteamGameServer_SteamGameServer005_UpdateServerStatus( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer005_UpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer005_UpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer005_UpdateSpectatorPort_params params = { @@ -1171,7 +1171,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer008_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate_params params = { @@ -1209,7 +1209,7 @@ void __thiscall winISteamGameServer_SteamGameServer008_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer008_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer008_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer008_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer008_BUpdateUserData_params params = { @@ -1223,7 +1223,7 @@ bool __thiscall winISteamGameServer_SteamGameServer008_BUpdateUserData(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer008_BSetServerType(struct w_steam_iface *_this, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer008_BSetServerType(struct w_steam_iface *_this, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer008_BSetServerType_params params = { @@ -1242,7 +1242,7 @@ bool __thiscall winISteamGameServer_SteamGameServer008_BSetServerType(struct w_s return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer008_UpdateServerStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +void __thiscall winISteamGameServer_SteamGameServer008_UpdateServerStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer008_UpdateServerStatus_params params = { @@ -1258,7 +1258,7 @@ void __thiscall winISteamGameServer_SteamGameServer008_UpdateServerStatus(struct cppISteamGameServer_SteamGameServer008_UpdateServerStatus( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer008_UpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer008_UpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort_params params = { @@ -1316,7 +1316,7 @@ bool __thiscall winISteamGameServer_SteamGameServer008_RequestUserGroupStatus(st return params._ret; } -uint32 __thiscall winISteamGameServer_SteamGameServer008_GetPublicIP(struct w_steam_iface *_this) +uint32_t __thiscall winISteamGameServer_SteamGameServer008_GetPublicIP(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer008_GetPublicIP_params params = { @@ -1440,7 +1440,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer009_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer009_SendUserConnectAndAuthenticate_params params = { @@ -1478,7 +1478,7 @@ void __thiscall winISteamGameServer_SteamGameServer009_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer009_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer009_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer009_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer009_BUpdateUserData_params params = { @@ -1492,7 +1492,7 @@ bool __thiscall winISteamGameServer_SteamGameServer009_BUpdateUserData(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer009_BSetServerType(struct w_steam_iface *_this, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer009_BSetServerType(struct w_steam_iface *_this, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer009_BSetServerType_params params = { @@ -1511,7 +1511,7 @@ bool __thiscall winISteamGameServer_SteamGameServer009_BSetServerType(struct w_s return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer009_UpdateServerStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +void __thiscall winISteamGameServer_SteamGameServer009_UpdateServerStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer009_UpdateServerStatus_params params = { @@ -1527,7 +1527,7 @@ void __thiscall winISteamGameServer_SteamGameServer009_UpdateServerStatus(struct cppISteamGameServer_SteamGameServer009_UpdateServerStatus( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer009_UpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer009_UpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer009_UpdateSpectatorPort_params params = { @@ -1585,7 +1585,7 @@ bool __thiscall winISteamGameServer_SteamGameServer009_RequestUserGroupStatus(st return params._ret; } -uint32 __thiscall winISteamGameServer_SteamGameServer009_GetPublicIP(struct w_steam_iface *_this) +uint32_t __thiscall winISteamGameServer_SteamGameServer009_GetPublicIP(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer009_GetPublicIP_params params = { @@ -1739,7 +1739,7 @@ CSteamID * __thiscall winISteamGameServer_SteamGameServer010_GetSteamID(struct w return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer010_SendUserConnectAndAuthenticate_params params = { @@ -1777,7 +1777,7 @@ void __thiscall winISteamGameServer_SteamGameServer010_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer010_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer010_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer010_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer010_BUpdateUserData_params params = { @@ -1791,7 +1791,7 @@ bool __thiscall winISteamGameServer_SteamGameServer010_BUpdateUserData(struct w_ return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer010_BSetServerType(struct w_steam_iface *_this, uint32 unServerFlags, uint32 unGameIP, uint16 unGamePort, uint16 unSpectatorPort, uint16 usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) +bool __thiscall winISteamGameServer_SteamGameServer010_BSetServerType(struct w_steam_iface *_this, uint32_t unServerFlags, uint32_t unGameIP, uint16_t unGamePort, uint16_t unSpectatorPort, uint16_t usQueryPort, const char *pchGameDir, const char *pchVersion, bool bLANMode) { struct cppISteamGameServer_SteamGameServer010_BSetServerType_params params = { @@ -1810,7 +1810,7 @@ bool __thiscall winISteamGameServer_SteamGameServer010_BSetServerType(struct w_s return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer010_UpdateServerStatus(struct w_steam_iface *_this, int cPlayers, int cPlayersMax, int cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) +void __thiscall winISteamGameServer_SteamGameServer010_UpdateServerStatus(struct w_steam_iface *_this, int32_t cPlayers, int32_t cPlayersMax, int32_t cBotPlayers, const char *pchServerName, const char *pSpectatorServerName, const char *pchMapName) { struct cppISteamGameServer_SteamGameServer010_UpdateServerStatus_params params = { @@ -1826,7 +1826,7 @@ void __thiscall winISteamGameServer_SteamGameServer010_UpdateServerStatus(struct cppISteamGameServer_SteamGameServer010_UpdateServerStatus( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer010_UpdateSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer010_UpdateSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer010_UpdateSpectatorPort_params params = { @@ -1882,7 +1882,7 @@ bool __thiscall winISteamGameServer_SteamGameServer010_RequestUserGroupStatus(st return params._ret; } -uint32 __thiscall winISteamGameServer_SteamGameServer010_GetPublicIP(struct w_steam_iface *_this) +uint32_t __thiscall winISteamGameServer_SteamGameServer010_GetPublicIP(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer010_GetPublicIP_params params = { @@ -1917,7 +1917,7 @@ EUserHasLicenseForAppResult __thiscall winISteamGameServer_SteamGameServer010_Us return params._ret; } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer010_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer010_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket_params params = { @@ -1931,7 +1931,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer010_GetAuthSessionTick return params._ret; } -EBeginAuthSessionResult __thiscall winISteamGameServer_SteamGameServer010_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamGameServer_SteamGameServer010_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer010_BeginAuthSession_params params = { @@ -2057,7 +2057,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer011_ForceHeartbeat, 4 DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer011_AssociateWithClan, 12) DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility, 12) -bool __thiscall winISteamGameServer_SteamGameServer011_InitGameServer(struct w_steam_iface *_this, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char *pchVersionString) +bool __thiscall winISteamGameServer_SteamGameServer011_InitGameServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t unFlags, AppId_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer011_InitGameServer_params params = { @@ -2195,7 +2195,7 @@ bool __thiscall winISteamGameServer_SteamGameServer011_WasRestartRequested(struc return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer011_SetMaxPlayerCount(struct w_steam_iface *_this, int cPlayersMax) +void __thiscall winISteamGameServer_SteamGameServer011_SetMaxPlayerCount(struct w_steam_iface *_this, int32_t cPlayersMax) { struct cppISteamGameServer_SteamGameServer011_SetMaxPlayerCount_params params = { @@ -2206,7 +2206,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_SetMaxPlayerCount(struct cppISteamGameServer_SteamGameServer011_SetMaxPlayerCount( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer011_SetBotPlayerCount(struct w_steam_iface *_this, int cBotplayers) +void __thiscall winISteamGameServer_SteamGameServer011_SetBotPlayerCount(struct w_steam_iface *_this, int32_t cBotplayers) { struct cppISteamGameServer_SteamGameServer011_SetBotPlayerCount_params params = { @@ -2250,7 +2250,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_SetPasswordProtected(stru cppISteamGameServer_SteamGameServer011_SetPasswordProtected( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer011_SetSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer011_SetSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer011_SetSpectatorPort_params params = { @@ -2327,7 +2327,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_SetRegion(struct w_steam_ cppISteamGameServer_SteamGameServer011_SetRegion( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer011_SendUserConnectAndAuthenticate_params params = { @@ -2365,7 +2365,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer011_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer011_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer011_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer011_BUpdateUserData_params params = { @@ -2379,7 +2379,7 @@ bool __thiscall winISteamGameServer_SteamGameServer011_BUpdateUserData(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer011_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer011_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket_params params = { @@ -2393,7 +2393,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer011_GetAuthSessionTick return params._ret; } -EBeginAuthSessionResult __thiscall winISteamGameServer_SteamGameServer011_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamGameServer_SteamGameServer011_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer011_BeginAuthSession_params params = { @@ -2476,7 +2476,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer011_GetServerReputa return params._ret; } -uint32 __thiscall winISteamGameServer_SteamGameServer011_GetPublicIP(struct w_steam_iface *_this) +uint32_t __thiscall winISteamGameServer_SteamGameServer011_GetPublicIP(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer011_GetPublicIP_params params = { @@ -2487,7 +2487,7 @@ uint32 __thiscall winISteamGameServer_SteamGameServer011_GetPublicIP(struct w_st return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer011_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamGameServer_SteamGameServer011_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamGameServer_SteamGameServer011_HandleIncomingPacket_params params = { @@ -2502,7 +2502,7 @@ bool __thiscall winISteamGameServer_SteamGameServer011_HandleIncomingPacket(stru return params._ret; } -int __thiscall winISteamGameServer_SteamGameServer011_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamGameServer_SteamGameServer011_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamGameServer_SteamGameServer011_GetNextOutgoingPacket_params params = { @@ -2528,7 +2528,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_EnableHeartbeats(struct w cppISteamGameServer_SteamGameServer011_EnableHeartbeats( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer011_SetHeartbeatInterval(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamGameServer_SteamGameServer011_SetHeartbeatInterval(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamGameServer_SteamGameServer011_SetHeartbeatInterval_params params = { @@ -2684,7 +2684,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer012_ForceHeartbeat, 4 DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer012_AssociateWithClan, 12) DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility, 12) -bool __thiscall winISteamGameServer_SteamGameServer012_InitGameServer(struct w_steam_iface *_this, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char *pchVersionString) +bool __thiscall winISteamGameServer_SteamGameServer012_InitGameServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t unFlags, AppId_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer012_InitGameServer_params params = { @@ -2821,7 +2821,7 @@ bool __thiscall winISteamGameServer_SteamGameServer012_WasRestartRequested(struc return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer012_SetMaxPlayerCount(struct w_steam_iface *_this, int cPlayersMax) +void __thiscall winISteamGameServer_SteamGameServer012_SetMaxPlayerCount(struct w_steam_iface *_this, int32_t cPlayersMax) { struct cppISteamGameServer_SteamGameServer012_SetMaxPlayerCount_params params = { @@ -2832,7 +2832,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_SetMaxPlayerCount(struct cppISteamGameServer_SteamGameServer012_SetMaxPlayerCount( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer012_SetBotPlayerCount(struct w_steam_iface *_this, int cBotplayers) +void __thiscall winISteamGameServer_SteamGameServer012_SetBotPlayerCount(struct w_steam_iface *_this, int32_t cBotplayers) { struct cppISteamGameServer_SteamGameServer012_SetBotPlayerCount_params params = { @@ -2876,7 +2876,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_SetPasswordProtected(stru cppISteamGameServer_SteamGameServer012_SetPasswordProtected( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer012_SetSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer012_SetSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer012_SetSpectatorPort_params params = { @@ -2953,7 +2953,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_SetRegion(struct w_steam_ cppISteamGameServer_SteamGameServer012_SetRegion( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer012_SendUserConnectAndAuthenticate_params params = { @@ -2991,7 +2991,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer012_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer012_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer012_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer012_BUpdateUserData_params params = { @@ -3005,7 +3005,7 @@ bool __thiscall winISteamGameServer_SteamGameServer012_BUpdateUserData(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer012_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer012_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket_params params = { @@ -3019,7 +3019,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer012_GetAuthSessionTick return params._ret; } -uint32_t __thiscall winISteamGameServer_SteamGameServer012_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer012_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer012_BeginAuthSession_params params = { @@ -3102,7 +3102,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer012_GetServerReputa return params._ret; } -uint32 __thiscall winISteamGameServer_SteamGameServer012_GetPublicIP(struct w_steam_iface *_this) +uint32_t __thiscall winISteamGameServer_SteamGameServer012_GetPublicIP(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer012_GetPublicIP_params params = { @@ -3113,7 +3113,7 @@ uint32 __thiscall winISteamGameServer_SteamGameServer012_GetPublicIP(struct w_st return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer012_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamGameServer_SteamGameServer012_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamGameServer_SteamGameServer012_HandleIncomingPacket_params params = { @@ -3128,7 +3128,7 @@ bool __thiscall winISteamGameServer_SteamGameServer012_HandleIncomingPacket(stru return params._ret; } -int __thiscall winISteamGameServer_SteamGameServer012_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamGameServer_SteamGameServer012_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamGameServer_SteamGameServer012_GetNextOutgoingPacket_params params = { @@ -3154,7 +3154,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_EnableHeartbeats(struct w cppISteamGameServer_SteamGameServer012_EnableHeartbeats( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer012_SetHeartbeatInterval(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamGameServer_SteamGameServer012_SetHeartbeatInterval(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamGameServer_SteamGameServer012_SetHeartbeatInterval_params params = { @@ -3310,7 +3310,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer013_ForceHeartbeat, 4 DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer013_AssociateWithClan, 12) DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility, 12) -bool __thiscall winISteamGameServer_SteamGameServer013_InitGameServer(struct w_steam_iface *_this, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char *pchVersionString) +bool __thiscall winISteamGameServer_SteamGameServer013_InitGameServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t unFlags, AppId_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer013_InitGameServer_params params = { @@ -3447,7 +3447,7 @@ bool __thiscall winISteamGameServer_SteamGameServer013_WasRestartRequested(struc return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer013_SetMaxPlayerCount(struct w_steam_iface *_this, int cPlayersMax) +void __thiscall winISteamGameServer_SteamGameServer013_SetMaxPlayerCount(struct w_steam_iface *_this, int32_t cPlayersMax) { struct cppISteamGameServer_SteamGameServer013_SetMaxPlayerCount_params params = { @@ -3458,7 +3458,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_SetMaxPlayerCount(struct cppISteamGameServer_SteamGameServer013_SetMaxPlayerCount( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer013_SetBotPlayerCount(struct w_steam_iface *_this, int cBotplayers) +void __thiscall winISteamGameServer_SteamGameServer013_SetBotPlayerCount(struct w_steam_iface *_this, int32_t cBotplayers) { struct cppISteamGameServer_SteamGameServer013_SetBotPlayerCount_params params = { @@ -3502,7 +3502,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_SetPasswordProtected(stru cppISteamGameServer_SteamGameServer013_SetPasswordProtected( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer013_SetSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer013_SetSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer013_SetSpectatorPort_params params = { @@ -3579,7 +3579,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_SetRegion(struct w_steam_ cppISteamGameServer_SteamGameServer013_SetRegion( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer013_SendUserConnectAndAuthenticate_params params = { @@ -3617,7 +3617,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_SendUserDisconnect(struct cppISteamGameServer_SteamGameServer013_SendUserDisconnect( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer013_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer013_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer013_BUpdateUserData_params params = { @@ -3631,7 +3631,7 @@ bool __thiscall winISteamGameServer_SteamGameServer013_BUpdateUserData(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer013_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer013_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket_params params = { @@ -3645,7 +3645,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer013_GetAuthSessionTick return params._ret; } -uint32_t __thiscall winISteamGameServer_SteamGameServer013_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer013_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer013_BeginAuthSession_params params = { @@ -3740,7 +3740,7 @@ SteamIPAddress_t * __thiscall winISteamGameServer_SteamGameServer013_GetPublicIP return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer013_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamGameServer_SteamGameServer013_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamGameServer_SteamGameServer013_HandleIncomingPacket_params params = { @@ -3755,7 +3755,7 @@ bool __thiscall winISteamGameServer_SteamGameServer013_HandleIncomingPacket(stru return params._ret; } -int __thiscall winISteamGameServer_SteamGameServer013_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamGameServer_SteamGameServer013_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamGameServer_SteamGameServer013_GetNextOutgoingPacket_params params = { @@ -3781,7 +3781,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_EnableHeartbeats(struct w cppISteamGameServer_SteamGameServer013_EnableHeartbeats( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer013_SetHeartbeatInterval(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamGameServer_SteamGameServer013_SetHeartbeatInterval(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamGameServer_SteamGameServer013_SetHeartbeatInterval_params params = { @@ -3937,7 +3937,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer014_BUpdateUserData, DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED, 8) DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer014_ForceMasterServerHeartbeat_DEPRECATED, 4) -bool __thiscall winISteamGameServer_SteamGameServer014_InitGameServer(struct w_steam_iface *_this, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char *pchVersionString) +bool __thiscall winISteamGameServer_SteamGameServer014_InitGameServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t unFlags, AppId_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer014_InitGameServer_params params = { @@ -4074,7 +4074,7 @@ bool __thiscall winISteamGameServer_SteamGameServer014_WasRestartRequested(struc return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer014_SetMaxPlayerCount(struct w_steam_iface *_this, int cPlayersMax) +void __thiscall winISteamGameServer_SteamGameServer014_SetMaxPlayerCount(struct w_steam_iface *_this, int32_t cPlayersMax) { struct cppISteamGameServer_SteamGameServer014_SetMaxPlayerCount_params params = { @@ -4085,7 +4085,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_SetMaxPlayerCount(struct cppISteamGameServer_SteamGameServer014_SetMaxPlayerCount( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer014_SetBotPlayerCount(struct w_steam_iface *_this, int cBotplayers) +void __thiscall winISteamGameServer_SteamGameServer014_SetBotPlayerCount(struct w_steam_iface *_this, int32_t cBotplayers) { struct cppISteamGameServer_SteamGameServer014_SetBotPlayerCount_params params = { @@ -4129,7 +4129,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_SetPasswordProtected(stru cppISteamGameServer_SteamGameServer014_SetPasswordProtected( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer014_SetSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer014_SetSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer014_SetSpectatorPort_params params = { @@ -4217,7 +4217,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_SetAdvertiseServerActive( cppISteamGameServer_SteamGameServer014_SetAdvertiseServerActive( ¶ms ); } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer014_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer014_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket_params params = { @@ -4231,7 +4231,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer014_GetAuthSessionTick return params._ret; } -uint32_t __thiscall winISteamGameServer_SteamGameServer014_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer014_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer014_BeginAuthSession_params params = { @@ -4326,7 +4326,7 @@ SteamIPAddress_t * __thiscall winISteamGameServer_SteamGameServer014_GetPublicIP return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer014_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamGameServer_SteamGameServer014_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamGameServer_SteamGameServer014_HandleIncomingPacket_params params = { @@ -4341,7 +4341,7 @@ bool __thiscall winISteamGameServer_SteamGameServer014_HandleIncomingPacket(stru return params._ret; } -int __thiscall winISteamGameServer_SteamGameServer014_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamGameServer_SteamGameServer014_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamGameServer_SteamGameServer014_GetNextOutgoingPacket_params params = { @@ -4380,7 +4380,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer014_ComputeNewPlaye return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEPRECATED(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEPRECATED(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer014_SendUserConnectAndAuthenticate_DEPRECATED_params params = { @@ -4418,7 +4418,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_SendUserDisconnect_DEPREC cppISteamGameServer_SteamGameServer014_SendUserDisconnect_DEPRECATED( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer014_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer014_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer014_BUpdateUserData_params params = { @@ -4432,7 +4432,7 @@ bool __thiscall winISteamGameServer_SteamGameServer014_BUpdateUserData(struct w_ return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamGameServer_SteamGameServer014_SetMasterServerHeartbeatInterval_DEPRECATED_params params = { @@ -4564,7 +4564,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer015_BUpdateUserData, DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED, 8) DEFINE_THISCALL_WRAPPER(winISteamGameServer_SteamGameServer015_ForceMasterServerHeartbeat_DEPRECATED, 4) -bool __thiscall winISteamGameServer_SteamGameServer015_InitGameServer(struct w_steam_iface *_this, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char *pchVersionString) +bool __thiscall winISteamGameServer_SteamGameServer015_InitGameServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t unFlags, AppId_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer015_InitGameServer_params params = { @@ -4701,7 +4701,7 @@ bool __thiscall winISteamGameServer_SteamGameServer015_WasRestartRequested(struc return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer015_SetMaxPlayerCount(struct w_steam_iface *_this, int cPlayersMax) +void __thiscall winISteamGameServer_SteamGameServer015_SetMaxPlayerCount(struct w_steam_iface *_this, int32_t cPlayersMax) { struct cppISteamGameServer_SteamGameServer015_SetMaxPlayerCount_params params = { @@ -4712,7 +4712,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_SetMaxPlayerCount(struct cppISteamGameServer_SteamGameServer015_SetMaxPlayerCount( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer015_SetBotPlayerCount(struct w_steam_iface *_this, int cBotplayers) +void __thiscall winISteamGameServer_SteamGameServer015_SetBotPlayerCount(struct w_steam_iface *_this, int32_t cBotplayers) { struct cppISteamGameServer_SteamGameServer015_SetBotPlayerCount_params params = { @@ -4756,7 +4756,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_SetPasswordProtected(stru cppISteamGameServer_SteamGameServer015_SetPasswordProtected( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer015_SetSpectatorPort(struct w_steam_iface *_this, uint16 unSpectatorPort) +void __thiscall winISteamGameServer_SteamGameServer015_SetSpectatorPort(struct w_steam_iface *_this, uint16_t unSpectatorPort) { struct cppISteamGameServer_SteamGameServer015_SetSpectatorPort_params params = { @@ -4844,7 +4844,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_SetAdvertiseServerActive( cppISteamGameServer_SteamGameServer015_SetAdvertiseServerActive( ¶ms ); } -HAuthTicket __thiscall winISteamGameServer_SteamGameServer015_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket, const SteamNetworkingIdentity *pSnid) +HAuthTicket __thiscall winISteamGameServer_SteamGameServer015_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSnid) { struct cppISteamGameServer_SteamGameServer015_GetAuthSessionTicket_params params = { @@ -4859,7 +4859,7 @@ HAuthTicket __thiscall winISteamGameServer_SteamGameServer015_GetAuthSessionTick return params._ret; } -uint32_t __thiscall winISteamGameServer_SteamGameServer015_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer015_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer015_BeginAuthSession_params params = { @@ -4954,7 +4954,7 @@ SteamIPAddress_t * __thiscall winISteamGameServer_SteamGameServer015_GetPublicIP return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer015_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamGameServer_SteamGameServer015_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamGameServer_SteamGameServer015_HandleIncomingPacket_params params = { @@ -4969,7 +4969,7 @@ bool __thiscall winISteamGameServer_SteamGameServer015_HandleIncomingPacket(stru return params._ret; } -int __thiscall winISteamGameServer_SteamGameServer015_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamGameServer_SteamGameServer015_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamGameServer_SteamGameServer015_GetNextOutgoingPacket_params params = { @@ -5008,7 +5008,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer015_ComputeNewPlaye return params._ret; } -bool __thiscall winISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEPRECATED(struct w_steam_iface *_this, uint32 unIPClient, const void *pvAuthBlob, uint32 cubAuthBlobSize, CSteamID *pSteamIDUser) +bool __thiscall winISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEPRECATED(struct w_steam_iface *_this, uint32_t unIPClient, const void *pvAuthBlob, uint32_t cubAuthBlobSize, CSteamID *pSteamIDUser) { struct cppISteamGameServer_SteamGameServer015_SendUserConnectAndAuthenticate_DEPRECATED_params params = { @@ -5046,7 +5046,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_SendUserDisconnect_DEPREC cppISteamGameServer_SteamGameServer015_SendUserDisconnect_DEPRECATED( ¶ms ); } -bool __thiscall winISteamGameServer_SteamGameServer015_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32 uScore) +bool __thiscall winISteamGameServer_SteamGameServer015_BUpdateUserData(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchPlayerName, uint32_t uScore) { struct cppISteamGameServer_SteamGameServer015_BUpdateUserData_params params = { @@ -5060,7 +5060,7 @@ bool __thiscall winISteamGameServer_SteamGameServer015_BUpdateUserData(struct w_ return params._ret; } -void __thiscall winISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamGameServer_SteamGameServer015_SetMasterServerHeartbeatInterval_DEPRECATED_params params = { diff --git a/lsteamclient/winISteamGameServerStats.c b/lsteamclient/winISteamGameServerStats.c index 46c10443..b92aed6f 100644 --- a/lsteamclient/winISteamGameServerStats.c +++ b/lsteamclient/winISteamGameServerStats.c @@ -38,7 +38,7 @@ SteamAPICall_t __thiscall winISteamGameServerStats_SteamGameServerStats001_Reque return params._ret; } -bool __thiscall winISteamGameServerStats_SteamGameServerStats001_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamGameServerStats_SteamGameServerStats001_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamGameServerStats_SteamGameServerStats001_GetUserStat_params params = { @@ -80,7 +80,7 @@ bool __thiscall winISteamGameServerStats_SteamGameServerStats001_GetUserAchievem return params._ret; } -bool __thiscall winISteamGameServerStats_SteamGameServerStats001_SetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 nData) +bool __thiscall winISteamGameServerStats_SteamGameServerStats001_SetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t nData) { struct cppISteamGameServerStats_SteamGameServerStats001_SetUserStat_params params = { diff --git a/lsteamclient/winISteamGameStats.c b/lsteamclient/winISteamGameStats.c index 8324e296..e63ce062 100644 --- a/lsteamclient/winISteamGameStats.c +++ b/lsteamclient/winISteamGameStats.c @@ -29,7 +29,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameStats_SteamGameStats001_AddRowAttributeFloa DEFINE_THISCALL_WRAPPER(winISteamGameStats_SteamGameStats001_AddSessionAttributeInt64, 24) DEFINE_THISCALL_WRAPPER(winISteamGameStats_SteamGameStats001_AddRowAttributeInt64, 24) -SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_GetNewSession(struct w_steam_iface *_this, int8 nAccountType, uint64 ulAccountID, int32 nAppID, RTime32 rtTimeStarted) +SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_GetNewSession(struct w_steam_iface *_this, int8_t nAccountType, uint64_t ulAccountID, int32_t nAppID, RTime32 rtTimeStarted) { struct cppISteamGameStats_SteamGameStats001_GetNewSession_params params = { @@ -44,7 +44,7 @@ SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_GetNewSession(str return params._ret; } -SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_EndSession(struct w_steam_iface *_this, uint64 ulSessionID, RTime32 rtTimeEnded, int nReasonCode) +SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_EndSession(struct w_steam_iface *_this, uint64_t ulSessionID, RTime32 rtTimeEnded, int32_t nReasonCode) { struct cppISteamGameStats_SteamGameStats001_EndSession_params params = { @@ -58,7 +58,7 @@ SteamAPICall_t __thiscall winISteamGameStats_SteamGameStats001_EndSession(struct return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt(struct w_steam_iface *_this, uint64 ulSessionID, const char *pstrName, int32 nData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt(struct w_steam_iface *_this, uint64_t ulSessionID, const char *pstrName, int32_t nData) { struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt_params params = { @@ -72,7 +72,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt( return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeString(struct w_steam_iface *_this, uint64 ulSessionID, const char *pstrName, const char *pstrData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeString(struct w_steam_iface *_this, uint64_t ulSessionID, const char *pstrName, const char *pstrData) { struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeString_params params = { @@ -86,7 +86,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeStri return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeFloat(struct w_steam_iface *_this, uint64 ulSessionID, const char *pstrName, float fData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeFloat(struct w_steam_iface *_this, uint64_t ulSessionID, const char *pstrName, float fData) { struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeFloat_params params = { @@ -100,7 +100,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeFloa return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddNewRow(struct w_steam_iface *_this, uint64 *pulRowID, uint64 ulSessionID, const char *pstrTableName) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddNewRow(struct w_steam_iface *_this, uint64_t *pulRowID, uint64_t ulSessionID, const char *pstrTableName) { struct cppISteamGameStats_SteamGameStats001_AddNewRow_params params = { @@ -114,7 +114,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddNewRow(struct w_stea return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitRow(struct w_steam_iface *_this, uint64 ulRowID) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitRow(struct w_steam_iface *_this, uint64_t ulRowID) { struct cppISteamGameStats_SteamGameStats001_CommitRow_params params = { @@ -126,7 +126,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitRow(struct w_stea return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitOutstandingRows(struct w_steam_iface *_this, uint64 ulSessionID) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitOutstandingRows(struct w_steam_iface *_this, uint64_t ulSessionID) { struct cppISteamGameStats_SteamGameStats001_CommitOutstandingRows_params params = { @@ -138,7 +138,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_CommitOutstandingRows(s return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeInt(struct w_steam_iface *_this, uint64 ulRowID, const char *pstrName, int32 nData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeInt(struct w_steam_iface *_this, uint64_t ulRowID, const char *pstrName, int32_t nData) { struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt_params params = { @@ -152,7 +152,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeInt(stru return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAtributeString(struct w_steam_iface *_this, uint64 ulRowID, const char *pstrName, const char *pstrData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAtributeString(struct w_steam_iface *_this, uint64_t ulRowID, const char *pstrName, const char *pstrData) { struct cppISteamGameStats_SteamGameStats001_AddRowAtributeString_params params = { @@ -166,7 +166,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAtributeString(st return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeFloat(struct w_steam_iface *_this, uint64 ulRowID, const char *pstrName, float fData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeFloat(struct w_steam_iface *_this, uint64_t ulRowID, const char *pstrName, float fData) { struct cppISteamGameStats_SteamGameStats001_AddRowAttributeFloat_params params = { @@ -180,7 +180,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeFloat(st return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt64(struct w_steam_iface *_this, uint64 ulSessionID, const char *pstrName, int64 llData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt64(struct w_steam_iface *_this, uint64_t ulSessionID, const char *pstrName, int64_t llData) { struct cppISteamGameStats_SteamGameStats001_AddSessionAttributeInt64_params params = { @@ -194,7 +194,7 @@ uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddSessionAttributeInt6 return params._ret; } -uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeInt64(struct w_steam_iface *_this, uint64 ulRowID, const char *pstrName, int64 llData) +uint32_t __thiscall winISteamGameStats_SteamGameStats001_AddRowAttributeInt64(struct w_steam_iface *_this, uint64_t ulRowID, const char *pstrName, int64_t llData) { struct cppISteamGameStats_SteamGameStats001_AddRowAttributeInt64_params params = { diff --git a/lsteamclient/winISteamHTMLSurface.c b/lsteamclient/winISteamHTMLSurface.c index 25cd7c32..91ec388d 100644 --- a/lsteamclient/winISteamHTMLSurface.c +++ b/lsteamclient/winISteamHTMLSurface.c @@ -113,7 +113,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Load steamclient_free_path( params.pchURL ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 unWidth, uint32 unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize_params params = { @@ -231,7 +231,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove_params params = { @@ -244,7 +244,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32 nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t nDelta) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel_params params = { @@ -256,7 +256,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown_params params = { @@ -269,7 +269,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp_params params = { @@ -282,7 +282,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyU cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t cUnicodeChar, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar_params params = { @@ -295,7 +295,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll_params params = { @@ -307,7 +307,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll_params params = { @@ -389,7 +389,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition_params params = { @@ -595,7 +595,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Load steamclient_free_path( params.pchURL ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 unWidth, uint32 unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize_params params = { @@ -713,7 +713,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove_params params = { @@ -726,7 +726,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32 nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t nDelta) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel_params params = { @@ -738,7 +738,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown_params params = { @@ -751,7 +751,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp_params params = { @@ -764,7 +764,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyU cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t cUnicodeChar, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar_params params = { @@ -777,7 +777,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll_params params = { @@ -789,7 +789,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll_params params = { @@ -871,7 +871,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition_params params = { @@ -901,7 +901,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCookie( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int nPointX, int nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor_params params = { @@ -1111,7 +1111,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Load steamclient_free_path( params.pchURL ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 unWidth, uint32 unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize_params params = { @@ -1229,7 +1229,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove_params params = { @@ -1242,7 +1242,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32 nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t nDelta) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel_params params = { @@ -1254,7 +1254,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown_params params = { @@ -1267,7 +1267,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp_params params = { @@ -1280,7 +1280,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyU cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t cUnicodeChar, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar_params params = { @@ -1293,7 +1293,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll_params params = { @@ -1305,7 +1305,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll_params params = { @@ -1387,7 +1387,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition_params params = { @@ -1417,7 +1417,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCookie( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int nPointX, int nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor_params params = { @@ -1641,7 +1641,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Load steamclient_free_path( params.pchURL ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 unWidth, uint32 unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize_params params = { @@ -1759,7 +1759,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove_params params = { @@ -1772,7 +1772,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32 nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t nDelta) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel_params params = { @@ -1784,7 +1784,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown_params params = { @@ -1797,7 +1797,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp_params params = { @@ -1810,7 +1810,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyU cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t cUnicodeChar, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar_params params = { @@ -1823,7 +1823,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll_params params = { @@ -1835,7 +1835,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll_params params = { @@ -1917,7 +1917,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition_params params = { @@ -1947,7 +1947,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCookie( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int nPointX, int nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor_params params = { @@ -2185,7 +2185,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Load steamclient_free_path( params.pchURL ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 unWidth, uint32 unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize_params params = { @@ -2303,7 +2303,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove_params params = { @@ -2316,7 +2316,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32 nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t nDelta) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel_params params = { @@ -2328,7 +2328,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers, bool bIsSystemKey) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers, bool bIsSystemKey) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown_params params = { @@ -2342,7 +2342,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp_params params = { @@ -2355,7 +2355,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyU cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t cUnicodeChar, uint32_t eHTMLKeyModifiers) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar_params params = { @@ -2368,7 +2368,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll_params params = { @@ -2380,7 +2380,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32 nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll_params params = { @@ -2462,7 +2462,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int x, int y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition_params params = { @@ -2492,7 +2492,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetC cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCookie( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int nPointX, int nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor_params params = { diff --git a/lsteamclient/winISteamHTTP.c b/lsteamclient/winISteamHTTP.c index 6cee8ecd..5888fc08 100644 --- a/lsteamclient/winISteamHTTP.c +++ b/lsteamclient/winISteamHTTP.c @@ -44,7 +44,7 @@ HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_Create return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64 ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64_t ulContextValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue_params params = { @@ -57,7 +57,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestConte return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -135,7 +135,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPReque return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32 *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32_t *unResponseHeaderSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize_params params = { @@ -149,7 +149,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8 *pHeaderValueBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8_t *pHeaderValueBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue_params params = { @@ -164,7 +164,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t *unBodySize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize_params params = { @@ -177,7 +177,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8 *pBodyDataBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData_params params = { @@ -216,7 +216,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProg return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8 *pubBody, uint32 unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody_params params = { @@ -307,7 +307,7 @@ HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_Create return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64 ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64_t ulContextValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue_params params = { @@ -320,7 +320,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestConte return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -411,7 +411,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPReque return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32 *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32_t *unResponseHeaderSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize_params params = { @@ -425,7 +425,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8 *pHeaderValueBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8_t *pHeaderValueBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue_params params = { @@ -440,7 +440,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t *unBodySize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize_params params = { @@ -453,7 +453,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8 *pBodyDataBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData_params params = { @@ -467,7 +467,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 cOffset, uint8 *pBodyDataBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData_params params = { @@ -507,7 +507,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProg return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8 *pubBody, uint32 unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody_params params = { @@ -600,7 +600,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequi return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 unMilliseconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t unMilliseconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS_params params = { @@ -712,7 +712,7 @@ HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_Create return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64 ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint64_t ulContextValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue_params params = { @@ -725,7 +725,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestConte return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -816,7 +816,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPReque return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32 *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint32_t *unResponseHeaderSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize_params params = { @@ -830,7 +830,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8 *pHeaderValueBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, uint8_t *pHeaderValueBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue_params params = { @@ -845,7 +845,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHead return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t *unBodySize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize_params params = { @@ -858,7 +858,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8 *pBodyDataBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData_params params = { @@ -872,7 +872,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 cOffset, uint8 *pBodyDataBuffer, uint32 unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData_params params = { @@ -912,7 +912,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProg return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8 *pubBody, uint32 unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody_params params = { @@ -1005,7 +1005,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequi return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32 unMilliseconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, HTTPRequestHandle hRequest, uint32_t unMilliseconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS_params params = { diff --git a/lsteamclient/winISteamInput.c b/lsteamclient/winISteamInput.c index eb703ded..65df2fd0 100644 --- a/lsteamclient/winISteamInput.c +++ b/lsteamclient/winISteamInput.c @@ -83,7 +83,7 @@ void __thiscall winISteamInput_SteamInput001_RunFrame(struct w_steam_iface *_thi cppISteamInput_SteamInput001_RunFrame( ¶ms ); } -int __thiscall winISteamInput_SteamInput001_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput001_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) { struct cppISteamInput_SteamInput001_GetConnectedControllers_params params = { @@ -166,7 +166,7 @@ void __thiscall winISteamInput_SteamInput001_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput001_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamInput_SteamInput001_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput001_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) { struct cppISteamInput_SteamInput001_GetActiveActionSetLayers_params params = { @@ -205,7 +205,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput001_GetDigitalAct return params._ret; } -int __thiscall winISteamInput_SteamInput001_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput001_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput001_GetDigitalActionOrigins_params params = { @@ -246,7 +246,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput001_GetAnalogActio return params._ret; } -int __thiscall winISteamInput_SteamInput001_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput001_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput001_GetAnalogActionOrigins_params params = { @@ -310,7 +310,7 @@ InputMotionData_t * __thiscall winISteamInput_SteamInput001_GetMotionData(struct return params._ret; } -void __thiscall winISteamInput_SteamInput001_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamInput_SteamInput001_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamInput_SteamInput001_TriggerVibration_params params = { @@ -323,7 +323,7 @@ void __thiscall winISteamInput_SteamInput001_TriggerVibration(struct w_steam_ifa cppISteamInput_SteamInput001_TriggerVibration( ¶ms ); } -void __thiscall winISteamInput_SteamInput001_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput001_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamInput_SteamInput001_SetLEDColor_params params = { @@ -338,7 +338,7 @@ void __thiscall winISteamInput_SteamInput001_SetLEDColor(struct w_steam_iface *_ cppISteamInput_SteamInput001_SetLEDColor( ¶ms ); } -void __thiscall winISteamInput_SteamInput001_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamInput_SteamInput001_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamInput_SteamInput001_TriggerHapticPulse_params params = { @@ -351,7 +351,7 @@ void __thiscall winISteamInput_SteamInput001_TriggerHapticPulse(struct w_steam_i cppISteamInput_SteamInput001_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamInput_SteamInput001_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput001_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse_params params = { @@ -391,7 +391,7 @@ uint32_t __thiscall winISteamInput_SteamInput001_GetInputTypeForHandle(struct w_ return params._ret; } -InputHandle_t __thiscall winISteamInput_SteamInput001_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +InputHandle_t __thiscall winISteamInput_SteamInput001_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamInput_SteamInput001_GetControllerForGamepadIndex_params params = { @@ -403,7 +403,7 @@ InputHandle_t __thiscall winISteamInput_SteamInput001_GetControllerForGamepadInd return params._ret; } -int __thiscall winISteamInput_SteamInput001_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput001_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) { struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params params = { @@ -465,7 +465,7 @@ uint32_t __thiscall winISteamInput_SteamInput001_TranslateActionOrigin(struct w_ return params._ret; } -bool __thiscall winISteamInput_SteamInput001_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamInput_SteamInput001_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamInput_SteamInput001_GetDeviceBindingRevision_params params = { @@ -479,7 +479,7 @@ bool __thiscall winISteamInput_SteamInput001_GetDeviceBindingRevision(struct w_s return params._ret; } -uint32 __thiscall winISteamInput_SteamInput001_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput001_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) { struct cppISteamInput_SteamInput001_GetRemotePlaySessionID_params params = { @@ -616,7 +616,7 @@ void __thiscall winISteamInput_SteamInput002_RunFrame(struct w_steam_iface *_thi cppISteamInput_SteamInput002_RunFrame( ¶ms ); } -int __thiscall winISteamInput_SteamInput002_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput002_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) { struct cppISteamInput_SteamInput002_GetConnectedControllers_params params = { @@ -699,7 +699,7 @@ void __thiscall winISteamInput_SteamInput002_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput002_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamInput_SteamInput002_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput002_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) { struct cppISteamInput_SteamInput002_GetActiveActionSetLayers_params params = { @@ -738,7 +738,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput002_GetDigitalAct return params._ret; } -int __thiscall winISteamInput_SteamInput002_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput002_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput002_GetDigitalActionOrigins_params params = { @@ -779,7 +779,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput002_GetAnalogActio return params._ret; } -int __thiscall winISteamInput_SteamInput002_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput002_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput002_GetAnalogActionOrigins_params params = { @@ -843,7 +843,7 @@ InputMotionData_t * __thiscall winISteamInput_SteamInput002_GetMotionData(struct return params._ret; } -void __thiscall winISteamInput_SteamInput002_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamInput_SteamInput002_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamInput_SteamInput002_TriggerVibration_params params = { @@ -856,7 +856,7 @@ void __thiscall winISteamInput_SteamInput002_TriggerVibration(struct w_steam_ifa cppISteamInput_SteamInput002_TriggerVibration( ¶ms ); } -void __thiscall winISteamInput_SteamInput002_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput002_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamInput_SteamInput002_SetLEDColor_params params = { @@ -871,7 +871,7 @@ void __thiscall winISteamInput_SteamInput002_SetLEDColor(struct w_steam_iface *_ cppISteamInput_SteamInput002_SetLEDColor( ¶ms ); } -void __thiscall winISteamInput_SteamInput002_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamInput_SteamInput002_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamInput_SteamInput002_TriggerHapticPulse_params params = { @@ -884,7 +884,7 @@ void __thiscall winISteamInput_SteamInput002_TriggerHapticPulse(struct w_steam_i cppISteamInput_SteamInput002_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamInput_SteamInput002_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput002_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse_params params = { @@ -924,7 +924,7 @@ uint32_t __thiscall winISteamInput_SteamInput002_GetInputTypeForHandle(struct w_ return params._ret; } -InputHandle_t __thiscall winISteamInput_SteamInput002_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +InputHandle_t __thiscall winISteamInput_SteamInput002_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamInput_SteamInput002_GetControllerForGamepadIndex_params params = { @@ -936,7 +936,7 @@ InputHandle_t __thiscall winISteamInput_SteamInput002_GetControllerForGamepadInd return params._ret; } -int __thiscall winISteamInput_SteamInput002_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput002_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) { struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params params = { @@ -998,7 +998,7 @@ uint32_t __thiscall winISteamInput_SteamInput002_TranslateActionOrigin(struct w_ return params._ret; } -bool __thiscall winISteamInput_SteamInput002_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamInput_SteamInput002_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamInput_SteamInput002_GetDeviceBindingRevision_params params = { @@ -1012,7 +1012,7 @@ bool __thiscall winISteamInput_SteamInput002_GetDeviceBindingRevision(struct w_s return params._ret; } -uint32 __thiscall winISteamInput_SteamInput002_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput002_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) { struct cppISteamInput_SteamInput002_GetRemotePlaySessionID_params params = { @@ -1177,7 +1177,7 @@ void __thiscall winISteamInput_SteamInput005_RunFrame(struct w_steam_iface *_thi cppISteamInput_SteamInput005_RunFrame( ¶ms ); } -bool __thiscall winISteamInput_SteamInput005_BWaitForData(struct w_steam_iface *_this, bool bWaitForever, uint32 unTimeout) +bool __thiscall winISteamInput_SteamInput005_BWaitForData(struct w_steam_iface *_this, bool bWaitForever, uint32_t unTimeout) { struct cppISteamInput_SteamInput005_BWaitForData_params params = { @@ -1201,7 +1201,7 @@ bool __thiscall winISteamInput_SteamInput005_BNewDataAvailable(struct w_steam_if return params._ret; } -int __thiscall winISteamInput_SteamInput005_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput005_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) { struct cppISteamInput_SteamInput005_GetConnectedControllers_params params = { @@ -1305,7 +1305,7 @@ void __thiscall winISteamInput_SteamInput005_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput005_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamInput_SteamInput005_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput005_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) { struct cppISteamInput_SteamInput005_GetActiveActionSetLayers_params params = { @@ -1344,7 +1344,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput005_GetDigitalAct return params._ret; } -int __thiscall winISteamInput_SteamInput005_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput005_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput005_GetDigitalActionOrigins_params params = { @@ -1397,7 +1397,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput005_GetAnalogActio return params._ret; } -int __thiscall winISteamInput_SteamInput005_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput005_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput005_GetAnalogActionOrigins_params params = { @@ -1412,7 +1412,7 @@ int __thiscall winISteamInput_SteamInput005_GetAnalogActionOrigins(struct w_stea return params._ret; } -const char * __thiscall winISteamInput_SteamInput005_GetGlyphPNGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t eSize, uint32 unFlags) +const char * __thiscall winISteamInput_SteamInput005_GetGlyphPNGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t eSize, uint32_t unFlags) { struct cppISteamInput_SteamInput005_GetGlyphPNGForActionOrigin_params params = { @@ -1426,7 +1426,7 @@ const char * __thiscall winISteamInput_SteamInput005_GetGlyphPNGForActionOrigin( return params._ret; } -const char * __thiscall winISteamInput_SteamInput005_GetGlyphSVGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32 unFlags) +const char * __thiscall winISteamInput_SteamInput005_GetGlyphSVGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t unFlags) { struct cppISteamInput_SteamInput005_GetGlyphSVGForActionOrigin_params params = { @@ -1500,7 +1500,7 @@ InputMotionData_t * __thiscall winISteamInput_SteamInput005_GetMotionData(struct return params._ret; } -void __thiscall winISteamInput_SteamInput005_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamInput_SteamInput005_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamInput_SteamInput005_TriggerVibration_params params = { @@ -1513,7 +1513,7 @@ void __thiscall winISteamInput_SteamInput005_TriggerVibration(struct w_steam_ifa cppISteamInput_SteamInput005_TriggerVibration( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_TriggerVibrationExtended(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed, unsigned short usLeftTriggerSpeed, unsigned short usRightTriggerSpeed) +void __thiscall winISteamInput_SteamInput005_TriggerVibrationExtended(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed, uint16_t usLeftTriggerSpeed, uint16_t usRightTriggerSpeed) { struct cppISteamInput_SteamInput005_TriggerVibrationExtended_params params = { @@ -1528,7 +1528,7 @@ void __thiscall winISteamInput_SteamInput005_TriggerVibrationExtended(struct w_s cppISteamInput_SteamInput005_TriggerVibrationExtended( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_TriggerSimpleHapticEvent(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eHapticLocation, uint8 nIntensity, char nGainDB, uint8 nOtherIntensity, char nOtherGainDB) +void __thiscall winISteamInput_SteamInput005_TriggerSimpleHapticEvent(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eHapticLocation, uint8_t nIntensity, char nGainDB, uint8_t nOtherIntensity, char nOtherGainDB) { struct cppISteamInput_SteamInput005_TriggerSimpleHapticEvent_params params = { @@ -1544,7 +1544,7 @@ void __thiscall winISteamInput_SteamInput005_TriggerSimpleHapticEvent(struct w_s cppISteamInput_SteamInput005_TriggerSimpleHapticEvent( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput005_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamInput_SteamInput005_SetLEDColor_params params = { @@ -1559,7 +1559,7 @@ void __thiscall winISteamInput_SteamInput005_SetLEDColor(struct w_steam_iface *_ cppISteamInput_SteamInput005_SetLEDColor( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamInput_SteamInput005_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse_params params = { @@ -1572,7 +1572,7 @@ void __thiscall winISteamInput_SteamInput005_Legacy_TriggerHapticPulse(struct w_ cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse_params params = { @@ -1612,7 +1612,7 @@ uint32_t __thiscall winISteamInput_SteamInput005_GetInputTypeForHandle(struct w_ return params._ret; } -InputHandle_t __thiscall winISteamInput_SteamInput005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +InputHandle_t __thiscall winISteamInput_SteamInput005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamInput_SteamInput005_GetControllerForGamepadIndex_params params = { @@ -1624,7 +1624,7 @@ InputHandle_t __thiscall winISteamInput_SteamInput005_GetControllerForGamepadInd return params._ret; } -int __thiscall winISteamInput_SteamInput005_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput005_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) { struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params params = { @@ -1686,7 +1686,7 @@ uint32_t __thiscall winISteamInput_SteamInput005_TranslateActionOrigin(struct w_ return params._ret; } -bool __thiscall winISteamInput_SteamInput005_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamInput_SteamInput005_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamInput_SteamInput005_GetDeviceBindingRevision_params params = { @@ -1700,7 +1700,7 @@ bool __thiscall winISteamInput_SteamInput005_GetDeviceBindingRevision(struct w_s return params._ret; } -uint32 __thiscall winISteamInput_SteamInput005_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput005_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) { struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params params = { @@ -1712,7 +1712,7 @@ uint32 __thiscall winISteamInput_SteamInput005_GetRemotePlaySessionID(struct w_s return params._ret; } -uint16 __thiscall winISteamInput_SteamInput005_GetSessionInputConfigurationSettings(struct w_steam_iface *_this) +uint16_t __thiscall winISteamInput_SteamInput005_GetSessionInputConfigurationSettings(struct w_steam_iface *_this) { struct cppISteamInput_SteamInput005_GetSessionInputConfigurationSettings_params params = { @@ -1889,7 +1889,7 @@ void __thiscall winISteamInput_SteamInput006_RunFrame(struct w_steam_iface *_thi cppISteamInput_SteamInput006_RunFrame( ¶ms ); } -bool __thiscall winISteamInput_SteamInput006_BWaitForData(struct w_steam_iface *_this, bool bWaitForever, uint32 unTimeout) +bool __thiscall winISteamInput_SteamInput006_BWaitForData(struct w_steam_iface *_this, bool bWaitForever, uint32_t unTimeout) { struct cppISteamInput_SteamInput006_BWaitForData_params params = { @@ -1913,7 +1913,7 @@ bool __thiscall winISteamInput_SteamInput006_BNewDataAvailable(struct w_steam_if return params._ret; } -int __thiscall winISteamInput_SteamInput006_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput006_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) { struct cppISteamInput_SteamInput006_GetConnectedControllers_params params = { @@ -2017,7 +2017,7 @@ void __thiscall winISteamInput_SteamInput006_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput006_DeactivateAllActionSetLayers( ¶ms ); } -int __thiscall winISteamInput_SteamInput006_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput006_GetActiveActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t *handlesOut) { struct cppISteamInput_SteamInput006_GetActiveActionSetLayers_params params = { @@ -2056,7 +2056,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput006_GetDigitalAct return params._ret; } -int __thiscall winISteamInput_SteamInput006_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput006_GetDigitalActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputDigitalActionHandle_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput006_GetDigitalActionOrigins_params params = { @@ -2109,7 +2109,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput006_GetAnalogActio return params._ret; } -int __thiscall winISteamInput_SteamInput006_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) +int32_t __thiscall winISteamInput_SteamInput006_GetAnalogActionOrigins(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle, InputAnalogActionHandle_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput006_GetAnalogActionOrigins_params params = { @@ -2124,7 +2124,7 @@ int __thiscall winISteamInput_SteamInput006_GetAnalogActionOrigins(struct w_stea return params._ret; } -const char * __thiscall winISteamInput_SteamInput006_GetGlyphPNGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t eSize, uint32 unFlags) +const char * __thiscall winISteamInput_SteamInput006_GetGlyphPNGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t eSize, uint32_t unFlags) { struct cppISteamInput_SteamInput006_GetGlyphPNGForActionOrigin_params params = { @@ -2138,7 +2138,7 @@ const char * __thiscall winISteamInput_SteamInput006_GetGlyphPNGForActionOrigin( return params._ret; } -const char * __thiscall winISteamInput_SteamInput006_GetGlyphSVGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32 unFlags) +const char * __thiscall winISteamInput_SteamInput006_GetGlyphSVGForActionOrigin(struct w_steam_iface *_this, uint32_t eOrigin, uint32_t unFlags) { struct cppISteamInput_SteamInput006_GetGlyphSVGForActionOrigin_params params = { @@ -2212,7 +2212,7 @@ InputMotionData_t * __thiscall winISteamInput_SteamInput006_GetMotionData(struct return params._ret; } -void __thiscall winISteamInput_SteamInput006_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed) +void __thiscall winISteamInput_SteamInput006_TriggerVibration(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed) { struct cppISteamInput_SteamInput006_TriggerVibration_params params = { @@ -2225,7 +2225,7 @@ void __thiscall winISteamInput_SteamInput006_TriggerVibration(struct w_steam_ifa cppISteamInput_SteamInput006_TriggerVibration( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_TriggerVibrationExtended(struct w_steam_iface *_this, InputHandle_t inputHandle, unsigned short usLeftSpeed, unsigned short usRightSpeed, unsigned short usLeftTriggerSpeed, unsigned short usRightTriggerSpeed) +void __thiscall winISteamInput_SteamInput006_TriggerVibrationExtended(struct w_steam_iface *_this, InputHandle_t inputHandle, uint16_t usLeftSpeed, uint16_t usRightSpeed, uint16_t usLeftTriggerSpeed, uint16_t usRightTriggerSpeed) { struct cppISteamInput_SteamInput006_TriggerVibrationExtended_params params = { @@ -2240,7 +2240,7 @@ void __thiscall winISteamInput_SteamInput006_TriggerVibrationExtended(struct w_s cppISteamInput_SteamInput006_TriggerVibrationExtended( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_TriggerSimpleHapticEvent(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eHapticLocation, uint8 nIntensity, char nGainDB, uint8 nOtherIntensity, char nOtherGainDB) +void __thiscall winISteamInput_SteamInput006_TriggerSimpleHapticEvent(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eHapticLocation, uint8_t nIntensity, char nGainDB, uint8_t nOtherIntensity, char nOtherGainDB) { struct cppISteamInput_SteamInput006_TriggerSimpleHapticEvent_params params = { @@ -2256,7 +2256,7 @@ void __thiscall winISteamInput_SteamInput006_TriggerSimpleHapticEvent(struct w_s cppISteamInput_SteamInput006_TriggerSimpleHapticEvent( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8 nColorR, uint8 nColorG, uint8 nColorB, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput006_SetLEDColor(struct w_steam_iface *_this, InputHandle_t inputHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamInput_SteamInput006_SetLEDColor_params params = { @@ -2271,7 +2271,7 @@ void __thiscall winISteamInput_SteamInput006_SetLEDColor(struct w_steam_iface *_ cppISteamInput_SteamInput006_SetLEDColor( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec) +void __thiscall winISteamInput_SteamInput006_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec) { struct cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse_params params = { @@ -2284,7 +2284,7 @@ void __thiscall winISteamInput_SteamInput006_Legacy_TriggerHapticPulse(struct w_ cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, unsigned short usDurationMicroSec, unsigned short usOffMicroSec, unsigned short unRepeat, unsigned int nFlags) +void __thiscall winISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse_params params = { @@ -2324,7 +2324,7 @@ uint32_t __thiscall winISteamInput_SteamInput006_GetInputTypeForHandle(struct w_ return params._ret; } -InputHandle_t __thiscall winISteamInput_SteamInput006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int nIndex) +InputHandle_t __thiscall winISteamInput_SteamInput006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamInput_SteamInput006_GetControllerForGamepadIndex_params params = { @@ -2336,7 +2336,7 @@ InputHandle_t __thiscall winISteamInput_SteamInput006_GetControllerForGamepadInd return params._ret; } -int __thiscall winISteamInput_SteamInput006_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput006_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) { struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params params = { @@ -2398,7 +2398,7 @@ uint32_t __thiscall winISteamInput_SteamInput006_TranslateActionOrigin(struct w_ return params._ret; } -bool __thiscall winISteamInput_SteamInput006_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int *pMajor, int *pMinor) +bool __thiscall winISteamInput_SteamInput006_GetDeviceBindingRevision(struct w_steam_iface *_this, InputHandle_t inputHandle, int32_t *pMajor, int32_t *pMinor) { struct cppISteamInput_SteamInput006_GetDeviceBindingRevision_params params = { @@ -2412,7 +2412,7 @@ bool __thiscall winISteamInput_SteamInput006_GetDeviceBindingRevision(struct w_s return params._ret; } -uint32 __thiscall winISteamInput_SteamInput006_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput006_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) { struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params params = { @@ -2424,7 +2424,7 @@ uint32 __thiscall winISteamInput_SteamInput006_GetRemotePlaySessionID(struct w_s return params._ret; } -uint16 __thiscall winISteamInput_SteamInput006_GetSessionInputConfigurationSettings(struct w_steam_iface *_this) +uint16_t __thiscall winISteamInput_SteamInput006_GetSessionInputConfigurationSettings(struct w_steam_iface *_this) { struct cppISteamInput_SteamInput006_GetSessionInputConfigurationSettings_params params = { diff --git a/lsteamclient/winISteamInventory.c b/lsteamclient/winISteamInventory.c index 3e21ed95..06ec51cc 100644 --- a/lsteamclient/winISteamInventory.c +++ b/lsteamclient/winISteamInventory.c @@ -52,7 +52,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultSt return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32 *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32_t *punOutItemsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems_params params = { @@ -66,7 +66,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems( return params._ret; } -uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_params params = { @@ -114,7 +114,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32 unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32_t unCountInstanceIDs) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID_params params = { @@ -128,7 +128,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32 *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32_t *punOutBufferSize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult_params params = { @@ -142,7 +142,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32 unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult_params params = { @@ -157,7 +157,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResu return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32 *punArrayQuantity, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems_params params = { @@ -197,7 +197,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems_params params = { @@ -211,7 +211,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32 unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32_t unQuantity) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem_params params = { @@ -225,7 +225,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32 *punArrayGenerateQuantity, uint32 unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32 *punArrayDestroyQuantity, uint32 unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems_params params = { @@ -243,7 +243,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32 unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32_t unQuantity, SteamItemInstanceID_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_params params = { @@ -281,7 +281,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32 *pArrayGiveQuantity, uint32 nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32 *pArrayGetQuantity, uint32 nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems_params params = { @@ -311,7 +311,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_LoadItemDefinit return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs_params params = { @@ -324,7 +324,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefiniti return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32 *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty_params params = { @@ -351,7 +351,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_Reque return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs_params params = { @@ -461,7 +461,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultSt return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32 *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32_t *punOutItemsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params params = { @@ -475,7 +475,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems( return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, uint32 unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32 *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, uint32_t unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_params params = { @@ -491,7 +491,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemPr return params._ret; } -uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params params = { @@ -539,7 +539,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32 unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32_t unCountInstanceIDs) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params params = { @@ -553,7 +553,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32 *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32_t *punOutBufferSize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params params = { @@ -567,7 +567,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32 unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params params = { @@ -582,7 +582,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResu return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32 *punArrayQuantity, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params params = { @@ -622,7 +622,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params params = { @@ -636,7 +636,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32 unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32_t unQuantity) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params params = { @@ -650,7 +650,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32 *punArrayGenerateQuantity, uint32 unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32 *punArrayDestroyQuantity, uint32 unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params params = { @@ -668,7 +668,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32 unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32_t unQuantity, SteamItemInstanceID_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params params = { @@ -706,7 +706,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32 *pArrayGiveQuantity, uint32 nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32 *pArrayGetQuantity, uint32 nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params params = { @@ -736,7 +736,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_LoadItemDefinit return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_params params = { @@ -749,7 +749,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefiniti return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32 *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty_params params = { @@ -776,7 +776,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_Reque return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs_params params = { @@ -790,7 +790,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligibleProm return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase(struct w_steam_iface *_this, const SteamItemDef_t *pArrayItemDefs, const uint32 *punArrayQuantity, uint32 unArrayLength) +SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase(struct w_steam_iface *_this, const SteamItemDef_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params params = { @@ -815,7 +815,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_Reque return params._ret; } -uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices(struct w_steam_iface *_this) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices_params params = { @@ -826,7 +826,7 @@ uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWi return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64 *pPrices, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64_t *pPrices, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_params params = { @@ -840,7 +840,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPri return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice(struct w_steam_iface *_this, SteamItemDef_t iDefinition, uint64 *pPrice) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice(struct w_steam_iface *_this, SteamItemDef_t iDefinition, uint64_t *pPrice) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params params = { @@ -908,7 +908,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, int64 nValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, int64_t nValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params params = { @@ -1061,7 +1061,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultSt return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32 *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, SteamItemDetails_t *pOutItemsArray, uint32_t *punOutItemsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems_params params = { @@ -1075,7 +1075,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems( return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, uint32 unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32 *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, uint32_t unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty_params params = { @@ -1091,7 +1091,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemPr return params._ret; } -uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_params params = { @@ -1139,7 +1139,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32 unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemInstanceID_t *pInstanceIDs, uint32_t unCountInstanceIDs) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID_params params = { @@ -1153,7 +1153,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32 *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, void *pOutBuffer, uint32_t *punOutBufferSize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult_params params = { @@ -1167,7 +1167,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32 unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult(struct w_steam_iface *_this, SteamInventoryResult_t *pOutResultHandle, const void *pBuffer, uint32_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult_params params = { @@ -1182,7 +1182,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResu return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32 *punArrayQuantity, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems_params params = { @@ -1222,7 +1222,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem(st return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayItemDefs, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems_params params = { @@ -1236,7 +1236,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32 unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemConsume, uint32_t unQuantity) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem_params params = { @@ -1250,7 +1250,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32 *punArrayGenerateQuantity, uint32 unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32 *punArrayDestroyQuantity, uint32 unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const SteamItemDef_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems_params params = { @@ -1268,7 +1268,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32 unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemInstanceID_t itemIdSource, uint32_t unQuantity, SteamItemInstanceID_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_params params = { @@ -1306,7 +1306,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32 *pArrayGiveQuantity, uint32 nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32 *pArrayGetQuantity, uint32 nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, CSteamID steamIDTradePartner, const SteamItemInstanceID_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems_params params = { @@ -1336,7 +1336,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_LoadItemDefinit return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs(struct w_steam_iface *_this, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs_params params = { @@ -1349,7 +1349,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefiniti return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32 *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty(struct w_steam_iface *_this, SteamItemDef_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty_params params = { @@ -1376,7 +1376,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_Reque return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32 *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, SteamItemDef_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs_params params = { @@ -1390,7 +1390,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligibleProm return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase(struct w_steam_iface *_this, const SteamItemDef_t *pArrayItemDefs, const uint32 *punArrayQuantity, uint32 unArrayLength) +SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase(struct w_steam_iface *_this, const SteamItemDef_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase_params params = { @@ -1415,7 +1415,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_Reque return params._ret; } -uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices(struct w_steam_iface *_this) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWithPrices_params params = { @@ -1426,7 +1426,7 @@ uint32 __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItemsWi return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64 *pCurrentPrices, uint64 *pBasePrices, uint32 unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64_t *pCurrentPrices, uint64_t *pBasePrices, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices_params params = { @@ -1441,7 +1441,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPri return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice(struct w_steam_iface *_this, SteamItemDef_t iDefinition, uint64 *pCurrentPrice, uint64 *pBasePrice) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice(struct w_steam_iface *_this, SteamItemDef_t iDefinition, uint64_t *pCurrentPrice, uint64_t *pBasePrice) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice_params params = { @@ -1510,7 +1510,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_2(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, int64 nValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, int64_t nValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3_params params = { diff --git a/lsteamclient/winISteamMasterServerUpdater.c b/lsteamclient/winISteamMasterServerUpdater.c index 98a51b5c..6d5b1e1d 100644 --- a/lsteamclient/winISteamMasterServerUpdater.c +++ b/lsteamclient/winISteamMasterServerUpdater.c @@ -41,7 +41,7 @@ void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActi cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActive( ¶ms ); } -void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval(struct w_steam_iface *_this, int iHeartbeatInterval) +void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval(struct w_steam_iface *_this, int32_t iHeartbeatInterval) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval_params params = { @@ -52,7 +52,7 @@ void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHear cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetHeartbeatInterval( ¶ms ); } -bool __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int cbData, uint32 srcIP, uint16 srcPort) +bool __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPacket(struct w_steam_iface *_this, const void *pData, int32_t cbData, uint32_t srcIP, uint16_t srcPort) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleIncomingPacket_params params = { @@ -67,7 +67,7 @@ bool __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_HandleI return params._ret; } -int __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int cbMaxOut, uint32 *pNetAdr, uint16 *pPort) +int32_t __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket(struct w_steam_iface *_this, void *pOut, int32_t cbMaxOut, uint32_t *pNetAdr, uint16_t *pPort) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextOutgoingPacket_params params = { @@ -82,7 +82,7 @@ int __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNextO return params._ret; } -void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetBasicServerData(struct w_steam_iface *_this, unsigned short nProtocolVersion, bool bDedicatedServer, const char *pRegionName, const char *pProductName, unsigned short nMaxReportedClients, bool bPasswordProtected, const char *pGameDescription) +void __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_SetBasicServerData(struct w_steam_iface *_this, uint16_t nProtocolVersion, bool bDedicatedServer, const char *pRegionName, const char *pProductName, uint16_t nMaxReportedClients, bool bPasswordProtected, const char *pGameDescription) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_SetBasicServerData_params params = { @@ -176,7 +176,7 @@ bool __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_RemoveM return params._ret; } -int __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers(struct w_steam_iface *_this) +int32_t __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers(struct w_steam_iface *_this) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMasterServers_params params = { @@ -187,7 +187,7 @@ int __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetNumMa return params._ret; } -int __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress(struct w_steam_iface *_this, int iServer, char *pOut, int outBufferSize) +int32_t __thiscall winISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress(struct w_steam_iface *_this, int32_t iServer, char *pOut, int32_t outBufferSize) { struct cppISteamMasterServerUpdater_SteamMasterServerUpdater001_GetMasterServerAddress_params params = { diff --git a/lsteamclient/winISteamMatchmaking.c b/lsteamclient/winISteamMatchmaking.c index db0acf54..b546e610 100644 --- a/lsteamclient/winISteamMatchmaking.c +++ b/lsteamclient/winISteamMatchmaking.c @@ -38,7 +38,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMs DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry, 32) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking001_RequestLobbyData, 12) -int __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount_params params = { @@ -49,7 +49,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame(struct w_steam_iface *_this, int iGame, uint32 *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, uint32_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame_params params = { @@ -66,7 +66,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame(struct w_steam_iface *_this, uint32 nAppID, uint32 nIP, uint16 nConnPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame_params params = { @@ -82,7 +82,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame(struct w_steam_iface *_this, uint32 nAppID, uint32 nIP, uint16 nConnPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame_params params = { @@ -97,7 +97,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2(struct w_steam_iface *_this, int iGame, uint32 *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2(struct w_steam_iface *_this, int32_t iGame, uint32_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2_params params = { @@ -115,7 +115,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_GetFavoriteGame2(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2(struct w_steam_iface *_this, uint32 nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2_params params = { @@ -132,7 +132,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking001_AddFavoriteGame2(struct return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2(struct w_steam_iface *_this, uint32 nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2_params params = { @@ -148,7 +148,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_RemoveFavoriteGame2(str return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking001_RequestLobbyList(struct w_steam_iface *_this, uint64 ulGameID, MatchMakingKeyValuePair_t *pFilters, uint32 nFilters) +void __thiscall winISteamMatchmaking_SteamMatchMaking001_RequestLobbyList(struct w_steam_iface *_this, uint64_t ulGameID, MatchMakingKeyValuePair_t *pFilters, uint32_t nFilters) { struct cppISteamMatchmaking_SteamMatchMaking001_RequestLobbyList_params params = { @@ -161,7 +161,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking001_RequestLobbyList(struct cppISteamMatchmaking_SteamMatchMaking001_RequestLobbyList( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex_params params = { @@ -174,7 +174,7 @@ CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyByIndex(s return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking001_CreateLobby(struct w_steam_iface *_this, uint64 ulGameID, bool bPrivate) +void __thiscall winISteamMatchmaking_SteamMatchMaking001_CreateLobby(struct w_steam_iface *_this, uint64_t ulGameID, bool bPrivate) { struct cppISteamMatchmaking_SteamMatchMaking001_CreateLobby_params params = { @@ -221,7 +221,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers_params params = { @@ -233,7 +233,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking001_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyMemberByIndex_params params = { @@ -302,7 +302,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_SetLobbyMemberData(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg_params params = { @@ -316,7 +316,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking001_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking001_GetLobbyChatEntry_params params = { @@ -410,7 +410,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEnt DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking002_RequestLobbyData, 12) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer, 28) -int __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount_params params = { @@ -421,7 +421,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame_params params = { @@ -439,7 +439,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame_params params = { @@ -456,7 +456,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame_params params = { @@ -482,7 +482,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking002_RequestLobbyList(struct cppISteamMatchmaking_SteamMatchMaking002_RequestLobbyList( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyByIndex_params params = { @@ -541,7 +541,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking002_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers_params params = { @@ -553,7 +553,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking002_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyMemberByIndex_params params = { @@ -621,7 +621,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking002_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking002_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg_params params = { @@ -635,7 +635,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking002_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking002_GetLobbyChatEntry_params params = { @@ -664,7 +664,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking002_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking002_SetLobbyGameServer_params params = { @@ -749,7 +749,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberL DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking003_SetLobbyVoiceEnabled, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking003_RequestFriendsLobbies, 4) -int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount_params params = { @@ -760,7 +760,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame_params params = { @@ -778,7 +778,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame_params params = { @@ -795,7 +795,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame_params params = { @@ -833,7 +833,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListFilt cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, int nComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, int32_t nComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListNumericalFilter_params params = { @@ -856,7 +856,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListSlot cppISteamMatchmaking_SteamMatchMaking003_AddRequestLobbyListSlotsAvailableFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyByIndex_params params = { @@ -915,7 +915,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers_params params = { @@ -927,7 +927,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberByIndex_params params = { @@ -995,7 +995,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg_params params = { @@ -1009,7 +1009,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry_params params = { @@ -1038,7 +1038,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer_params params = { @@ -1052,7 +1052,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking003_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer_params params = { @@ -1067,7 +1067,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit_params params = { @@ -1080,7 +1080,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyMemberLimit_params params = { @@ -1193,7 +1193,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberL DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit, 12) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking004_RequestFriendsLobbies, 4) -int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount_params params = { @@ -1204,7 +1204,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame_params params = { @@ -1222,7 +1222,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame_params params = { @@ -1239,7 +1239,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame_params params = { @@ -1277,7 +1277,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListFilt cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, int nComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, int32_t nComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListNumericalFilter_params params = { @@ -1300,7 +1300,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListSlot cppISteamMatchmaking_SteamMatchMaking004_AddRequestLobbyListSlotsAvailableFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyByIndex_params params = { @@ -1359,7 +1359,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers_params params = { @@ -1371,7 +1371,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberByIndex_params params = { @@ -1439,7 +1439,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg_params params = { @@ -1453,7 +1453,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyChatEntry_params params = { @@ -1482,7 +1482,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer_params params = { @@ -1496,7 +1496,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking004_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer_params params = { @@ -1511,7 +1511,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit_params params = { @@ -1524,7 +1524,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking004_GetLobbyMemberLimit_params params = { @@ -1628,7 +1628,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking005_SetLobbyType, 1 DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking005_GetLobbyOwner, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking005_GetLobbyDistance, 12) -int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount_params params = { @@ -1639,7 +1639,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame_params params = { @@ -1657,7 +1657,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame_params params = { @@ -1674,7 +1674,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame_params params = { @@ -1712,7 +1712,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListFilt cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, int nComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, int32_t nComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNumericalFilter_params params = { @@ -1735,7 +1735,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListSlot cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListSlotsAvailableFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToBeCloseTo) +void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToBeCloseTo) { struct cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter_params params = { @@ -1747,7 +1747,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNear cppISteamMatchmaking_SteamMatchMaking005_AddRequestLobbyListNearValueFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyByIndex_params params = { @@ -1806,7 +1806,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers_params params = { @@ -1818,7 +1818,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberByIndex_params params = { @@ -1886,7 +1886,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg_params params = { @@ -1900,7 +1900,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyChatEntry_params params = { @@ -1929,7 +1929,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer_params params = { @@ -1943,7 +1943,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking005_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer_params params = { @@ -1958,7 +1958,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit_params params = { @@ -1971,7 +1971,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking005_GetLobbyMemberLimit_params params = { @@ -2114,7 +2114,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberL DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking006_SetLobbyType, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking006_GetLobbyOwner, 16) -int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount_params params = { @@ -2125,7 +2125,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame_params params = { @@ -2143,7 +2143,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame_params params = { @@ -2160,7 +2160,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame_params params = { @@ -2199,7 +2199,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListFilt cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, int nComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, int32_t nComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter_params params = { @@ -2212,7 +2212,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNume cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNumericalFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToBeCloseTo) +void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToBeCloseTo) { struct cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter_params params = { @@ -2224,7 +2224,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNear cppISteamMatchmaking_SteamMatchMaking006_AddRequestLobbyListNearValueFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex_params params = { @@ -2285,7 +2285,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers_params params = { @@ -2297,7 +2297,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberByIndex_params params = { @@ -2365,7 +2365,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg_params params = { @@ -2379,7 +2379,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry_params params = { @@ -2408,7 +2408,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer_params params = { @@ -2422,7 +2422,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking006_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer_params params = { @@ -2437,7 +2437,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit_params params = { @@ -2450,7 +2450,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyMemberLimit_params params = { @@ -2573,7 +2573,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking007_SetLobbyJoinabl DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking007_GetLobbyOwner, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking007_SetLobbyOwner, 20) -int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount_params params = { @@ -2584,7 +2584,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame_params params = { @@ -2602,7 +2602,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame_params params = { @@ -2619,7 +2619,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params params = { @@ -2659,7 +2659,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListStri cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListStringFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, uint32_t eComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, uint32_t eComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter_params params = { @@ -2672,7 +2672,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNume cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNumericalFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToBeCloseTo) +void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToBeCloseTo) { struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter_params params = { @@ -2684,7 +2684,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNear cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListNearValueFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int nSlotsAvailable) +void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int32_t nSlotsAvailable) { struct cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable_params params = { @@ -2695,7 +2695,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilt cppISteamMatchmaking_SteamMatchMaking007_AddRequestLobbyListFilterSlotsAvailable( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex_params params = { @@ -2708,7 +2708,7 @@ CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking007_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int cMaxMembers) +SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking007_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params params = { @@ -2757,7 +2757,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers_params params = { @@ -2769,7 +2769,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberByIndex_params params = { @@ -2810,7 +2810,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyData(struct w_s return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount_params params = { @@ -2822,7 +2822,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyDataCount(struct return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int iLobbyData, char *pchKey, int cchKeyBufferSize, char *pchValue, int cchValueBufferSize) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iLobbyData, char *pchKey, int32_t cchKeyBufferSize, char *pchValue, int32_t cchValueBufferSize) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyDataByIndex_params params = { @@ -2879,7 +2879,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg_params params = { @@ -2893,7 +2893,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyChatEntry_params params = { @@ -2922,7 +2922,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer_params params = { @@ -2936,7 +2936,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking007_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer_params params = { @@ -2951,7 +2951,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit_params params = { @@ -2964,7 +2964,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking007_GetLobbyMemberLimit_params params = { @@ -3121,7 +3121,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking008_SetLobbyJoinabl DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking008_GetLobbyOwner, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking008_SetLobbyOwner, 20) -int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount_params params = { @@ -3132,7 +3132,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame_params params = { @@ -3150,7 +3150,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame_params params = { @@ -3167,7 +3167,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame_params params = { @@ -3207,7 +3207,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListStri cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListStringFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, uint32_t eComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, uint32_t eComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter_params params = { @@ -3220,7 +3220,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNume cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNumericalFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToBeCloseTo) +void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToBeCloseTo) { struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter_params params = { @@ -3232,7 +3232,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNear cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListNearValueFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int nSlotsAvailable) +void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int32_t nSlotsAvailable) { struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListFilterSlotsAvailable_params params = { @@ -3254,7 +3254,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListDist cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListDistanceFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter(struct w_steam_iface *_this, int cMaxResults) +void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter(struct w_steam_iface *_this, int32_t cMaxResults) { struct cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter_params params = { @@ -3265,7 +3265,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResu cppISteamMatchmaking_SteamMatchMaking008_AddRequestLobbyListResultCountFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex_params params = { @@ -3278,7 +3278,7 @@ CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking008_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int cMaxMembers) +SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking008_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking008_CreateLobby_params params = { @@ -3327,7 +3327,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers_params params = { @@ -3339,7 +3339,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberByIndex_params params = { @@ -3380,7 +3380,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyData(struct w_s return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount_params params = { @@ -3392,7 +3392,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyDataCount(struct return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int iLobbyData, char *pchKey, int cchKeyBufferSize, char *pchValue, int cchValueBufferSize) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iLobbyData, char *pchKey, int32_t cchKeyBufferSize, char *pchValue, int32_t cchValueBufferSize) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyDataByIndex_params params = { @@ -3449,7 +3449,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg_params params = { @@ -3463,7 +3463,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyChatEntry_params params = { @@ -3492,7 +3492,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer_params params = { @@ -3506,7 +3506,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking008_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer_params params = { @@ -3521,7 +3521,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit_params params = { @@ -3534,7 +3534,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking008_GetLobbyMemberLimit_params params = { @@ -3695,7 +3695,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking009_GetLobbyOwner, DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking009_SetLobbyOwner, 20) DEFINE_THISCALL_WRAPPER(winISteamMatchmaking_SteamMatchMaking009_SetLinkedLobby, 20) -int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount_params params = { @@ -3706,7 +3706,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount(str return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame(struct w_steam_iface *_this, int iGame, AppId_t *pnAppID, uint32 *pnIP, uint16 *pnConnPort, uint16 *pnQueryPort, uint32 *punFlags, uint32 *pRTime32LastPlayedOnServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame(struct w_steam_iface *_this, int32_t iGame, AppId_t *pnAppID, uint32_t *pnIP, uint16_t *pnConnPort, uint16_t *pnQueryPort, uint32_t *punFlags, uint32_t *pRTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame_params params = { @@ -3724,7 +3724,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags, uint32 rTime32LastPlayedOnServer) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags, uint32_t rTime32LastPlayedOnServer) { struct cppISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame_params params = { @@ -3741,7 +3741,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame(struct w return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint32 unFlags) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame(struct w_steam_iface *_this, AppId_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame_params params = { @@ -3781,7 +3781,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListStri cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListStringFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToMatch, uint32_t eComparisonType) +void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToMatch, uint32_t eComparisonType) { struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter_params params = { @@ -3794,7 +3794,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNume cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNumericalFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int nValueToBeCloseTo) +void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter(struct w_steam_iface *_this, const char *pchKeyToMatch, int32_t nValueToBeCloseTo) { struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter_params params = { @@ -3806,7 +3806,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNear cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListNearValueFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int nSlotsAvailable) +void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable(struct w_steam_iface *_this, int32_t nSlotsAvailable) { struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListFilterSlotsAvailable_params params = { @@ -3828,7 +3828,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListDist cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListDistanceFilter( ¶ms ); } -void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter(struct w_steam_iface *_this, int cMaxResults) +void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter(struct w_steam_iface *_this, int32_t cMaxResults) { struct cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListResultCountFilter_params params = { @@ -3850,7 +3850,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListComp cppISteamMatchmaking_SteamMatchMaking009_AddRequestLobbyListCompatibleMembersFilter( ¶ms ); } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int iLobby) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex(struct w_steam_iface *_this, CSteamID *_ret, int32_t iLobby) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex_params params = { @@ -3863,7 +3863,7 @@ CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking009_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int cMaxMembers) +SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking009_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking009_CreateLobby_params params = { @@ -3912,7 +3912,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_InviteUserToLobby(struc return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers_params params = { @@ -3924,7 +3924,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetNumLobbyMembers(struc return params._ret; } -CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int iMember) +CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex(struct w_steam_iface *_this, CSteamID *_ret, CSteamID steamIDLobby, int32_t iMember) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberByIndex_params params = { @@ -3965,7 +3965,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyData(struct w_s return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount_params params = { @@ -3977,7 +3977,7 @@ int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyDataCount(struct return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int iLobbyData, char *pchKey, int cchKeyBufferSize, char *pchValue, int cchValueBufferSize) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iLobbyData, char *pchKey, int32_t cchKeyBufferSize, char *pchValue, int32_t cchValueBufferSize) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyDataByIndex_params params = { @@ -4034,7 +4034,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberData(stru cppISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberData( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int cubMsgBody) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg(struct w_steam_iface *_this, CSteamID steamIDLobby, const void *pvMsgBody, int32_t cubMsgBody) { struct cppISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg_params params = { @@ -4048,7 +4048,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SendLobbyChatMsg(struct return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int iChatID, CSteamID *pSteamIDUser, void *pvData, int cubData, uint32_t *peChatEntryType) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t iChatID, CSteamID *pSteamIDUser, void *pvData, int32_t cubData, uint32_t *peChatEntryType) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyChatEntry_params params = { @@ -4077,7 +4077,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_RequestLobbyData(struct return params._ret; } -void __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 unGameServerIP, uint16 unGameServerPort, CSteamID steamIDGameServer) +void __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t unGameServerIP, uint16_t unGameServerPort, CSteamID steamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer_params params = { @@ -4091,7 +4091,7 @@ void __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer(stru cppISteamMatchmaking_SteamMatchMaking009_SetLobbyGameServer( ¶ms ); } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32 *punGameServerIP, uint16 *punGameServerPort, CSteamID *psteamIDGameServer) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer(struct w_steam_iface *_this, CSteamID steamIDLobby, uint32_t *punGameServerIP, uint16_t *punGameServerPort, CSteamID *psteamIDGameServer) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer_params params = { @@ -4106,7 +4106,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyGameServer(stru return params._ret; } -bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int cMaxMembers) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit_params params = { @@ -4119,7 +4119,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_SetLobbyMemberLimit(str return params._ret; } -int __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking009_GetLobbyMemberLimit_params params = { diff --git a/lsteamclient/winISteamMatchmakingServers.c b/lsteamclient/winISteamMatchmakingServers.c index caf23c17..b76a7112 100644 --- a/lsteamclient/winISteamMatchmakingServers.c +++ b/lsteamclient/winISteamMatchmakingServers.c @@ -32,7 +32,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers001_P DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery, 8) -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList_params params = { @@ -58,7 +58,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestLA cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList_params params = { @@ -72,7 +72,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFr cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList_params params = { @@ -86,7 +86,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFa cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList_params params = { @@ -100,7 +100,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestHi cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList_params params = { @@ -114,7 +114,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestSp cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList( ¶ms ); } -gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails(struct w_steam_iface *_this, uint32_t eType, int iServer) +gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails(struct w_steam_iface *_this, uint32_t eType, int32_t iServer) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_params params = { @@ -161,7 +161,7 @@ bool __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_IsRefresh return params._ret; } -int __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount(struct w_steam_iface *_this, uint32_t eType) +int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount(struct w_steam_iface *_this, uint32_t eType) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount_params params = { @@ -173,7 +173,7 @@ int __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_GetServerC return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer(struct w_steam_iface *_this, uint32_t eType, int iServer) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer(struct w_steam_iface *_this, uint32_t eType, int32_t iServer) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer_params params = { @@ -185,7 +185,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RefreshSe cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer( ¶ms ); } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_PingServer(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_PingServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params params = { @@ -199,7 +199,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_P return params._ret; } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_params params = { @@ -213,7 +213,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_P return params._ret; } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params params = { @@ -294,7 +294,7 @@ DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers002_P DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules, 16) DEFINE_THISCALL_WRAPPER(winISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery, 8) -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList_params params = { @@ -322,7 +322,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList_params params = { @@ -337,7 +337,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList_params params = { @@ -352,7 +352,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList_params params = { @@ -367,7 +367,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32 nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList(struct w_steam_iface *_this, AppId_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList_params params = { @@ -393,7 +393,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRe cppISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest( ¶ms ); } -gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails(struct w_steam_iface *_this, HServerListRequest hRequest, int iServer) +gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails(struct w_steam_iface *_this, HServerListRequest hRequest, int32_t iServer) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_params params = { @@ -440,7 +440,7 @@ bool __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_IsRefresh return params._ret; } -int __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount(struct w_steam_iface *_this, HServerListRequest hRequest) +int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount(struct w_steam_iface *_this, HServerListRequest hRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_params params = { @@ -452,7 +452,7 @@ int __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerC return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer(struct w_steam_iface *_this, HServerListRequest hRequest, int iServer) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer(struct w_steam_iface *_this, HServerListRequest hRequest, int32_t iServer) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer_params params = { @@ -464,7 +464,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshSe cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer( ¶ms ); } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_PingServer(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_PingServer(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer_params params = { @@ -478,7 +478,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_P return params._ret; } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails_params params = { @@ -492,7 +492,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_P return params._ret; } -HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules(struct w_steam_iface *_this, uint32 unIP, uint16 usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) +HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules_params params = { diff --git a/lsteamclient/winISteamMusicRemote.c b/lsteamclient/winISteamMusicRemote.c index 4b8c140d..499a3998 100644 --- a/lsteamclient/winISteamMusicRemote.c +++ b/lsteamclient/winISteamMusicRemote.c @@ -106,7 +106,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetDi return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64(struct w_steam_iface *_this, void *pvBuffer, uint32 cbBufferLength) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64(struct w_steam_iface *_this, void *pvBuffer, uint32_t cbBufferLength) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64_params params = { @@ -274,7 +274,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_Updat return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds(struct w_steam_iface *_this, int nValue) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds(struct w_steam_iface *_this, int32_t nValue) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds_params params = { @@ -286,7 +286,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_Updat return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt(struct w_steam_iface *_this, void *pvBuffer, uint32 cbBufferLength) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt(struct w_steam_iface *_this, void *pvBuffer, uint32_t cbBufferLength) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt_params params = { @@ -332,7 +332,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_Reset return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry(struct w_steam_iface *_this, int nID, int nPosition, const char *pchEntryText) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry(struct w_steam_iface *_this, int32_t nID, int32_t nPosition, const char *pchEntryText) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry_params params = { @@ -346,7 +346,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQu return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry(struct w_steam_iface *_this, int nID) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry(struct w_steam_iface *_this, int32_t nID) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry_params params = { @@ -391,7 +391,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_Reset return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry(struct w_steam_iface *_this, int nID, int nPosition, const char *pchEntryText) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry(struct w_steam_iface *_this, int32_t nID, int32_t nPosition, const char *pchEntryText) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry_params params = { @@ -405,7 +405,7 @@ bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPl return params._ret; } -bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry(struct w_steam_iface *_this, int nID) +bool __thiscall winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry(struct w_steam_iface *_this, int32_t nID) { struct cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry_params params = { diff --git a/lsteamclient/winISteamNetworking.c b/lsteamclient/winISteamNetworking.c index 5a221b65..7ab6ca83 100644 --- a/lsteamclient/winISteamNetworking.c +++ b/lsteamclient/winISteamNetworking.c @@ -28,7 +28,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking001_RetrieveData, 24) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking001_GetSocketInfo, 24) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking001_GetListenSocketInfo, 16) -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, uint32 nIP, uint16 nPort) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort) { struct cppISteamNetworking_SteamNetworking001_CreateListenSocket_params params = { @@ -42,7 +42,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket_params params = { @@ -56,7 +56,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateConnectionSocket(struct w_steam_iface *_this, uint32 nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateConnectionSocket(struct w_steam_iface *_this, uint32_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking001_CreateConnectionSocket_params params = { @@ -96,7 +96,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking001_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking001_SendDataOnSocket_params params = { @@ -111,7 +111,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket_params params = { @@ -124,7 +124,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking001_RetrieveDataFromSocket_params params = { @@ -139,7 +139,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking001_IsDataAvailable_params params = { @@ -153,7 +153,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking001_RetrieveData_params params = { @@ -169,7 +169,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, uint32 *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking001_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking001_GetSocketInfo_params params = { @@ -185,7 +185,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking001_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking001_GetListenSocketInfo_params params = { @@ -248,7 +248,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking002_GetListenSocketIn DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking002_GetSocketConnectionType, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking002_GetMaxPacketSize, 8) -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, uint32 nIP, uint16 nPort, bool bAllowUseOfPacketRelay) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking002_CreateListenSocket_params params = { @@ -263,7 +263,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec, bool bAllowUseOfPacketRelay) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket_params params = { @@ -278,7 +278,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateConnectionSocket(struct w_steam_iface *_this, uint32 nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateConnectionSocket(struct w_steam_iface *_this, uint32_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking002_CreateConnectionSocket_params params = { @@ -318,7 +318,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking002_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking002_SendDataOnSocket_params params = { @@ -333,7 +333,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket_params params = { @@ -346,7 +346,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking002_RetrieveDataFromSocket_params params = { @@ -361,7 +361,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking002_IsDataAvailable_params params = { @@ -375,7 +375,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking002_RetrieveData_params params = { @@ -391,7 +391,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, uint32 *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking002_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking002_GetSocketInfo_params params = { @@ -407,7 +407,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking002_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking002_GetListenSocketInfo_params params = { @@ -433,7 +433,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking002_GetSocketConnectionTy return params._ret; } -int __thiscall winISteamNetworking_SteamNetworking002_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking002_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) { struct cppISteamNetworking_SteamNetworking002_GetMaxPacketSize_params params = { @@ -502,7 +502,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking003_GetListenSocketIn DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking003_GetSocketConnectionType, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking003_GetMaxPacketSize, 8) -bool __thiscall winISteamNetworking_SteamNetworking003_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32 cubData, uint32_t eP2PSendType) +bool __thiscall winISteamNetworking_SteamNetworking003_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32_t cubData, uint32_t eP2PSendType) { struct cppISteamNetworking_SteamNetworking003_SendP2PPacket_params params = { @@ -517,7 +517,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_SendP2PPacket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking003_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking003_IsP2PPacketAvailable_params params = { @@ -529,7 +529,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_IsP2PPacketAvailable(stru return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, CSteamID *psteamIDRemote) +bool __thiscall winISteamNetworking_SteamNetworking003_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, CSteamID *psteamIDRemote) { struct cppISteamNetworking_SteamNetworking003_ReadP2PPacket_params params = { @@ -581,7 +581,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_GetP2PSessionState(struct return params._ret; } -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, uint32 nIP, uint16 nPort, bool bAllowUseOfPacketRelay) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking003_CreateListenSocket_params params = { @@ -596,7 +596,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec, bool bAllowUseOfPacketRelay) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket_params params = { @@ -611,7 +611,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateConnectionSocket(struct w_steam_iface *_this, uint32 nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateConnectionSocket(struct w_steam_iface *_this, uint32_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking003_CreateConnectionSocket_params params = { @@ -651,7 +651,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking003_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking003_SendDataOnSocket_params params = { @@ -666,7 +666,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket_params params = { @@ -679,7 +679,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking003_RetrieveDataFromSocket_params params = { @@ -694,7 +694,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking003_IsDataAvailable_params params = { @@ -708,7 +708,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking003_RetrieveData_params params = { @@ -724,7 +724,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, uint32 *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking003_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking003_GetSocketInfo_params params = { @@ -740,7 +740,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking003_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking003_GetListenSocketInfo_params params = { @@ -766,7 +766,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking003_GetSocketConnectionTy return params._ret; } -int __thiscall winISteamNetworking_SteamNetworking003_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking003_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) { struct cppISteamNetworking_SteamNetworking003_GetMaxPacketSize_params params = { @@ -841,7 +841,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking004_GetListenSocketIn DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking004_GetSocketConnectionType, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking004_GetMaxPacketSize, 8) -bool __thiscall winISteamNetworking_SteamNetworking004_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32 cubData, uint32_t eP2PSendType, int nVirtualPort) +bool __thiscall winISteamNetworking_SteamNetworking004_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32_t cubData, uint32_t eP2PSendType, int32_t nVirtualPort) { struct cppISteamNetworking_SteamNetworking004_SendP2PPacket_params params = { @@ -857,7 +857,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_SendP2PPacket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32 *pcubMsgSize, int nVirtualPort) +bool __thiscall winISteamNetworking_SteamNetworking004_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32_t *pcubMsgSize, int32_t nVirtualPort) { struct cppISteamNetworking_SteamNetworking004_IsP2PPacketAvailable_params params = { @@ -870,7 +870,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_IsP2PPacketAvailable(stru return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, CSteamID *psteamIDRemote, int nVirtualPort) +bool __thiscall winISteamNetworking_SteamNetworking004_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, CSteamID *psteamIDRemote, int32_t nVirtualPort) { struct cppISteamNetworking_SteamNetworking004_ReadP2PPacket_params params = { @@ -923,7 +923,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_GetP2PSessionState(struct return params._ret; } -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, uint32 nIP, uint16 nPort, bool bAllowUseOfPacketRelay) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking004_CreateListenSocket_params params = { @@ -938,7 +938,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec, bool bAllowUseOfPacketRelay) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket_params params = { @@ -953,7 +953,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateConnectionSocket(struct w_steam_iface *_this, uint32 nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateConnectionSocket(struct w_steam_iface *_this, uint32_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking004_CreateConnectionSocket_params params = { @@ -993,7 +993,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking004_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking004_SendDataOnSocket_params params = { @@ -1008,7 +1008,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket_params params = { @@ -1021,7 +1021,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking004_RetrieveDataFromSocket_params params = { @@ -1036,7 +1036,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking004_IsDataAvailable_params params = { @@ -1050,7 +1050,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking004_RetrieveData_params params = { @@ -1066,7 +1066,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, uint32 *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking004_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking004_GetSocketInfo_params params = { @@ -1082,7 +1082,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking004_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking004_GetListenSocketInfo_params params = { @@ -1108,7 +1108,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking004_GetSocketConnectionTy return params._ret; } -int __thiscall winISteamNetworking_SteamNetworking004_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking004_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) { struct cppISteamNetworking_SteamNetworking004_GetMaxPacketSize_params params = { @@ -1185,7 +1185,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking005_GetListenSocketIn DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking005_GetSocketConnectionType, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking005_GetMaxPacketSize, 8) -bool __thiscall winISteamNetworking_SteamNetworking005_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32 cubData, uint32_t eP2PSendType, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking005_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32_t cubData, uint32_t eP2PSendType, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking005_SendP2PPacket_params params = { @@ -1201,7 +1201,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_SendP2PPacket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32 *pcubMsgSize, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking005_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32_t *pcubMsgSize, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking005_IsP2PPacketAvailable_params params = { @@ -1214,7 +1214,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_IsP2PPacketAvailable(stru return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, CSteamID *psteamIDRemote, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking005_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, CSteamID *psteamIDRemote, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking005_ReadP2PPacket_params params = { @@ -1254,7 +1254,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_CloseP2PSessionWithUser(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser(struct w_steam_iface *_this, CSteamID steamIDRemote, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser(struct w_steam_iface *_this, CSteamID steamIDRemote, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking005_CloseP2PChannelWithUser_params params = { @@ -1292,7 +1292,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_AllowP2PPacketRelay(struc return params._ret; } -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, uint32 nIP, uint16 nPort, bool bAllowUseOfPacketRelay) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking005_CreateListenSocket_params params = { @@ -1307,7 +1307,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec, bool bAllowUseOfPacketRelay) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket_params params = { @@ -1322,7 +1322,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateConnectionSocket(struct w_steam_iface *_this, uint32 nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateConnectionSocket(struct w_steam_iface *_this, uint32_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking005_CreateConnectionSocket_params params = { @@ -1362,7 +1362,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking005_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking005_SendDataOnSocket_params params = { @@ -1377,7 +1377,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket_params params = { @@ -1390,7 +1390,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking005_RetrieveDataFromSocket_params params = { @@ -1405,7 +1405,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking005_IsDataAvailable_params params = { @@ -1419,7 +1419,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking005_RetrieveData_params params = { @@ -1435,7 +1435,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, uint32 *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking005_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking005_GetSocketInfo_params params = { @@ -1451,7 +1451,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking005_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking005_GetListenSocketInfo_params params = { @@ -1477,7 +1477,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking005_GetSocketConnectionTy return params._ret; } -int __thiscall winISteamNetworking_SteamNetworking005_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking005_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) { struct cppISteamNetworking_SteamNetworking005_GetMaxPacketSize_params params = { @@ -1556,7 +1556,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking006_GetListenSocketIn DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking006_GetSocketConnectionType, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworking_SteamNetworking006_GetMaxPacketSize, 8) -bool __thiscall winISteamNetworking_SteamNetworking006_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32 cubData, uint32_t eP2PSendType, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking006_SendP2PPacket(struct w_steam_iface *_this, CSteamID steamIDRemote, const void *pubData, uint32_t cubData, uint32_t eP2PSendType, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking006_SendP2PPacket_params params = { @@ -1572,7 +1572,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_SendP2PPacket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32 *pcubMsgSize, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking006_IsP2PPacketAvailable(struct w_steam_iface *_this, uint32_t *pcubMsgSize, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking006_IsP2PPacketAvailable_params params = { @@ -1585,7 +1585,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_IsP2PPacketAvailable(stru return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, CSteamID *psteamIDRemote, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking006_ReadP2PPacket(struct w_steam_iface *_this, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, CSteamID *psteamIDRemote, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking006_ReadP2PPacket_params params = { @@ -1625,7 +1625,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_CloseP2PSessionWithUser(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser(struct w_steam_iface *_this, CSteamID steamIDRemote, int nChannel) +bool __thiscall winISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser(struct w_steam_iface *_this, CSteamID steamIDRemote, int32_t nChannel) { struct cppISteamNetworking_SteamNetworking006_CloseP2PChannelWithUser_params params = { @@ -1663,7 +1663,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_AllowP2PPacketRelay(struc return params._ret; } -SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateListenSocket(struct w_steam_iface *_this, int nVirtualP2PPort, SteamIPAddress_t nIP, uint16 nPort, bool bAllowUseOfPacketRelay) +SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateListenSocket(struct w_steam_iface *_this, int32_t nVirtualP2PPort, SteamIPAddress_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking006_CreateListenSocket_params params = { @@ -1678,7 +1678,7 @@ SNetListenSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateListe return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int nVirtualPort, int nTimeoutSec, bool bAllowUseOfPacketRelay) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket(struct w_steam_iface *_this, CSteamID steamIDTarget, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) { struct cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket_params params = { @@ -1693,7 +1693,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateP2PConnecti return params._ret; } -SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateConnectionSocket(struct w_steam_iface *_this, SteamIPAddress_t nIP, uint16 nPort, int nTimeoutSec) +SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateConnectionSocket(struct w_steam_iface *_this, SteamIPAddress_t nIP, uint16_t nPort, int32_t nTimeoutSec) { struct cppISteamNetworking_SteamNetworking006_CreateConnectionSocket_params params = { @@ -1733,7 +1733,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_DestroyListenSocket(struc return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32 cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking006_SendDataOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubData, uint32_t cubData, bool bReliable) { struct cppISteamNetworking_SteamNetworking006_SendDataOnSocket_params params = { @@ -1748,7 +1748,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_SendDataOnSocket(struct w return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket_params params = { @@ -1761,7 +1761,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket(s return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveDataFromSocket(struct w_steam_iface *_this, SNetSocket_t hSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize) { struct cppISteamNetworking_SteamNetworking006_RetrieveDataFromSocket_params params = { @@ -1776,7 +1776,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveDataFromSocket(st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailable(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking006_IsDataAvailable_params params = { @@ -1790,7 +1790,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailable(struct w_ return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32 cubDest, uint32 *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveData(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) { struct cppISteamNetworking_SteamNetworking006_RetrieveData_params params = { @@ -1806,7 +1806,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveData(struct w_ste return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int *peSocketStatus, SteamIPAddress_t *punIPRemote, uint16 *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking006_GetSocketInfo(struct w_steam_iface *_this, SNetSocket_t hSocket, CSteamID *pSteamIDRemote, int32_t *peSocketStatus, SteamIPAddress_t *punIPRemote, uint16_t *punPortRemote) { struct cppISteamNetworking_SteamNetworking006_GetSocketInfo_params params = { @@ -1822,7 +1822,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_GetSocketInfo(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, SteamIPAddress_t *pnIP, uint16 *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking006_GetListenSocketInfo(struct w_steam_iface *_this, SNetListenSocket_t hListenSocket, SteamIPAddress_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking006_GetListenSocketInfo_params params = { @@ -1848,7 +1848,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking006_GetSocketConnectionTy return params._ret; } -int __thiscall winISteamNetworking_SteamNetworking006_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking006_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) { struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params params = { diff --git a/lsteamclient/winISteamNetworkingFakeUDPPort.c b/lsteamclient/winISteamNetworkingFakeUDPPort.c index a36b3ded..84feeba2 100644 --- a/lsteamclient/winISteamNetworkingFakeUDPPort.c +++ b/lsteamclient/winISteamNetworkingFakeUDPPort.c @@ -30,7 +30,7 @@ void __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_Des cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_DestroyFakeUDPPort( ¶ms ); } -uint32_t __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *remoteAddress, const void *pData, uint32 cbData, int nSendFlags) +uint32_t __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *remoteAddress, const void *pData, uint32_t cbData, int32_t nSendFlags) { struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP_params params = { @@ -45,7 +45,7 @@ uint32_t __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001 return params._ret; } -int __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages(struct w_steam_iface *_this, winSteamNetworkingMessage_t_158 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages(struct w_steam_iface *_this, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_ReceiveMessages_params params = { diff --git a/lsteamclient/winISteamNetworkingMessages.c b/lsteamclient/winISteamNetworkingMessages.c index 967939a9..70a712ce 100644 --- a/lsteamclient/winISteamNetworkingMessages.c +++ b/lsteamclient/winISteamNetworkingMessages.c @@ -22,7 +22,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingMessages_SteamNetworkingMessages002_C DEFINE_THISCALL_WRAPPER(winISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser, 12) DEFINE_THISCALL_WRAPPER(winISteamNetworkingMessages_SteamNetworkingMessages002_GetSessionConnectionInfo, 16) -uint32_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, const void *pubData, uint32 cubData, int nSendFlags, int nRemoteChannel) +uint32_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, const void *pubData, uint32_t cubData, int32_t nSendFlags, int32_t nRemoteChannel) { struct cppISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_params params = { @@ -38,7 +38,7 @@ uint32_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_SendM return params._ret; } -int __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel(struct w_steam_iface *_this, int nLocalChannel, winSteamNetworkingMessage_t_158 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel(struct w_steam_iface *_this, int32_t nLocalChannel, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingMessages_SteamNetworkingMessages002_ReceiveMessagesOnChannel_params params = { @@ -76,7 +76,7 @@ bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseSess return params._ret; } -bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nLocalChannel) +bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nLocalChannel) { struct cppISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser_params params = { diff --git a/lsteamclient/winISteamNetworkingSockets.c b/lsteamclient/winISteamNetworkingSockets.c index 708c1eae..02e80a79 100644 --- a/lsteamclient/winISteamNetworkingSockets.c +++ b/lsteamclient/winISteamNetworkingSockets.c @@ -69,7 +69,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P(struct w_steam_iface *_this, int nVirtualPort) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P_params params = { @@ -81,7 +81,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nVirtualPort) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P_params params = { @@ -106,7 +106,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection_params params = { @@ -133,7 +133,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData_params params = { @@ -146,7 +146,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData_params params = { @@ -170,7 +170,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName_params params = { @@ -184,7 +184,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection_params params = { @@ -211,7 +211,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_144 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection_params params = { @@ -225,7 +225,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessa return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_144 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket_params params = { @@ -265,7 +265,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickCon return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus_params params = { @@ -320,7 +320,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetIdentity return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRelayAuthTicket_params params = { @@ -334,7 +334,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTicketForServer_params params = { @@ -348,7 +348,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nVirtualPort) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer_params params = { @@ -361,7 +361,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPort_params params = { @@ -395,7 +395,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDe return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nVirtualPort) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket_params params = { @@ -518,7 +518,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P(struct w_steam_iface *_this, int nVirtualPort) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P_params params = { @@ -530,7 +530,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nVirtualPort) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params params = { @@ -555,7 +555,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection_params params = { @@ -582,7 +582,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData_params params = { @@ -595,7 +595,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData_params params = { @@ -619,7 +619,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName_params params = { @@ -633,7 +633,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection_params params = { @@ -660,7 +660,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_146 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection_params params = { @@ -674,7 +674,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessa return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_146 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket_params params = { @@ -714,7 +714,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickCon return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus_params params = { @@ -792,7 +792,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetAuth return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRelayAuthTicket_params params = { @@ -806,7 +806,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketForServer_params params = { @@ -820,7 +820,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nVirtualPort) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer_params params = { @@ -833,7 +833,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPort_params params = { @@ -867,7 +867,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHost return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nVirtualPort) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket_params params = { @@ -879,7 +879,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int *pcbSignedBlob, void *pBlob) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int32_t *pcbSignedBlob, void *pBlob) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin_params params = { @@ -986,7 +986,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets006_Con DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal, 16) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets006_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP_params params = { @@ -1000,7 +1000,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress_params params = { @@ -1014,7 +1014,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P(struct w_steam_iface *_this, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P_params params = { @@ -1028,7 +1028,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P_params params = { @@ -1055,7 +1055,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection_params params = { @@ -1082,7 +1082,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData_params params = { @@ -1095,7 +1095,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData_params params = { @@ -1119,7 +1119,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName_params params = { @@ -1133,7 +1133,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags, int64 *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection_params params = { @@ -1149,7 +1149,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMes return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages(struct w_steam_iface *_this, int nMessages, winSteamNetworkingMessage_t_147 **pMessages, int64 *pOutMessageNumberOrResult) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages(struct w_steam_iface *_this, int32_t nMessages, winSteamNetworkingMessage_t_147 **pMessages, int64_t *pOutMessageNumberOrResult) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages_params params = { @@ -1174,7 +1174,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_147 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params params = { @@ -1188,7 +1188,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessa return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_147 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket_params params = { @@ -1228,7 +1228,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickCon return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus_params params = { @@ -1306,7 +1306,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetAuth return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRelayAuthTicket_params params = { @@ -1320,7 +1320,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTicketForServer_params params = { @@ -1334,7 +1334,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer_params params = { @@ -1349,7 +1349,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPort_params params = { @@ -1383,7 +1383,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHost return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket_params params = { @@ -1397,7 +1397,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int *pcbSignedBlob, void *pBlob) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int32_t *pcbSignedBlob, void *pBlob) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordinatorServerLogin_params params = { @@ -1411,7 +1411,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetGame return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling_params params = { @@ -1426,7 +1426,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int cbMsg, void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int32_t cbMsg, void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceivedP2PCustomSignal_params params = { @@ -1541,7 +1541,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets008_Get DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate, 16) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets008_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP_params params = { @@ -1555,7 +1555,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress_params params = { @@ -1569,7 +1569,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P(struct w_steam_iface *_this, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P_params params = { @@ -1583,7 +1583,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P_params params = { @@ -1610,7 +1610,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection_params params = { @@ -1637,7 +1637,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData_params params = { @@ -1650,7 +1650,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData_params params = { @@ -1674,7 +1674,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName_params params = { @@ -1688,7 +1688,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags, int64 *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection_params params = { @@ -1704,7 +1704,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMes return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages(struct w_steam_iface *_this, int nMessages, winSteamNetworkingMessage_t_149 *const *pMessages, int64 *pOutMessageNumberOrResult) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages(struct w_steam_iface *_this, int32_t nMessages, winSteamNetworkingMessage_t_149 *const *pMessages, int64_t *pOutMessageNumberOrResult) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages_params params = { @@ -1729,7 +1729,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_149 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection_params params = { @@ -1769,7 +1769,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickCon return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus_params params = { @@ -1883,7 +1883,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnecti return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_149 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup_params params = { @@ -1897,7 +1897,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessa return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRelayAuthTicket_params params = { @@ -1911,7 +1911,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTicketForServer_params params = { @@ -1925,7 +1925,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer_params params = { @@ -1940,7 +1940,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPort_params params = { @@ -1974,7 +1974,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHost return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket_params params = { @@ -1988,7 +1988,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int *pcbSignedBlob, void *pBlob) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int32_t *pcbSignedBlob, void *pBlob) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordinatorServerLogin_params params = { @@ -2002,7 +2002,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetGame return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling_params params = { @@ -2017,7 +2017,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int cbMsg, void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int32_t cbMsg, void /*ISteamNetworkingCustomSignalingRecvContext*/ *pContext) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2PCustomSignal_params params = { @@ -2031,7 +2031,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest(struct w_steam_iface *_this, int *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest_params params = { @@ -2045,7 +2045,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetCertific return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate_params params = { @@ -2166,7 +2166,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets009_Set DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets009_RunCallbacks, 4) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets009_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params params = { @@ -2180,7 +2180,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress_params params = { @@ -2194,7 +2194,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P(struct w_steam_iface *_this, int nLocalVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P_params params = { @@ -2208,7 +2208,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params params = { @@ -2235,7 +2235,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection_params params = { @@ -2262,7 +2262,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData_params params = { @@ -2275,7 +2275,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params params = { @@ -2299,7 +2299,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName_params params = { @@ -2313,7 +2313,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags, int64 *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection_params params = { @@ -2329,7 +2329,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMes return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages(struct w_steam_iface *_this, int nMessages, winSteamNetworkingMessage_t_152 *const *pMessages, int64 *pOutMessageNumberOrResult) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages(struct w_steam_iface *_this, int32_t nMessages, winSteamNetworkingMessage_t_152 *const *pMessages, int64_t *pOutMessageNumberOrResult) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages_params params = { @@ -2354,7 +2354,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_152 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params params = { @@ -2394,7 +2394,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickCon return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus_params params = { @@ -2508,7 +2508,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnecti return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_152 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup_params params = { @@ -2522,7 +2522,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessa return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRelayAuthTicket_params params = { @@ -2536,7 +2536,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nRemoteVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nRemoteVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTicketForServer_params params = { @@ -2550,7 +2550,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer_params params = { @@ -2565,7 +2565,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPort_params params = { @@ -2599,7 +2599,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHost return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nLocalVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket_params params = { @@ -2613,7 +2613,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int *pcbSignedBlob, void *pBlob) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int32_t *pcbSignedBlob, void *pBlob) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordinatorServerLogin_params params = { @@ -2627,7 +2627,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetGame return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling_params params = { @@ -2643,7 +2643,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int cbMsg, void /*ISteamNetworkingSignalingRecvContext*/ *pContext) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int32_t cbMsg, void /*ISteamNetworkingSignalingRecvContext*/ *pContext) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2PCustomSignal_params params = { @@ -2657,7 +2657,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest(struct w_steam_iface *_this, int *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest_params params = { @@ -2671,7 +2671,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetCertific return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_params params = { @@ -2810,7 +2810,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets012_Get DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets012_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP_params params = { @@ -2824,7 +2824,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress_params params = { @@ -2838,7 +2838,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P(struct w_steam_iface *_this, int nLocalVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P_params params = { @@ -2852,7 +2852,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P_params params = { @@ -2879,7 +2879,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_AcceptC return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection(struct w_steam_iface *_this, HSteamNetConnection hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection_params params = { @@ -2906,7 +2906,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseListen return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64 nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData_params params = { @@ -2919,7 +2919,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnecti return params._ret; } -int64 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData_params params = { @@ -2943,7 +2943,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnecti cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, char *pszName, int32_t nMaxLen) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName_params params = { @@ -2957,7 +2957,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32 cbData, int nSendFlags, int64 *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection_params params = { @@ -2973,7 +2973,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMes return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages(struct w_steam_iface *_this, int nMessages, winSteamNetworkingMessage_t_158 *const *pMessages, int64 *pOutMessageNumberOrResult) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages(struct w_steam_iface *_this, int32_t nMessages, winSteamNetworkingMessage_t_158 *const *pMessages, int64_t *pOutMessageNumberOrResult) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages_params params = { @@ -2998,7 +2998,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FlushMe return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_158 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection_params params = { @@ -3025,7 +3025,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnecti return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionRealTimeStatus_t *pStatus, int nLanes, SteamNetConnectionRealTimeLaneStatus_t *pLanes) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionRealTimeStatus_t *pStatus, int32_t nLanes, SteamNetConnectionRealTimeLaneStatus_t *pLanes) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus_params params = { @@ -3040,7 +3040,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConn return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus_params params = { @@ -3083,7 +3083,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateSocke return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes(struct w_steam_iface *_this, HSteamNetConnection hConn, int nNumLanes, const int *pLanePriorities, const uint16 *pLaneWeights) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes(struct w_steam_iface *_this, HSteamNetConnection hConn, int32_t nNumLanes, const int32_t *pLanePriorities, const uint16_t *pLaneWeights) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes_params params = { @@ -3169,7 +3169,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnecti return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_158 **ppOutMessages, int nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup_params params = { @@ -3183,7 +3183,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessa return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTicket(struct w_steam_iface *_this, const void *pvTicket, int32_t cbTicket, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRelayAuthTicket_params params = { @@ -3197,7 +3197,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedRel return params._ret; } -int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int nRemoteVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityGameServer, int32_t nRemoteVirtualPort, SteamDatagramRelayAuthTicket *pOutParsedTicket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTicketForServer_params params = { @@ -3211,7 +3211,7 @@ int __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAut return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer_params params = { @@ -3226,7 +3226,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint16 __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort(struct w_steam_iface *_this) +uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPort_params params = { @@ -3260,7 +3260,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHost return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int nLocalVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket_params params = { @@ -3274,7 +3274,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int *pcbSignedBlob, void *pBlob) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorServerLogin(struct w_steam_iface *_this, SteamDatagramGameCoordinatorServerLogin *pLoginInfo, int32_t *pcbSignedBlob, void *pBlob) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordinatorServerLogin_params params = { @@ -3288,7 +3288,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetGame return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int nRemoteVirtualPort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling(struct w_steam_iface *_this, void /*ISteamNetworkingConnectionSignaling*/ *pSignaling, const SteamNetworkingIdentity *pPeerIdentity, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling_params params = { @@ -3304,7 +3304,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int cbMsg, void /*ISteamNetworkingSignalingRecvContext*/ *pContext) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSignal(struct w_steam_iface *_this, const void *pMsg, int32_t cbMsg, void /*ISteamNetworkingSignalingRecvContext*/ *pContext) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2PCustomSignal_params params = { @@ -3318,7 +3318,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest(struct w_steam_iface *_this, int *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest_params params = { @@ -3332,7 +3332,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetCertific return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_params params = { @@ -3367,7 +3367,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_RunCallback cppISteamNetworkingSockets_SteamNetworkingSockets012_RunCallbacks( ¶ms ); } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFakeIP(struct w_steam_iface *_this, int nNumPorts) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFakeIP(struct w_steam_iface *_this, int32_t nNumPorts) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncRequestFakeIP_params params = { @@ -3379,7 +3379,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_BeginAsyncR return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP(struct w_steam_iface *_this, int idxFirstPort, SteamNetworkingFakeIPResult_t *pInfo) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP(struct w_steam_iface *_this, int32_t idxFirstPort, SteamNetworkingFakeIPResult_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP_params params = { @@ -3391,7 +3391,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP(s cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP( ¶ms ); } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP(struct w_steam_iface *_this, int idxFakePort, int nOptions, const SteamNetworkingConfigValue_t *pOptions) +HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP(struct w_steam_iface *_this, int32_t idxFakePort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP_params params = { @@ -3418,7 +3418,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetRemo return params._ret; } -void /*ISteamNetworkingFakeUDPPort*/ * __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort(struct w_steam_iface *_this, int idxFakeServerPort) +void /*ISteamNetworkingFakeUDPPort*/ * __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort(struct w_steam_iface *_this, int32_t idxFakeServerPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateFakeUDPPort_params params = { diff --git a/lsteamclient/winISteamNetworkingSocketsSerialized.c b/lsteamclient/winISteamNetworkingSocketsSerialized.c index 7c5ee5a6..5f106938 100644 --- a/lsteamclient/winISteamNetworkingSocketsSerialized.c +++ b/lsteamclient/winISteamNetworkingSocketsSerialized.c @@ -24,7 +24,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSock DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket, 16) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg, 12) -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32 unConnectionIDSrc, const void *pMsgRendezvous, uint32 cbRendezvous) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32_t unConnectionIDSrc, const void *pMsgRendezvous, uint32_t cbRendezvous) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous_params params = { @@ -38,7 +38,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous( ¶ms ); } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32 unConnectionIDDest, uint32 nReason, const char *pszReason) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32_t unConnectionIDDest, uint32_t nReason, const char *pszReason) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure_params params = { @@ -63,7 +63,7 @@ SteamAPICall_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSo return params._ret; } -int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON(struct w_steam_iface *_this, void *buf, uint32 cbBuf) +int32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON(struct w_steam_iface *_this, void *buf, uint32_t cbBuf) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetNetworkConfigJSON_params params = { @@ -76,7 +76,7 @@ int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerial return params._ret; } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket(struct w_steam_iface *_this, const void *pTicket, uint32 cbTicket) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket(struct w_steam_iface *_this, const void *pTicket, uint32_t cbTicket) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket_params params = { @@ -88,7 +88,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_CacheRelayTicket( ¶ms ); } -uint32 __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount(struct w_steam_iface *_this) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicketCount_params params = { @@ -99,7 +99,7 @@ uint32 __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSer return params._ret; } -int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket(struct w_steam_iface *_this, uint32 idxTicket, void *buf, uint32 cbBuf) +int32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket(struct w_steam_iface *_this, uint32_t idxTicket, void *buf, uint32_t cbBuf) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCachedRelayTicket_params params = { @@ -113,7 +113,7 @@ int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerial return params._ret; } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg(struct w_steam_iface *_this, const void *pMsg, uint32 cbMsg) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg(struct w_steam_iface *_this, const void *pMsg, uint32_t cbMsg) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_PostConnectionStateMsg_params params = { @@ -164,7 +164,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSock DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket, 16) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg, 12) -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32 unConnectionIDSrc, const void *pMsgRendezvous, uint32 cbRendezvous) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32_t unConnectionIDSrc, const void *pMsgRendezvous, uint32_t cbRendezvous) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous_params params = { @@ -178,7 +178,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous( ¶ms ); } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32 unConnectionIDDest, uint32 nReason, const char *pszReason) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure(struct w_steam_iface *_this, CSteamID steamIDRemote, uint32_t unConnectionIDDest, uint32_t nReason, const char *pszReason) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure_params params = { @@ -203,7 +203,7 @@ SteamAPICall_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSo return params._ret; } -int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON(struct w_steam_iface *_this, void *buf, uint32 cbBuf, const char *pszLauncherPartner) +int32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON(struct w_steam_iface *_this, void *buf, uint32_t cbBuf, const char *pszLauncherPartner) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetNetworkConfigJSON_params params = { @@ -217,7 +217,7 @@ int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerial return params._ret; } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket(struct w_steam_iface *_this, const void *pTicket, uint32 cbTicket) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket(struct w_steam_iface *_this, const void *pTicket, uint32_t cbTicket) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket_params params = { @@ -229,7 +229,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_CacheRelayTicket( ¶ms ); } -uint32 __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount(struct w_steam_iface *_this) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicketCount_params params = { @@ -240,7 +240,7 @@ uint32 __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSer return params._ret; } -int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket(struct w_steam_iface *_this, uint32 idxTicket, void *buf, uint32 cbBuf) +int32_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket(struct w_steam_iface *_this, uint32_t idxTicket, void *buf, uint32_t cbBuf) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCachedRelayTicket_params params = { @@ -254,7 +254,7 @@ int __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerial return params._ret; } -void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg(struct w_steam_iface *_this, const void *pMsg, uint32 cbMsg) +void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg(struct w_steam_iface *_this, const void *pMsg, uint32_t cbMsg) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_PostConnectionStateMsg_params params = { diff --git a/lsteamclient/winISteamNetworkingUtils.c b/lsteamclient/winISteamNetworkingUtils.c index 50a3d335..5d2d6492 100644 --- a/lsteamclient/winISteamNetworkingUtils.c +++ b/lsteamclient/winISteamNetworkingUtils.c @@ -50,7 +50,7 @@ float __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalPingLo return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeBetweenTwoLocations_params params = { @@ -63,7 +63,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTime return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTimeFromLocalHost_params params = { @@ -75,7 +75,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_EstimatePingTime return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int cchBufSize) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int32_t cchBufSize) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_ConvertPingLocationToString_params params = { @@ -124,7 +124,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_IsPingMeasureme return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_params params = { @@ -137,7 +137,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCen return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params params = { @@ -149,7 +149,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToP return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount_params params = { @@ -160,7 +160,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount(stru return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params params = { @@ -196,7 +196,7 @@ void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputF cppISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction( ¶ms ); } -bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t eDataType, const void *pArg) +bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t eDataType, const void *pArg) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SetConfigValue_params params = { @@ -212,7 +212,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetConfigValue( return params._ret; } -uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) +uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params params = { @@ -403,7 +403,7 @@ float __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalPingLo return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeBetweenTwoLocations_params params = { @@ -416,7 +416,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTime return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTimeFromLocalHost_params params = { @@ -428,7 +428,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_EstimatePingTime return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int cchBufSize) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int32_t cchBufSize) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_ConvertPingLocationToString_params params = { @@ -466,7 +466,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_CheckPingDataUp return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_params params = { @@ -479,7 +479,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCen return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params params = { @@ -491,7 +491,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToP return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount_params params = { @@ -502,7 +502,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount(stru return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params params = { @@ -538,7 +538,7 @@ void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputF cppISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction( ¶ms ); } -bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t eDataType, const void *pArg) +bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t eDataType, const void *pArg) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SetConfigValue_params params = { @@ -554,7 +554,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetConfigValue( return params._ret; } -uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) +uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params params = { @@ -722,7 +722,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNe DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ParseString, 12) DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils003_destructor, 4) -winSteamNetworkingMessage_t_152 * __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage(struct w_steam_iface *_this, int cbAllocateBuffer) +winSteamNetworkingMessage_t_152 * __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage(struct w_steam_iface *_this, int32_t cbAllocateBuffer) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_AllocateMessage_params params = { @@ -758,7 +758,7 @@ float __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalPingLo return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeBetweenTwoLocations_params params = { @@ -771,7 +771,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTime return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTimeFromLocalHost_params params = { @@ -783,7 +783,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_EstimatePingTime return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int cchBufSize) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int32_t cchBufSize) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_ConvertPingLocationToString_params params = { @@ -821,7 +821,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_CheckPingDataUp return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter_params params = { @@ -834,7 +834,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCen return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_params params = { @@ -846,7 +846,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToP return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount_params params = { @@ -857,7 +857,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount(stru return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params params = { @@ -893,7 +893,7 @@ void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputF cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction( ¶ms ); } -bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t eDataType, const void *pArg) +bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t eDataType, const void *pArg) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue_params params = { @@ -909,7 +909,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue( return params._ret; } -uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) +uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue_params params = { @@ -1081,7 +1081,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNe DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ParseString, 12) DEFINE_THISCALL_WRAPPER(winISteamNetworkingUtils_SteamNetworkingUtils004_destructor, 4) -winSteamNetworkingMessage_t_158 * __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage(struct w_steam_iface *_this, int cbAllocateBuffer) +winSteamNetworkingMessage_t_158 * __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage(struct w_steam_iface *_this, int32_t cbAllocateBuffer) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_AllocateMessage_params params = { @@ -1117,7 +1117,7 @@ float __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalPingLo return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeBetweenTwoLocations(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location1, const SteamNetworkPingLocation_t *location2) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeBetweenTwoLocations_params params = { @@ -1130,7 +1130,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTime return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *remoteLocation) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTimeFromLocalHost_params params = { @@ -1142,7 +1142,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_EstimatePingTime return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int cchBufSize) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToString(struct w_steam_iface *_this, const SteamNetworkPingLocation_t *location, char *pszBuf, int32_t cchBufSize) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_ConvertPingLocationToString_params params = { @@ -1180,7 +1180,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_CheckPingDataUp return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_params params = { @@ -1193,7 +1193,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCen return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params params = { @@ -1205,7 +1205,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToP return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount_params params = { @@ -1216,7 +1216,7 @@ int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount(stru return params._ret; } -int __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params params = { @@ -1252,7 +1252,7 @@ void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetDebugOutputF cppISteamNetworkingUtils_SteamNetworkingUtils004_SetDebugOutputFunction( ¶ms ); } -uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType(struct w_steam_iface *_this, uint32 nIPv4) +uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType(struct w_steam_iface *_this, uint32_t nIPv4) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetIPv4FakeIPType_params params = { @@ -1277,7 +1277,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetRealIden return params._ret; } -bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t eDataType, const void *pArg) +bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t eDataType, const void *pArg) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue_params params = { @@ -1293,7 +1293,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue( return params._ret; } -uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, intptr_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) +uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue(struct w_steam_iface *_this, uint32_t eValue, uint32_t eScopeType, int32_t scopeObj, uint32_t *pOutDataType, void *pResult, size_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params params = { diff --git a/lsteamclient/winISteamParties.c b/lsteamclient/winISteamParties.c index 15c4f0fc..bd343995 100644 --- a/lsteamclient/winISteamParties.c +++ b/lsteamclient/winISteamParties.c @@ -28,7 +28,7 @@ DEFINE_THISCALL_WRAPPER(winISteamParties_SteamParties002_ChangeNumOpenSlots, 16) DEFINE_THISCALL_WRAPPER(winISteamParties_SteamParties002_DestroyBeacon, 12) DEFINE_THISCALL_WRAPPER(winISteamParties_SteamParties002_GetBeaconLocationData, 28) -uint32 __thiscall winISteamParties_SteamParties002_GetNumActiveBeacons(struct w_steam_iface *_this) +uint32_t __thiscall winISteamParties_SteamParties002_GetNumActiveBeacons(struct w_steam_iface *_this) { struct cppISteamParties_SteamParties002_GetNumActiveBeacons_params params = { @@ -39,7 +39,7 @@ uint32 __thiscall winISteamParties_SteamParties002_GetNumActiveBeacons(struct w_ return params._ret; } -PartyBeaconID_t __thiscall winISteamParties_SteamParties002_GetBeaconByIndex(struct w_steam_iface *_this, uint32 unIndex) +PartyBeaconID_t __thiscall winISteamParties_SteamParties002_GetBeaconByIndex(struct w_steam_iface *_this, uint32_t unIndex) { struct cppISteamParties_SteamParties002_GetBeaconByIndex_params params = { @@ -51,7 +51,7 @@ PartyBeaconID_t __thiscall winISteamParties_SteamParties002_GetBeaconByIndex(str return params._ret; } -bool __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam_iface *_this, PartyBeaconID_t ulBeaconID, CSteamID *pSteamIDBeaconOwner, winSteamPartyBeaconLocation_t_158 *pLocation, char *pchMetadata, int cchMetadata) +bool __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam_iface *_this, PartyBeaconID_t ulBeaconID, CSteamID *pSteamIDBeaconOwner, winSteamPartyBeaconLocation_t_158 *pLocation, char *pchMetadata, int32_t cchMetadata) { struct cppISteamParties_SteamParties002_GetBeaconDetails_params params = { @@ -79,7 +79,7 @@ SteamAPICall_t __thiscall winISteamParties_SteamParties002_JoinParty(struct w_st return params._ret; } -bool __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations(struct w_steam_iface *_this, uint32 *puNumLocations) +bool __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations(struct w_steam_iface *_this, uint32_t *puNumLocations) { struct cppISteamParties_SteamParties002_GetNumAvailableBeaconLocations_params params = { @@ -91,7 +91,7 @@ bool __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations( return params._ret; } -bool __thiscall winISteamParties_SteamParties002_GetAvailableBeaconLocations(struct w_steam_iface *_this, winSteamPartyBeaconLocation_t_158 *pLocationList, uint32 uMaxNumLocations) +bool __thiscall winISteamParties_SteamParties002_GetAvailableBeaconLocations(struct w_steam_iface *_this, winSteamPartyBeaconLocation_t_158 *pLocationList, uint32_t uMaxNumLocations) { struct cppISteamParties_SteamParties002_GetAvailableBeaconLocations_params params = { @@ -104,7 +104,7 @@ bool __thiscall winISteamParties_SteamParties002_GetAvailableBeaconLocations(str return params._ret; } -SteamAPICall_t __thiscall winISteamParties_SteamParties002_CreateBeacon(struct w_steam_iface *_this, uint32 unOpenSlots, winSteamPartyBeaconLocation_t_158 *pBeaconLocation, const char *pchConnectString, const char *pchMetadata) +SteamAPICall_t __thiscall winISteamParties_SteamParties002_CreateBeacon(struct w_steam_iface *_this, uint32_t unOpenSlots, winSteamPartyBeaconLocation_t_158 *pBeaconLocation, const char *pchConnectString, const char *pchMetadata) { struct cppISteamParties_SteamParties002_CreateBeacon_params params = { @@ -143,7 +143,7 @@ void __thiscall winISteamParties_SteamParties002_CancelReservation(struct w_stea cppISteamParties_SteamParties002_CancelReservation( ¶ms ); } -SteamAPICall_t __thiscall winISteamParties_SteamParties002_ChangeNumOpenSlots(struct w_steam_iface *_this, PartyBeaconID_t ulBeacon, uint32 unOpenSlots) +SteamAPICall_t __thiscall winISteamParties_SteamParties002_ChangeNumOpenSlots(struct w_steam_iface *_this, PartyBeaconID_t ulBeacon, uint32_t unOpenSlots) { struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params params = { @@ -168,7 +168,7 @@ bool __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_if return params._ret; } -bool __thiscall winISteamParties_SteamParties002_GetBeaconLocationData(struct w_steam_iface *_this, winSteamPartyBeaconLocation_t_158 BeaconLocation, uint32_t eData, char *pchDataStringOut, int cchDataStringOut) +bool __thiscall winISteamParties_SteamParties002_GetBeaconLocationData(struct w_steam_iface *_this, winSteamPartyBeaconLocation_t_158 BeaconLocation, uint32_t eData, char *pchDataStringOut, int32_t cchDataStringOut) { struct cppISteamParties_SteamParties002_GetBeaconLocationData_params params = { diff --git a/lsteamclient/winISteamRemotePlay.c b/lsteamclient/winISteamRemotePlay.c index a78823cd..6381fc43 100644 --- a/lsteamclient/winISteamRemotePlay.c +++ b/lsteamclient/winISteamRemotePlay.c @@ -23,7 +23,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001 DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution, 16) DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BSendRemotePlayTogetherInvite, 12) -uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount(struct w_steam_iface *_this) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params params = { @@ -34,7 +34,7 @@ uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSe return params._ret; } -RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(struct w_steam_iface *_this, int iSessionIndex) +RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params params = { @@ -83,7 +83,7 @@ uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_Get return params._ret; } -bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int *pnResolutionX, int *pnResolutionY) +bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int32_t *pnResolutionX, int32_t *pnResolutionY) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution_params params = { @@ -147,7 +147,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002 DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BStartRemotePlayTogether, 8) DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BSendRemotePlayTogetherInvite, 12) -uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount(struct w_steam_iface *_this) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params params = { @@ -158,7 +158,7 @@ uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSe return params._ret; } -RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(struct w_steam_iface *_this, int iSessionIndex) +RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params params = { @@ -207,7 +207,7 @@ uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_Get return params._ret; } -bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int *pnResolutionX, int *pnResolutionY) +bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int32_t *pnResolutionX, int32_t *pnResolutionY) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution_params params = { diff --git a/lsteamclient/winISteamRemoteStorage.c b/lsteamclient/winISteamRemoteStorage.c index d6d0bc18..245c29f3 100644 --- a/lsteamclient/winISteamRemoteStorage.c +++ b/lsteamclient/winISteamRemoteStorage.c @@ -24,7 +24,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota, 12) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_params params = { @@ -38,7 +38,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileSize_params params = { @@ -50,7 +50,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileRead_params params = { @@ -88,7 +88,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileCount_params params = { @@ -99,7 +99,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetFileNameAndSize_params params = { @@ -112,7 +112,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_GetQuota_params params = { @@ -163,7 +163,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota, 12) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_params params = { @@ -177,7 +177,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileSize_params params = { @@ -189,7 +189,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileRead_params params = { @@ -215,7 +215,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileCount_params params = { @@ -226,7 +226,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetFileNameAndSize_params params = { @@ -239,7 +239,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_GetQuota_params params = { @@ -302,7 +302,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount, 4) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle, 8) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite_params params = { @@ -316,7 +316,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileRead_params params = { @@ -390,7 +390,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileSize_params params = { @@ -402,7 +402,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileTimestamp_params params = { @@ -414,7 +414,7 @@ int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileCount_params params = { @@ -425,7 +425,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetFileNameAndSize_params params = { @@ -438,7 +438,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetQuota_params params = { @@ -496,7 +496,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails_params params = { @@ -512,7 +512,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_params params = { @@ -526,7 +526,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCCount_params params = { @@ -537,7 +537,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params params = { @@ -614,7 +614,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount, 4) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle, 8) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite_params params = { @@ -628,7 +628,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileRead_params params = { @@ -715,7 +715,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileSize_params params = { @@ -727,7 +727,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileTimestamp_params params = { @@ -751,7 +751,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileCount_params params = { @@ -762,7 +762,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFileNameAndSize_params params = { @@ -775,7 +775,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetQuota_params params = { @@ -833,7 +833,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails_params params = { @@ -849,7 +849,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead_params params = { @@ -863,7 +863,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCCount_params params = { @@ -874,7 +874,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle_params params = { @@ -962,7 +962,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles, 8) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile, 12) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_params params = { @@ -976,7 +976,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileRead_params params = { @@ -1063,7 +1063,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileSize_params params = { @@ -1075,7 +1075,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileTimestamp_params params = { @@ -1099,7 +1099,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileCount_params params = { @@ -1110,7 +1110,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFileNameAndSize_params params = { @@ -1123,7 +1123,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetQuota_params params = { @@ -1181,7 +1181,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails_params params = { @@ -1197,7 +1197,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params params = { @@ -1211,7 +1211,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCCount_params params = { @@ -1222,7 +1222,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params params = { @@ -1309,7 +1309,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params params = { @@ -1333,7 +1333,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params params = { @@ -1458,7 +1458,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedWorkshopFiles, 28) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite_params params = { @@ -1472,7 +1472,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileRead_params params = { @@ -1559,7 +1559,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileSize_params params = { @@ -1571,7 +1571,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileTimestamp_params params = { @@ -1595,7 +1595,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileCount_params params = { @@ -1606,7 +1606,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFileNameAndSize_params params = { @@ -1619,7 +1619,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetQuota_params params = { @@ -1677,7 +1677,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress_params params = { @@ -1691,7 +1691,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails_params params = { @@ -1707,7 +1707,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead_params params = { @@ -1721,7 +1721,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCCount_params params = { @@ -1732,7 +1732,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle_params params = { @@ -1897,7 +1897,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles_params params = { @@ -1921,7 +1921,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles_params params = { @@ -1995,7 +1995,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSharedWorkshopFiles_params params = { @@ -2043,7 +2043,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction_params params = { @@ -2056,7 +2056,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedWorkshopFiles_params params = { @@ -2190,7 +2190,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedWorkshopFiles, 28) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite_params params = { @@ -2204,7 +2204,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileRead_params params = { @@ -2291,7 +2291,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileSize_params params = { @@ -2303,7 +2303,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileTimestamp_params params = { @@ -2327,7 +2327,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileCount_params params = { @@ -2338,7 +2338,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetFileNameAndSize_params params = { @@ -2351,7 +2351,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetQuota_params params = { @@ -2409,7 +2409,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress_params params = { @@ -2423,7 +2423,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails_params params = { @@ -2439,7 +2439,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead_params params = { @@ -2453,7 +2453,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCCount_params params = { @@ -2464,7 +2464,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle_params params = { @@ -2629,7 +2629,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles_params params = { @@ -2653,7 +2653,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles_params params = { @@ -2727,7 +2727,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSharedWorkshopFiles_params params = { @@ -2777,7 +2777,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction_params params = { @@ -2790,7 +2790,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedWorkshopFiles_params params = { @@ -2928,7 +2928,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles, 28) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite_params params = { @@ -2942,7 +2942,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileRead_params params = { @@ -3017,7 +3017,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk_params params = { @@ -3079,7 +3079,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileSize_params params = { @@ -3091,7 +3091,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileTimestamp_params params = { @@ -3115,7 +3115,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileCount_params params = { @@ -3126,7 +3126,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetFileNameAndSize_params params = { @@ -3139,7 +3139,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetQuota_params params = { @@ -3197,7 +3197,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress_params params = { @@ -3211,7 +3211,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails_params params = { @@ -3227,7 +3227,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_params params = { @@ -3241,7 +3241,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCCount_params params = { @@ -3252,7 +3252,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params params = { @@ -3417,7 +3417,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params params = { @@ -3441,7 +3441,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params params = { @@ -3515,7 +3515,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSharedWorkshopFiles_params params = { @@ -3565,7 +3565,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction_params params = { @@ -3578,7 +3578,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles_params params = { @@ -3720,7 +3720,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction, 12) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedWorkshopFiles, 28) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite_params params = { @@ -3734,7 +3734,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileRead_params params = { @@ -3809,7 +3809,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk_params params = { @@ -3871,7 +3871,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileSize_params params = { @@ -3883,7 +3883,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileTimestamp_params params = { @@ -3907,7 +3907,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileCount_params params = { @@ -3918,7 +3918,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetFileNameAndSize_params params = { @@ -3931,7 +3931,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetQuota_params params = { @@ -3989,7 +3989,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress_params params = { @@ -4003,7 +4003,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails_params params = { @@ -4019,7 +4019,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead_params params = { @@ -4034,7 +4034,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCCount_params params = { @@ -4045,7 +4045,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle_params params = { @@ -4210,7 +4210,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles_params params = { @@ -4234,7 +4234,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles_params params = { @@ -4308,7 +4308,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSharedWorkshopFiles_params params = { @@ -4358,7 +4358,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction_params params = { @@ -4371,7 +4371,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedWorkshopFiles_params params = { @@ -4514,7 +4514,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedWorkshopFiles, 28) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation, 20) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite_params params = { @@ -4528,7 +4528,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileRead_params params = { @@ -4603,7 +4603,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk_params params = { @@ -4665,7 +4665,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileSize_params params = { @@ -4677,7 +4677,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileTimestamp_params params = { @@ -4701,7 +4701,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileCount_params params = { @@ -4712,7 +4712,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetFileNameAndSize_params params = { @@ -4725,7 +4725,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetQuota_params params = { @@ -4771,7 +4771,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload_params params = { @@ -4784,7 +4784,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress_params params = { @@ -4798,7 +4798,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails_params params = { @@ -4814,7 +4814,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead_params params = { @@ -4829,7 +4829,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCCount_params params = { @@ -4840,7 +4840,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle_params params = { @@ -5005,7 +5005,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles_params params = { @@ -5029,7 +5029,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles_params params = { @@ -5103,7 +5103,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSharedWorkshopFiles_params params = { @@ -5153,7 +5153,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction_params params = { @@ -5166,7 +5166,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedWorkshopFiles_params params = { @@ -5183,7 +5183,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation_params params = { @@ -5326,7 +5326,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles, 28) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation, 20) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite_params params = { @@ -5340,7 +5340,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileRead_params params = { @@ -5415,7 +5415,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk_params params = { @@ -5477,7 +5477,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileSize_params params = { @@ -5489,7 +5489,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileTimestamp_params params = { @@ -5513,7 +5513,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileCount_params params = { @@ -5524,7 +5524,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetFileNameAndSize_params params = { @@ -5537,7 +5537,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetQuota_params params = { @@ -5583,7 +5583,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params params = { @@ -5596,7 +5596,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress_params params = { @@ -5610,7 +5610,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails_params params = { @@ -5626,7 +5626,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_params params = { @@ -5641,7 +5641,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCCount_params params = { @@ -5652,7 +5652,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params params = { @@ -5793,7 +5793,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32 unMaxSecondsOld) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params params = { @@ -5818,7 +5818,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params params = { @@ -5842,7 +5842,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params params = { @@ -5916,7 +5916,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSharedWorkshopFiles_params params = { @@ -5966,7 +5966,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction_params params = { @@ -5979,7 +5979,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles_params params = { @@ -5996,7 +5996,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation_params params = { @@ -6139,7 +6139,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles, 28) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation, 20) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params params = { @@ -6153,7 +6153,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileRead_params params = { @@ -6228,7 +6228,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk_params params = { @@ -6290,7 +6290,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileSize_params params = { @@ -6302,7 +6302,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileTimestamp_params params = { @@ -6326,7 +6326,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileCount_params params = { @@ -6337,7 +6337,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetFileNameAndSize_params params = { @@ -6350,7 +6350,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetQuota_params params = { @@ -6396,7 +6396,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params params = { @@ -6409,7 +6409,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress_params params = { @@ -6423,7 +6423,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails_params params = { @@ -6439,7 +6439,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset, uint32_t eAction) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params params = { @@ -6455,7 +6455,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCCount_params params = { @@ -6466,7 +6466,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params params = { @@ -6607,7 +6607,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32 unMaxSecondsOld) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params params = { @@ -6632,7 +6632,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params params = { @@ -6656,7 +6656,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params params = { @@ -6730,7 +6730,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles_params params = { @@ -6780,7 +6780,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction_params params = { @@ -6793,7 +6793,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles_params params = { @@ -6810,7 +6810,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params params = { @@ -6956,7 +6956,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedWorkshopFiles, 28) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation, 20) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite_params params = { @@ -6970,7 +6970,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileRead_params params = { @@ -6984,7 +6984,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_ return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32 cubData) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync_params params = { @@ -6998,7 +6998,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32 nOffset, uint32 cubToRead) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32_t nOffset, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync_params params = { @@ -7012,7 +7012,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32 cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete_params params = { @@ -7087,7 +7087,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk_params params = { @@ -7149,7 +7149,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileSize_params params = { @@ -7161,7 +7161,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileTimestamp_params params = { @@ -7185,7 +7185,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileCount_params params = { @@ -7196,7 +7196,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetFileNameAndSize_params params = { @@ -7209,7 +7209,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota(struct w_steam_iface *_this, int32 *pnTotalBytes, int32 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota(struct w_steam_iface *_this, int32_t *pnTotalBytes, int32_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetQuota_params params = { @@ -7255,7 +7255,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload_params params = { @@ -7268,7 +7268,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress_params params = { @@ -7282,7 +7282,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails_params params = { @@ -7298,7 +7298,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset, uint32_t eAction) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_params params = { @@ -7314,7 +7314,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCCount_params params = { @@ -7325,7 +7325,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle_params params = { @@ -7466,7 +7466,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32 unMaxSecondsOld) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails_params params = { @@ -7491,7 +7491,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles_params params = { @@ -7515,7 +7515,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles_params params = { @@ -7589,7 +7589,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSharedWorkshopFiles_params params = { @@ -7639,7 +7639,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction_params params = { @@ -7652,7 +7652,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedWorkshopFiles_params params = { @@ -7669,7 +7669,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation_params params = { @@ -7818,7 +7818,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedWorkshopFiles, 28) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation, 20) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite_params params = { @@ -7832,7 +7832,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileRead_params params = { @@ -7846,7 +7846,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_ return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32 cubData) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync_params params = { @@ -7860,7 +7860,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32 nOffset, uint32 cubToRead) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32_t nOffset, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync_params params = { @@ -7874,7 +7874,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32 cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete_params params = { @@ -7949,7 +7949,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk_params params = { @@ -8011,7 +8011,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileSize_params params = { @@ -8023,7 +8023,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileTimestamp_params params = { @@ -8047,7 +8047,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileCount_params params = { @@ -8058,7 +8058,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetFileNameAndSize_params params = { @@ -8071,7 +8071,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota(struct w_steam_iface *_this, uint64 *pnTotalBytes, uint64 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota(struct w_steam_iface *_this, uint64_t *pnTotalBytes, uint64_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetQuota_params params = { @@ -8117,7 +8117,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload_params params = { @@ -8130,7 +8130,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress_params params = { @@ -8144,7 +8144,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails_params params = { @@ -8160,7 +8160,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset, uint32_t eAction) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead_params params = { @@ -8176,7 +8176,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCCount_params params = { @@ -8187,7 +8187,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle_params params = { @@ -8328,7 +8328,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32 unMaxSecondsOld) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails_params params = { @@ -8353,7 +8353,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles_params params = { @@ -8377,7 +8377,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles_params params = { @@ -8451,7 +8451,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSharedWorkshopFiles_params params = { @@ -8501,7 +8501,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction_params params = { @@ -8514,7 +8514,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedWorkshopFiles_params params = { @@ -8531,7 +8531,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation_params params = { @@ -8684,7 +8684,7 @@ DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_BeginFileWriteBatch, 4) DEFINE_THISCALL_WRAPPER(winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EndFileWriteBatch, 4) -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite(struct w_steam_iface *_this, const char *pchFile, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite_params params = { @@ -8698,7 +8698,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32 cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead(struct w_steam_iface *_this, const char *pchFile, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileRead_params params = { @@ -8712,7 +8712,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32 cubData) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync_params params = { @@ -8726,7 +8726,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32 nOffset, uint32 cubToRead) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync(struct w_steam_iface *_this, const char *pchFile, uint32_t nOffset, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync_params params = { @@ -8740,7 +8740,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32 cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete(struct w_steam_iface *_this, SteamAPICall_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete_params params = { @@ -8815,7 +8815,7 @@ UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_ return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32 cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk_params params = { @@ -8877,7 +8877,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_F return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize(struct w_steam_iface *_this, const char *pchFile) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileSize_params params = { @@ -8889,7 +8889,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -int64 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) +int64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileTimestamp_params params = { @@ -8913,7 +8913,7 @@ uint32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0 return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileCount_params params = { @@ -8924,7 +8924,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNameAndSize(struct w_steam_iface *_this, int iFile, int32 *pnFileSizeInBytes) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNameAndSize(struct w_steam_iface *_this, int32_t iFile, int32_t *pnFileSizeInBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetFileNameAndSize_params params = { @@ -8937,7 +8937,7 @@ const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERS return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota(struct w_steam_iface *_this, uint64 *pnTotalBytes, uint64 *puAvailableBytes) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota(struct w_steam_iface *_this, uint64_t *pnTotalBytes, uint64_t *puAvailableBytes) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetQuota_params params = { @@ -8983,7 +8983,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload_params params = { @@ -8996,7 +8996,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32 *pnBytesDownloaded, int32 *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress(struct w_steam_iface *_this, UGCHandle_t hContent, int32_t *pnBytesDownloaded, int32_t *pnBytesExpected) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress_params params = { @@ -9010,7 +9010,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_G return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32 *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails(struct w_steam_iface *_this, UGCHandle_t hContent, AppId_t *pnAppID, char **ppchName, int32_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails_params params = { @@ -9026,7 +9026,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_G return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32 cubDataToRead, uint32 cOffset, uint32_t eAction) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead_params params = { @@ -9042,7 +9042,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCCount_params params = { @@ -9053,7 +9053,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle(struct w_steam_iface *_this, int32 iCachedContent) +UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle_params params = { @@ -9194,7 +9194,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32 unMaxSecondsOld) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails_params params = { @@ -9219,7 +9219,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles_params params = { @@ -9243,7 +9243,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles_params params = { @@ -9317,7 +9317,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32 unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSharedWorkshopFiles(struct w_steam_iface *_this, CSteamID steamId, uint32_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSharedWorkshopFiles_params params = { @@ -9367,7 +9367,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32 unStartIndex) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction(struct w_steam_iface *_this, uint32_t eAction, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction_params params = { @@ -9380,7 +9380,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32 unStartIndex, uint32 unCount, uint32 unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedWorkshopFiles(struct w_steam_iface *_this, uint32_t eEnumerationType, uint32_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedWorkshopFiles_params params = { @@ -9397,7 +9397,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32 unPriority) +SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation(struct w_steam_iface *_this, UGCHandle_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation_params params = { @@ -9413,7 +9413,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount(struct w_steam_iface *_this) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount(struct w_steam_iface *_this) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChangeCount_params params = { @@ -9424,7 +9424,7 @@ int32 __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_ return params._ret; } -const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChange(struct w_steam_iface *_this, int iFile, uint32_t *pEChangeType, uint32_t *pEFilePathType) +const char * __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChange(struct w_steam_iface *_this, int32_t iFile, uint32_t *pEChangeType, uint32_t *pEFilePathType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetLocalFileChange_params params = { diff --git a/lsteamclient/winISteamScreenshots.c b/lsteamclient/winISteamScreenshots.c index f3b59cd0..fc146bea 100644 --- a/lsteamclient/winISteamScreenshots.c +++ b/lsteamclient/winISteamScreenshots.c @@ -22,7 +22,7 @@ DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION0 DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation, 12) DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser, 16) -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32 cubRGB, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32_t cubRGB, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot_params params = { @@ -37,7 +37,7 @@ ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERS return params._ret; } -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary_params params = { @@ -139,7 +139,7 @@ DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION0 DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser, 16) DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile, 16) -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32 cubRGB, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32_t cubRGB, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params params = { @@ -154,7 +154,7 @@ ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERS return params._ret; } -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary_params params = { @@ -272,7 +272,7 @@ DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION0 DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_IsScreenshotsHooked, 4) DEFINE_THISCALL_WRAPPER(winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreenshotToLibrary, 16) -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32 cubRGB, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot(struct w_steam_iface *_this, void *pubRGB, uint32_t cubRGB, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot_params params = { @@ -287,7 +287,7 @@ ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERS return params._ret; } -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int nWidth, int nHeight) +ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary(struct w_steam_iface *_this, const char *pchFilename, const char *pchThumbnailFilename, int32_t nWidth, int32_t nHeight) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary_params params = { diff --git a/lsteamclient/winISteamUGC.c b/lsteamclient/winISteamUGC.c index 674df02e..96917706 100644 --- a/lsteamclient/winISteamUGC.c +++ b/lsteamclient/winISteamUGC.c @@ -30,7 +30,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays, 16) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params params = { @@ -48,7 +48,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_params params = { @@ -76,7 +76,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_128 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_128 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult_params params = { @@ -193,7 +193,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params params = { @@ -286,7 +286,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribed DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo, 24) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo, 28) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params params = { @@ -304,7 +304,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_params params = { @@ -332,7 +332,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_130 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_130 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult_params params = { @@ -410,7 +410,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params params = { @@ -462,7 +462,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays_params params = { @@ -475,7 +475,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params params = { @@ -609,7 +609,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress_params params = { @@ -647,7 +647,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedItems_params params = { @@ -658,7 +658,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params params = { @@ -671,7 +671,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo_params params = { @@ -687,7 +687,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool *pbNeedsUpdate, bool *pbIsDownloading, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool *pbNeedsUpdate, bool *pbIsDownloading, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo_params params = { @@ -788,7 +788,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribed DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo, 28) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo, 28) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params params = { @@ -806,7 +806,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_params params = { @@ -834,7 +834,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_132 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_132 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult_params params = { @@ -912,7 +912,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params params = { @@ -964,7 +964,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays_params params = { @@ -977,7 +977,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params params = { @@ -1111,7 +1111,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress_params params = { @@ -1149,7 +1149,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedItems_params params = { @@ -1160,7 +1160,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params params = { @@ -1173,7 +1173,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, bool *pbLegacyItem) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, bool *pbLegacyItem) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo_params params = { @@ -1190,7 +1190,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool *pbNeedsUpdate, bool *pbIsDownloading, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool *pbNeedsUpdate, bool *pbIsDownloading, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo_params params = { @@ -1293,7 +1293,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstal DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo, 20) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem, 16) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params params = { @@ -1311,7 +1311,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_params params = { @@ -1339,7 +1339,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_132x *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_132x *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult_params params = { @@ -1417,7 +1417,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params params = { @@ -1469,7 +1469,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays_params params = { @@ -1482,7 +1482,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params params = { @@ -1616,7 +1616,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress_params params = { @@ -1654,7 +1654,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedItems_params params = { @@ -1665,7 +1665,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params params = { @@ -1678,7 +1678,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params params = { @@ -1690,7 +1690,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo_params params = { @@ -1707,7 +1707,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo_params params = { @@ -1836,7 +1836,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstal DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo, 20) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem, 16) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params params = { @@ -1854,7 +1854,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest_params params = { @@ -1870,7 +1870,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_params params = { @@ -1895,7 +1895,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_133b *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_133b *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult_params params = { @@ -1909,7 +1909,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL_params params = { @@ -1924,7 +1924,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata_params params = { @@ -1939,7 +1939,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren_params params = { @@ -1954,7 +1954,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint32 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint32_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic_params params = { @@ -1969,7 +1969,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews_params params = { @@ -1982,7 +1982,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, bool *pbIsImage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, bool *pbIsImage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview_params params = { @@ -2103,7 +2103,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params params = { @@ -2155,7 +2155,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays_params params = { @@ -2168,7 +2168,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params params = { @@ -2315,7 +2315,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress_params params = { @@ -2379,7 +2379,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedItems_params params = { @@ -2390,7 +2390,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params params = { @@ -2403,7 +2403,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params params = { @@ -2415,7 +2415,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo_params params = { @@ -2432,7 +2432,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo_params params = { @@ -2578,7 +2578,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstal DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo, 20) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem, 16) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params params = { @@ -2596,7 +2596,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest_params params = { @@ -2612,7 +2612,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_params params = { @@ -2637,7 +2637,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_133x *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_133x *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult_params params = { @@ -2651,7 +2651,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL_params params = { @@ -2666,7 +2666,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata_params params = { @@ -2681,7 +2681,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren_params params = { @@ -2696,7 +2696,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint32 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint32_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic_params params = { @@ -2711,7 +2711,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews_params params = { @@ -2724,7 +2724,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, bool *pbIsImage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, bool *pbIsImage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview_params params = { @@ -2858,7 +2858,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params params = { @@ -2910,7 +2910,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays_params params = { @@ -2923,7 +2923,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params params = { @@ -3083,7 +3083,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress_params params = { @@ -3172,7 +3172,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedItems_params params = { @@ -3183,7 +3183,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params params = { @@ -3196,7 +3196,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params params = { @@ -3208,7 +3208,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo_params params = { @@ -3225,7 +3225,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo_params params = { @@ -3383,7 +3383,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem, DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SuspendDownloads, 8) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params params = { @@ -3401,7 +3401,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest_params params = { @@ -3417,7 +3417,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_params params = { @@ -3442,7 +3442,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_136 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_136 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params params = { @@ -3456,7 +3456,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL_params params = { @@ -3471,7 +3471,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata_params params = { @@ -3486,7 +3486,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren_params params = { @@ -3501,7 +3501,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint32 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint32_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic_params params = { @@ -3516,7 +3516,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews_params params = { @@ -3529,7 +3529,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, bool *pbIsImage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, bool *pbIsImage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview_params params = { @@ -3547,7 +3547,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_params params = { @@ -3560,7 +3560,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag_params params = { @@ -3707,7 +3707,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params params = { @@ -3759,7 +3759,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params params = { @@ -3786,7 +3786,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params params = { @@ -3973,7 +3973,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress_params params = { @@ -4062,7 +4062,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedItems_params params = { @@ -4073,7 +4073,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params params = { @@ -4086,7 +4086,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params params = { @@ -4098,7 +4098,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo_params params = { @@ -4115,7 +4115,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo_params params = { @@ -4312,7 +4312,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem, DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SuspendDownloads, 8) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params params = { @@ -4330,7 +4330,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest_params params = { @@ -4346,7 +4346,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_params params = { @@ -4371,7 +4371,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_137 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_137 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult_params params = { @@ -4385,7 +4385,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL_params params = { @@ -4400,7 +4400,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata_params params = { @@ -4415,7 +4415,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren_params params = { @@ -4430,7 +4430,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint32 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint32_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic_params params = { @@ -4445,7 +4445,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews_params params = { @@ -4458,7 +4458,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview_params params = { @@ -4478,7 +4478,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_params params = { @@ -4491,7 +4491,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag_params params = { @@ -4638,7 +4638,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params params = { @@ -4690,7 +4690,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params params = { @@ -4717,7 +4717,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params params = { @@ -4920,7 +4920,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile_params params = { @@ -4936,7 +4936,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo_params params = { @@ -4950,7 +4950,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params params = { @@ -4976,7 +4976,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress_params params = { @@ -5065,7 +5065,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedItems_params params = { @@ -5076,7 +5076,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params params = { @@ -5089,7 +5089,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params params = { @@ -5101,7 +5101,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo_params params = { @@ -5118,7 +5118,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo_params params = { @@ -5324,7 +5324,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytime DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems, 4) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params params = { @@ -5342,7 +5342,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest_params params = { @@ -5358,7 +5358,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_params params = { @@ -5383,7 +5383,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_139 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_139 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult_params params = { @@ -5397,7 +5397,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL_params params = { @@ -5412,7 +5412,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata_params params = { @@ -5427,7 +5427,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren_params params = { @@ -5442,7 +5442,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic_params params = { @@ -5457,7 +5457,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews_params params = { @@ -5470,7 +5470,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview_params params = { @@ -5490,7 +5490,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_params params = { @@ -5503,7 +5503,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag_params params = { @@ -5663,7 +5663,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params params = { @@ -5715,7 +5715,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params params = { @@ -5742,7 +5742,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params params = { @@ -5945,7 +5945,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile_params params = { @@ -5961,7 +5961,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo_params params = { @@ -5975,7 +5975,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params params = { @@ -6001,7 +6001,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress_params params = { @@ -6090,7 +6090,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedItems_params params = { @@ -6101,7 +6101,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params params = { @@ -6114,7 +6114,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params params = { @@ -6126,7 +6126,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo_params params = { @@ -6143,7 +6143,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo_params params = { @@ -6196,7 +6196,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking_params params = { @@ -6209,7 +6209,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params params = { @@ -6397,7 +6397,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDepe DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params params = { @@ -6415,7 +6415,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest_params params = { @@ -6431,7 +6431,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_params params = { @@ -6456,7 +6456,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_142 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_142 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult_params params = { @@ -6470,7 +6470,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL_params params = { @@ -6485,7 +6485,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata_params params = { @@ -6500,7 +6500,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren_params params = { @@ -6515,7 +6515,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic_params params = { @@ -6530,7 +6530,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews_params params = { @@ -6543,7 +6543,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview_params params = { @@ -6563,7 +6563,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_params params = { @@ -6576,7 +6576,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag_params params = { @@ -6723,7 +6723,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params params = { @@ -6749,7 +6749,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params params = { @@ -6801,7 +6801,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params params = { @@ -6828,7 +6828,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params params = { @@ -7031,7 +7031,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile_params params = { @@ -7047,7 +7047,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo_params params = { @@ -7061,7 +7061,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params params = { @@ -7087,7 +7087,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress_params params = { @@ -7176,7 +7176,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedItems_params params = { @@ -7187,7 +7187,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params params = { @@ -7200,7 +7200,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params params = { @@ -7212,7 +7212,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo_params params = { @@ -7229,7 +7229,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo_params params = { @@ -7282,7 +7282,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking_params params = { @@ -7295,7 +7295,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params params = { @@ -7568,7 +7568,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDepe DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params params = { @@ -7586,7 +7586,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_params params = { @@ -7618,7 +7618,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_params params = { @@ -7643,7 +7643,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_144 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_144 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult_params params = { @@ -7657,7 +7657,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL_params params = { @@ -7672,7 +7672,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata_params params = { @@ -7687,7 +7687,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren_params params = { @@ -7702,7 +7702,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic_params params = { @@ -7717,7 +7717,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews_params params = { @@ -7730,7 +7730,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview_params params = { @@ -7750,7 +7750,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_params params = { @@ -7763,7 +7763,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag_params params = { @@ -7910,7 +7910,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params params = { @@ -7936,7 +7936,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params params = { @@ -7988,7 +7988,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params params = { @@ -8015,7 +8015,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params params = { @@ -8231,7 +8231,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile_params params = { @@ -8247,7 +8247,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo_params params = { @@ -8261,7 +8261,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params params = { @@ -8287,7 +8287,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress_params params = { @@ -8376,7 +8376,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedItems_params params = { @@ -8387,7 +8387,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params params = { @@ -8400,7 +8400,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params params = { @@ -8412,7 +8412,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo_params params = { @@ -8429,7 +8429,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo_params params = { @@ -8482,7 +8482,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking_params params = { @@ -8495,7 +8495,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params params = { @@ -8772,7 +8772,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDepe DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params params = { @@ -8790,7 +8790,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_params params = { @@ -8822,7 +8822,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_params params = { @@ -8847,7 +8847,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_146 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_146 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult_params params = { @@ -8861,7 +8861,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL_params params = { @@ -8876,7 +8876,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata_params params = { @@ -8891,7 +8891,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren_params params = { @@ -8906,7 +8906,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic_params params = { @@ -8921,7 +8921,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews_params params = { @@ -8934,7 +8934,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview_params params = { @@ -8954,7 +8954,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_params params = { @@ -8967,7 +8967,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_params params = { @@ -8985,7 +8985,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2_params params = { @@ -9130,7 +9130,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params params = { @@ -9156,7 +9156,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params params = { @@ -9208,7 +9208,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params params = { @@ -9235,7 +9235,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params params = { @@ -9463,7 +9463,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile_params params = { @@ -9479,7 +9479,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo_params params = { @@ -9493,7 +9493,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params params = { @@ -9519,7 +9519,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress_params params = { @@ -9608,7 +9608,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedItems_params params = { @@ -9619,7 +9619,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params params = { @@ -9632,7 +9632,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params params = { @@ -9644,7 +9644,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo_params params = { @@ -9661,7 +9661,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo_params params = { @@ -9714,7 +9714,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking_params params = { @@ -9727,7 +9727,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params params = { @@ -10007,7 +10007,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDepe DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies, 12) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params params = { @@ -10025,7 +10025,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_params params = { @@ -10057,7 +10057,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_params params = { @@ -10082,7 +10082,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_150 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_150 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult_params params = { @@ -10096,7 +10096,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL_params params = { @@ -10111,7 +10111,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata_params params = { @@ -10126,7 +10126,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren_params params = { @@ -10141,7 +10141,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic_params params = { @@ -10156,7 +10156,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews_params params = { @@ -10169,7 +10169,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview_params params = { @@ -10189,7 +10189,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_params params = { @@ -10202,7 +10202,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_params params = { @@ -10220,7 +10220,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2_params params = { @@ -10378,7 +10378,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params params = { @@ -10404,7 +10404,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params params = { @@ -10456,7 +10456,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params params = { @@ -10483,7 +10483,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params params = { @@ -10711,7 +10711,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile_params params = { @@ -10727,7 +10727,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo_params params = { @@ -10741,7 +10741,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params params = { @@ -10767,7 +10767,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress_params params = { @@ -10856,7 +10856,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedItems_params params = { @@ -10867,7 +10867,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params params = { @@ -10880,7 +10880,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params params = { @@ -10892,7 +10892,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo_params params = { @@ -10909,7 +10909,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo_params params = { @@ -10962,7 +10962,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking_params params = { @@ -10975,7 +10975,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params params = { @@ -11261,7 +11261,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem, 1 DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION015_ShowWorkshopEULA, 4) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus, 4) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params params = { @@ -11279,7 +11279,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_params params = { @@ -11311,7 +11311,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_params params = { @@ -11336,7 +11336,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_152 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_152 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult_params params = { @@ -11350,7 +11350,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult(str return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params params = { @@ -11363,7 +11363,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag_params params = { @@ -11379,7 +11379,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName_params params = { @@ -11395,7 +11395,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplay return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL_params params = { @@ -11410,7 +11410,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata_params params = { @@ -11425,7 +11425,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren_params params = { @@ -11440,7 +11440,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic_params params = { @@ -11455,7 +11455,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews_params params = { @@ -11468,7 +11468,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview_params params = { @@ -11488,7 +11488,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_params params = { @@ -11501,7 +11501,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_params params = { @@ -11519,7 +11519,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2_params params = { @@ -11677,7 +11677,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params params = { @@ -11703,7 +11703,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params params = { @@ -11755,7 +11755,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params params = { @@ -11782,7 +11782,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params params = { @@ -12010,7 +12010,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile_params params = { @@ -12026,7 +12026,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo_params params = { @@ -12040,7 +12040,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params params = { @@ -12066,7 +12066,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress_params params = { @@ -12155,7 +12155,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedItems_params params = { @@ -12166,7 +12166,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params params = { @@ -12179,7 +12179,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params params = { @@ -12191,7 +12191,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo_params params = { @@ -12208,7 +12208,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo_params params = { @@ -12261,7 +12261,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking_params params = { @@ -12274,7 +12274,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params params = { @@ -12589,7 +12589,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem, 1 DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION016_ShowWorkshopEULA, 4) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus, 4) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params params = { @@ -12607,7 +12607,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_params params = { @@ -12639,7 +12639,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_params params = { @@ -12664,7 +12664,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_155 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_155 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult_params params = { @@ -12678,7 +12678,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult(str return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params params = { @@ -12691,7 +12691,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag_params params = { @@ -12707,7 +12707,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName_params params = { @@ -12723,7 +12723,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplay return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL_params params = { @@ -12738,7 +12738,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata_params params = { @@ -12753,7 +12753,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren_params params = { @@ -12768,7 +12768,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic_params params = { @@ -12783,7 +12783,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews_params params = { @@ -12796,7 +12796,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview_params params = { @@ -12816,7 +12816,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_params params = { @@ -12829,7 +12829,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_params params = { @@ -12847,7 +12847,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2_params params = { @@ -13005,7 +13005,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params params = { @@ -13031,7 +13031,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params params = { @@ -13083,7 +13083,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params params = { @@ -13138,7 +13138,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params params = { @@ -13366,7 +13366,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile_params params = { @@ -13382,7 +13382,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo_params params = { @@ -13396,7 +13396,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params params = { @@ -13422,7 +13422,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress_params params = { @@ -13511,7 +13511,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedItems_params params = { @@ -13522,7 +13522,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params params = { @@ -13535,7 +13535,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params params = { @@ -13547,7 +13547,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo_params params = { @@ -13564,7 +13564,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo_params params = { @@ -13617,7 +13617,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking_params params = { @@ -13630,7 +13630,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params params = { @@ -13950,7 +13950,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem, 1 DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION017_ShowWorkshopEULA, 4) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus, 4) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params params = { @@ -13968,7 +13968,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_params params = { @@ -14000,7 +14000,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_params params = { @@ -14025,7 +14025,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_157 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_157 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult_params params = { @@ -14039,7 +14039,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult(str return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params params = { @@ -14052,7 +14052,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag_params params = { @@ -14068,7 +14068,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName_params params = { @@ -14084,7 +14084,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplay return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL_params params = { @@ -14099,7 +14099,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata_params params = { @@ -14114,7 +14114,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren_params params = { @@ -14129,7 +14129,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic_params params = { @@ -14144,7 +14144,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews_params params = { @@ -14157,7 +14157,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview_params params = { @@ -14177,7 +14177,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_params params = { @@ -14190,7 +14190,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_params params = { @@ -14208,7 +14208,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2_params params = { @@ -14224,7 +14224,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTa return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t *pvecDescriptors, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors_params params = { @@ -14381,7 +14381,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params params = { @@ -14407,7 +14407,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params params = { @@ -14459,7 +14459,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params params = { @@ -14514,7 +14514,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params params = { @@ -14742,7 +14742,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile_params params = { @@ -14758,7 +14758,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo_params params = { @@ -14772,7 +14772,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params params = { @@ -14824,7 +14824,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress_params params = { @@ -14913,7 +14913,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedItems_params params = { @@ -14924,7 +14924,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params params = { @@ -14937,7 +14937,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params params = { @@ -14949,7 +14949,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo_params params = { @@ -14966,7 +14966,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo_params params = { @@ -15019,7 +15019,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking_params params = { @@ -15032,7 +15032,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params params = { @@ -15356,7 +15356,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION018_ShowWorkshopE DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus, 4) DEFINE_THISCALL_WRAPPER(winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences, 12) -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest(struct w_steam_iface *_this, AccountID_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params params = { @@ -15374,7 +15374,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32 unPage) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_params params = { @@ -15406,7 +15406,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_params params = { @@ -15431,7 +15431,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUG return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, winSteamUGCDetails_t_158 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, winSteamUGCDetails_t_158 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult_params params = { @@ -15445,7 +15445,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult(str return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params params = { @@ -15458,7 +15458,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag_params params = { @@ -15474,7 +15474,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 indexTag, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName_params params = { @@ -15490,7 +15490,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplay return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchURL, uint32 cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchURL, uint32_t cchURLSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL_params params = { @@ -15505,7 +15505,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, char *pchMetadata, uint32 cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, char *pchMetadata, uint32_t cchMetadatasize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata_params params = { @@ -15520,7 +15520,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren_params params = { @@ -15535,7 +15535,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t eStatType, uint64 *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t eStatType, uint64_t *pStatValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params params = { @@ -15550,7 +15550,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews_params params = { @@ -15563,7 +15563,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAddit return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 previewIndex, char *pchURLOrVideoID, uint32 cchURLSize, char *pchOriginalFileName, uint32 cchOriginalFileNameSize, uint32_t *pPreviewType) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, char *pchOriginalFileName, uint32_t cchOriginalFileNameSize, uint32_t *pPreviewType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_params params = { @@ -15583,7 +15583,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditional return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_params params = { @@ -15596,7 +15596,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyVa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32 keyValueTagIndex, char *pchKey, uint32 cchKeySize, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t keyValueTagIndex, char *pchKey, uint32_t cchKeySize, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_params params = { @@ -15614,7 +15614,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, const char *pchKey, char *pchValue, uint32 cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2_params params = { @@ -15630,7 +15630,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTa return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 index, uint32_t *pvecDescriptors, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_params params = { @@ -15787,7 +15787,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params params = { @@ -15813,7 +15813,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params params = { @@ -15865,7 +15865,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32 unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params params = { @@ -15920,7 +15920,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params params = { @@ -16149,7 +16149,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile_params params = { @@ -16165,7 +16165,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo_params params = { @@ -16179,7 +16179,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVide return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32 index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params params = { @@ -16231,7 +16231,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemU return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64 *punBytesProcessed, uint64 *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params params = { @@ -16320,7 +16320,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_Unsubscribe return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedItems_params params = { @@ -16331,7 +16331,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedIte return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params params = { @@ -16344,7 +16344,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems( return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params params = { @@ -16356,7 +16356,7 @@ uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punSizeOnDisk, char *pchFolder, uint32 cchFolderSize, uint32 *punTimeStamp) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize, uint32_t *punTimeStamp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo_params params = { @@ -16373,7 +16373,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64 *punBytesDownloaded, uint64 *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo_params params = { @@ -16426,7 +16426,7 @@ void __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SuspendDownloads(stru cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SuspendDownloads( ¶ms ); } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking_params params = { @@ -16439,7 +16439,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlayti return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32 unNumPublishedFileIDs) +SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params params = { @@ -16561,7 +16561,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshop return params._ret; } -uint32 __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences(struct w_steam_iface *_this, uint32_t *pvecDescriptors, uint32 cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences(struct w_steam_iface *_this, uint32_t *pvecDescriptors, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserContentDescriptorPreferences_params params = { diff --git a/lsteamclient/winISteamUnifiedMessages.c b/lsteamclient/winISteamUnifiedMessages.c index 2ed7bd03..fd5de9ca 100644 --- a/lsteamclient/winISteamUnifiedMessages.c +++ b/lsteamclient/winISteamUnifiedMessages.c @@ -21,7 +21,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_ DEFINE_THISCALL_WRAPPER(winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod, 12) DEFINE_THISCALL_WRAPPER(winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification, 16) -ClientUnifiedMessageHandle __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod(struct w_steam_iface *_this, const char *pchServiceMethod, const void *pRequestBuffer, uint32 unRequestBufferSize, uint64 unContext) +ClientUnifiedMessageHandle __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod(struct w_steam_iface *_this, const char *pchServiceMethod, const void *pRequestBuffer, uint32_t unRequestBufferSize, uint64_t unContext) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params params = { @@ -36,7 +36,7 @@ ClientUnifiedMessageHandle __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSA return params._ret; } -bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo(struct w_steam_iface *_this, ClientUnifiedMessageHandle hHandle, uint32 *punResponseSize, uint32_t *peResult) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo(struct w_steam_iface *_this, ClientUnifiedMessageHandle hHandle, uint32_t *punResponseSize, uint32_t *peResult) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo_params params = { @@ -50,7 +50,7 @@ bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION0 return params._ret; } -bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData(struct w_steam_iface *_this, ClientUnifiedMessageHandle hHandle, void *pResponseBuffer, uint32 unResponseBufferSize, bool bAutoRelease) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData(struct w_steam_iface *_this, ClientUnifiedMessageHandle hHandle, void *pResponseBuffer, uint32_t unResponseBufferSize, bool bAutoRelease) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData_params params = { @@ -77,7 +77,7 @@ bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION0 return params._ret; } -bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification(struct w_steam_iface *_this, const char *pchServiceNotification, const void *pNotificationBuffer, uint32 unNotificationBufferSize) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification(struct w_steam_iface *_this, const char *pchServiceNotification, const void *pNotificationBuffer, uint32_t unNotificationBufferSize) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params params = { diff --git a/lsteamclient/winISteamUser.c b/lsteamclient/winISteamUser.c index 9b55b6f8..ee11dc1c 100644 --- a/lsteamclient/winISteamUser.c +++ b/lsteamclient/winISteamUser.c @@ -119,7 +119,7 @@ CSteamID * __thiscall winISteamUser_SteamUser004_GetSteamID(struct w_steam_iface return params._ret; } -bool __thiscall winISteamUser_SteamUser004_IsVACBanned(struct w_steam_iface *_this, int nGameID) +bool __thiscall winISteamUser_SteamUser004_IsVACBanned(struct w_steam_iface *_this, int32_t nGameID) { struct cppISteamUser_SteamUser004_IsVACBanned_params params = { @@ -131,7 +131,7 @@ bool __thiscall winISteamUser_SteamUser004_IsVACBanned(struct w_steam_iface *_th return params._ret; } -bool __thiscall winISteamUser_SteamUser004_RequireShowVACBannedMessage(struct w_steam_iface *_this, int nGameID) +bool __thiscall winISteamUser_SteamUser004_RequireShowVACBannedMessage(struct w_steam_iface *_this, int32_t nGameID) { struct cppISteamUser_SteamUser004_RequireShowVACBannedMessage_params params = { @@ -143,7 +143,7 @@ bool __thiscall winISteamUser_SteamUser004_RequireShowVACBannedMessage(struct w_ return params._ret; } -void __thiscall winISteamUser_SteamUser004_AcknowledgeVACBanning(struct w_steam_iface *_this, int nGameID) +void __thiscall winISteamUser_SteamUser004_AcknowledgeVACBanning(struct w_steam_iface *_this, int32_t nGameID) { struct cppISteamUser_SteamUser004_AcknowledgeVACBanning_params params = { @@ -154,7 +154,7 @@ void __thiscall winISteamUser_SteamUser004_AcknowledgeVACBanning(struct w_steam_ cppISteamUser_SteamUser004_AcknowledgeVACBanning( ¶ms ); } -int __thiscall winISteamUser_SteamUser004_NClientGameIDAdd(struct w_steam_iface *_this, int nGameID) +int32_t __thiscall winISteamUser_SteamUser004_NClientGameIDAdd(struct w_steam_iface *_this, int32_t nGameID) { struct cppISteamUser_SteamUser004_NClientGameIDAdd_params params = { @@ -166,7 +166,7 @@ int __thiscall winISteamUser_SteamUser004_NClientGameIDAdd(struct w_steam_iface return params._ret; } -void __thiscall winISteamUser_SteamUser004_RemoveClientGame(struct w_steam_iface *_this, int nClientGameID) +void __thiscall winISteamUser_SteamUser004_RemoveClientGame(struct w_steam_iface *_this, int32_t nClientGameID) { struct cppISteamUser_SteamUser004_RemoveClientGame_params params = { @@ -177,7 +177,7 @@ void __thiscall winISteamUser_SteamUser004_RemoveClientGame(struct w_steam_iface cppISteamUser_SteamUser004_RemoveClientGame( ¶ms ); } -void __thiscall winISteamUser_SteamUser004_SetClientGameServer(struct w_steam_iface *_this, int nClientGameID, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser004_SetClientGameServer(struct w_steam_iface *_this, int32_t nClientGameID, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser004_SetClientGameServer_params params = { @@ -190,7 +190,7 @@ void __thiscall winISteamUser_SteamUser004_SetClientGameServer(struct w_steam_if cppISteamUser_SteamUser004_SetClientGameServer( ¶ms ); } -void __thiscall winISteamUser_SteamUser004_SetSteam2Ticket(struct w_steam_iface *_this, uint8 *pubTicket, int cubTicket) +void __thiscall winISteamUser_SteamUser004_SetSteam2Ticket(struct w_steam_iface *_this, uint8_t *pubTicket, int32_t cubTicket) { struct cppISteamUser_SteamUser004_SetSteam2Ticket_params params = { @@ -202,7 +202,7 @@ void __thiscall winISteamUser_SteamUser004_SetSteam2Ticket(struct w_steam_iface cppISteamUser_SteamUser004_SetSteam2Ticket( ¶ms ); } -void __thiscall winISteamUser_SteamUser004_AddServerNetAddress(struct w_steam_iface *_this, uint32 unIP, uint16 unPort) +void __thiscall winISteamUser_SteamUser004_AddServerNetAddress(struct w_steam_iface *_this, uint32_t unIP, uint16_t unPort) { struct cppISteamUser_SteamUser004_AddServerNetAddress_params params = { @@ -226,7 +226,7 @@ bool __thiscall winISteamUser_SteamUser004_SetEmail(struct w_steam_iface *_this, return params._ret; } -int __thiscall winISteamUser_SteamUser004_GetSteamGameConnectToken(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob) +int32_t __thiscall winISteamUser_SteamUser004_GetSteamGameConnectToken(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob) { struct cppISteamUser_SteamUser004_GetSteamGameConnectToken_params params = { @@ -253,7 +253,7 @@ bool __thiscall winISteamUser_SteamUser004_SetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser004_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int cbValue) +bool __thiscall winISteamUser_SteamUser004_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int32_t cbValue) { struct cppISteamUser_SteamUser004_GetRegistryString_params params = { @@ -268,7 +268,7 @@ bool __thiscall winISteamUser_SteamUser004_GetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser004_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int iValue) +bool __thiscall winISteamUser_SteamUser004_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t iValue) { struct cppISteamUser_SteamUser004_SetRegistryInt_params params = { @@ -282,7 +282,7 @@ bool __thiscall winISteamUser_SteamUser004_SetRegistryInt(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUser_SteamUser004_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int *piValue) +bool __thiscall winISteamUser_SteamUser004_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t *piValue) { struct cppISteamUser_SteamUser004_GetRegistryInt_params params = { @@ -296,7 +296,7 @@ bool __thiscall winISteamUser_SteamUser004_GetRegistryInt(struct w_steam_iface * return params._ret; } -int __thiscall winISteamUser_SteamUser004_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob, CSteamID steamID, int nGameAppID, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser004_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob, CSteamID steamID, int32_t nGameAppID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser004_InitiateGameConnection_params params = { @@ -314,7 +314,7 @@ int __thiscall winISteamUser_SteamUser004_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser004_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser004_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser004_TerminateGameConnection_params params = { @@ -347,7 +347,7 @@ bool __thiscall winISteamUser_SteamUser004_IsPrimaryChatDestination(struct w_ste return params._ret; } -void __thiscall winISteamUser_SteamUser004_RequestLegacyCDKey(struct w_steam_iface *_this, uint32 iAppID) +void __thiscall winISteamUser_SteamUser004_RequestLegacyCDKey(struct w_steam_iface *_this, uint32_t iAppID) { struct cppISteamUser_SteamUser004_RequestLegacyCDKey_params params = { @@ -523,7 +523,7 @@ CSteamID * __thiscall winISteamUser_SteamUser005_GetSteamID(struct w_steam_iface return params._ret; } -bool __thiscall winISteamUser_SteamUser005_IsVACBanned(struct w_steam_iface *_this, int nGameID) +bool __thiscall winISteamUser_SteamUser005_IsVACBanned(struct w_steam_iface *_this, int32_t nGameID) { struct cppISteamUser_SteamUser005_IsVACBanned_params params = { @@ -535,7 +535,7 @@ bool __thiscall winISteamUser_SteamUser005_IsVACBanned(struct w_steam_iface *_th return params._ret; } -bool __thiscall winISteamUser_SteamUser005_RequireShowVACBannedMessage(struct w_steam_iface *_this, int nAppID) +bool __thiscall winISteamUser_SteamUser005_RequireShowVACBannedMessage(struct w_steam_iface *_this, int32_t nAppID) { struct cppISteamUser_SteamUser005_RequireShowVACBannedMessage_params params = { @@ -547,7 +547,7 @@ bool __thiscall winISteamUser_SteamUser005_RequireShowVACBannedMessage(struct w_ return params._ret; } -void __thiscall winISteamUser_SteamUser005_AcknowledgeVACBanning(struct w_steam_iface *_this, int nAppID) +void __thiscall winISteamUser_SteamUser005_AcknowledgeVACBanning(struct w_steam_iface *_this, int32_t nAppID) { struct cppISteamUser_SteamUser005_AcknowledgeVACBanning_params params = { @@ -558,7 +558,7 @@ void __thiscall winISteamUser_SteamUser005_AcknowledgeVACBanning(struct w_steam_ cppISteamUser_SteamUser005_AcknowledgeVACBanning( ¶ms ); } -void __thiscall winISteamUser_SteamUser005_SetSteam2Ticket(struct w_steam_iface *_this, uint8 *pubTicket, int cubTicket) +void __thiscall winISteamUser_SteamUser005_SetSteam2Ticket(struct w_steam_iface *_this, uint8_t *pubTicket, int32_t cubTicket) { struct cppISteamUser_SteamUser005_SetSteam2Ticket_params params = { @@ -570,7 +570,7 @@ void __thiscall winISteamUser_SteamUser005_SetSteam2Ticket(struct w_steam_iface cppISteamUser_SteamUser005_SetSteam2Ticket( ¶ms ); } -void __thiscall winISteamUser_SteamUser005_AddServerNetAddress(struct w_steam_iface *_this, uint32 unIP, uint16 unPort) +void __thiscall winISteamUser_SteamUser005_AddServerNetAddress(struct w_steam_iface *_this, uint32_t unIP, uint16_t unPort) { struct cppISteamUser_SteamUser005_AddServerNetAddress_params params = { @@ -608,7 +608,7 @@ bool __thiscall winISteamUser_SteamUser005_SetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int cbValue) +bool __thiscall winISteamUser_SteamUser005_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int32_t cbValue) { struct cppISteamUser_SteamUser005_GetRegistryString_params params = { @@ -623,7 +623,7 @@ bool __thiscall winISteamUser_SteamUser005_GetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser005_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int iValue) +bool __thiscall winISteamUser_SteamUser005_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t iValue) { struct cppISteamUser_SteamUser005_SetRegistryInt_params params = { @@ -637,7 +637,7 @@ bool __thiscall winISteamUser_SteamUser005_SetRegistryInt(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int *piValue) +bool __thiscall winISteamUser_SteamUser005_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t *piValue) { struct cppISteamUser_SteamUser005_GetRegistryInt_params params = { @@ -651,7 +651,7 @@ bool __thiscall winISteamUser_SteamUser005_GetRegistryInt(struct w_steam_iface * return params._ret; } -int __thiscall winISteamUser_SteamUser005_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob, CSteamID steamID, CGameID gameID, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser005_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob, CSteamID steamID, CGameID gameID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser005_InitiateGameConnection_params params = { @@ -669,7 +669,7 @@ int __thiscall winISteamUser_SteamUser005_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser005_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser005_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser005_TerminateGameConnection_params params = { @@ -702,7 +702,7 @@ bool __thiscall winISteamUser_SteamUser005_IsPrimaryChatDestination(struct w_ste return params._ret; } -void __thiscall winISteamUser_SteamUser005_RequestLegacyCDKey(struct w_steam_iface *_this, uint32 nAppID) +void __thiscall winISteamUser_SteamUser005_RequestLegacyCDKey(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamUser_SteamUser005_RequestLegacyCDKey_params params = { @@ -727,7 +727,7 @@ bool __thiscall winISteamUser_SteamUser005_SendGuestPassByEmail(struct w_steam_i return params._ret; } -bool __thiscall winISteamUser_SteamUser005_SendGuestPassByAccountID(struct w_steam_iface *_this, uint32 uAccountID, GID_t gidGuestPassID, bool bResending) +bool __thiscall winISteamUser_SteamUser005_SendGuestPassByAccountID(struct w_steam_iface *_this, uint32_t uAccountID, GID_t gidGuestPassID, bool bResending) { struct cppISteamUser_SteamUser005_SendGuestPassByAccountID_params params = { @@ -765,7 +765,7 @@ bool __thiscall winISteamUser_SteamUser005_RedeemGuestPass(struct w_steam_iface return params._ret; } -uint32 __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveCount(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser005_GetGuestPassToGiveCount_params params = { @@ -776,7 +776,7 @@ uint32 __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveCount(struct w_st return params._ret; } -uint32 __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemCount(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser005_GetGuestPassToRedeemCount_params params = { @@ -798,7 +798,7 @@ RTime32 __thiscall winISteamUser_SteamUser005_GetGuestPassLastUpdateTime(struct return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveInfo(struct w_steam_iface *_this, uint32 nPassIndex, GID_t *pgidGuestPassID, PackageId_t *pnPackageID, RTime32 *pRTime32Created, RTime32 *pRTime32Expiration, RTime32 *pRTime32Sent, RTime32 *pRTime32Redeemed, char *pchRecipientAddress, int cRecipientAddressSize) +bool __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveInfo(struct w_steam_iface *_this, uint32_t nPassIndex, GID_t *pgidGuestPassID, PackageId_t *pnPackageID, RTime32 *pRTime32Created, RTime32 *pRTime32Expiration, RTime32 *pRTime32Sent, RTime32 *pRTime32Redeemed, char *pchRecipientAddress, int32_t cRecipientAddressSize) { struct cppISteamUser_SteamUser005_GetGuestPassToGiveInfo_params params = { @@ -818,7 +818,7 @@ bool __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveInfo(struct w_steam return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemInfo(struct w_steam_iface *_this, uint32 nPassIndex, GID_t *pgidGuestPassID, PackageId_t *pnPackageID, RTime32 *pRTime32Created, RTime32 *pRTime32Expiration, RTime32 *pRTime32Sent, RTime32 *pRTime32Redeemed) +bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemInfo(struct w_steam_iface *_this, uint32_t nPassIndex, GID_t *pgidGuestPassID, PackageId_t *pnPackageID, RTime32 *pRTime32Created, RTime32 *pRTime32Expiration, RTime32 *pRTime32Sent, RTime32 *pRTime32Redeemed) { struct cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo_params params = { @@ -836,7 +836,7 @@ bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemInfo(struct w_ste return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress(struct w_steam_iface *_this, uint32 nPassIndex, char *pchSenderAddress, int cSenderAddressSize) +bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress(struct w_steam_iface *_this, uint32_t nPassIndex, char *pchSenderAddress, int32_t cSenderAddressSize) { struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress_params params = { @@ -850,7 +850,7 @@ bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemSenderAddress(str return params._ret; } -bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemSenderName(struct w_steam_iface *_this, uint32 nPassIndex, char *pchSenderName, int cSenderNameSize) +bool __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemSenderName(struct w_steam_iface *_this, uint32_t nPassIndex, char *pchSenderName, int32_t cSenderNameSize) { struct cppISteamUser_SteamUser005_GetGuestPassToRedeemSenderName_params params = { @@ -887,7 +887,7 @@ bool __thiscall winISteamUser_SteamUser005_SetLanguage(struct w_steam_iface *_th return params._ret; } -void __thiscall winISteamUser_SteamUser005_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser005_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser005_TrackAppUsageEvent_params params = { @@ -1076,7 +1076,7 @@ bool __thiscall winISteamUser_SteamUser006_SetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser006_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int cbValue) +bool __thiscall winISteamUser_SteamUser006_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int32_t cbValue) { struct cppISteamUser_SteamUser006_GetRegistryString_params params = { @@ -1091,7 +1091,7 @@ bool __thiscall winISteamUser_SteamUser006_GetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser006_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int iValue) +bool __thiscall winISteamUser_SteamUser006_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t iValue) { struct cppISteamUser_SteamUser006_SetRegistryInt_params params = { @@ -1105,7 +1105,7 @@ bool __thiscall winISteamUser_SteamUser006_SetRegistryInt(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUser_SteamUser006_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int *piValue) +bool __thiscall winISteamUser_SteamUser006_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t *piValue) { struct cppISteamUser_SteamUser006_GetRegistryInt_params params = { @@ -1119,7 +1119,7 @@ bool __thiscall winISteamUser_SteamUser006_GetRegistryInt(struct w_steam_iface * return params._ret; } -int __thiscall winISteamUser_SteamUser006_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob, CSteamID steamID, CGameID gameID, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser006_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob, CSteamID steamID, CGameID gameID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser006_InitiateGameConnection_params params = { @@ -1137,7 +1137,7 @@ int __thiscall winISteamUser_SteamUser006_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser006_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser006_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser006_TerminateGameConnection_params params = { @@ -1149,7 +1149,7 @@ void __thiscall winISteamUser_SteamUser006_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser006_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser006_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser006_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser006_TrackAppUsageEvent_params params = { @@ -1279,7 +1279,7 @@ bool __thiscall winISteamUser_SteamUser007_SetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser007_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int cbValue) +bool __thiscall winISteamUser_SteamUser007_GetRegistryString(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, char *pchValue, int32_t cbValue) { struct cppISteamUser_SteamUser007_GetRegistryString_params params = { @@ -1294,7 +1294,7 @@ bool __thiscall winISteamUser_SteamUser007_GetRegistryString(struct w_steam_ifac return params._ret; } -bool __thiscall winISteamUser_SteamUser007_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int iValue) +bool __thiscall winISteamUser_SteamUser007_SetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t iValue) { struct cppISteamUser_SteamUser007_SetRegistryInt_params params = { @@ -1308,7 +1308,7 @@ bool __thiscall winISteamUser_SteamUser007_SetRegistryInt(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUser_SteamUser007_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int *piValue) +bool __thiscall winISteamUser_SteamUser007_GetRegistryInt(struct w_steam_iface *_this, uint32_t eRegistrySubTree, const char *pchKey, int32_t *piValue) { struct cppISteamUser_SteamUser007_GetRegistryInt_params params = { @@ -1322,7 +1322,7 @@ bool __thiscall winISteamUser_SteamUser007_GetRegistryInt(struct w_steam_iface * return params._ret; } -int __thiscall winISteamUser_SteamUser007_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob, CSteamID steamID, CGameID gameID, uint32 unIPServer, uint16 usPortServer, bool bSecure, void *pvSteam2GetEncryptionKey, int cbSteam2GetEncryptionKey) +int32_t __thiscall winISteamUser_SteamUser007_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob, CSteamID steamID, CGameID gameID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure, void *pvSteam2GetEncryptionKey, int32_t cbSteam2GetEncryptionKey) { struct cppISteamUser_SteamUser007_InitiateGameConnection_params params = { @@ -1342,7 +1342,7 @@ int __thiscall winISteamUser_SteamUser007_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser007_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser007_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser007_TerminateGameConnection_params params = { @@ -1354,7 +1354,7 @@ void __thiscall winISteamUser_SteamUser007_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser007_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser007_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser007_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser007_TrackAppUsageEvent_params params = { @@ -1454,7 +1454,7 @@ CSteamID * __thiscall winISteamUser_SteamUser008_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser008_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int cbMaxBlob, CSteamID steamID, CGameID gameID, uint32 unIPServer, uint16 usPortServer, bool bSecure, void *pvSteam2GetEncryptionKey, int cbSteam2GetEncryptionKey) +int32_t __thiscall winISteamUser_SteamUser008_InitiateGameConnection(struct w_steam_iface *_this, void *pBlob, int32_t cbMaxBlob, CSteamID steamID, CGameID gameID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure, void *pvSteam2GetEncryptionKey, int32_t cbSteam2GetEncryptionKey) { struct cppISteamUser_SteamUser008_InitiateGameConnection_params params = { @@ -1474,7 +1474,7 @@ int __thiscall winISteamUser_SteamUser008_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser008_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser008_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser008_TerminateGameConnection_params params = { @@ -1486,7 +1486,7 @@ void __thiscall winISteamUser_SteamUser008_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser008_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser008_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser008_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser008_TrackAppUsageEvent_params params = { @@ -1580,7 +1580,7 @@ CSteamID * __thiscall winISteamUser_SteamUser009_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser009_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, CGameID gameID, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser009_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, CGameID gameID, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser009_InitiateGameConnection_params params = { @@ -1598,7 +1598,7 @@ int __thiscall winISteamUser_SteamUser009_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser009_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser009_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser009_TerminateGameConnection_params params = { @@ -1610,7 +1610,7 @@ void __thiscall winISteamUser_SteamUser009_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser009_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser009_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser009_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser009_TrackAppUsageEvent_params params = { @@ -1703,7 +1703,7 @@ CSteamID * __thiscall winISteamUser_SteamUser010_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser010_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser010_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser010_InitiateGameConnection_params params = { @@ -1720,7 +1720,7 @@ int __thiscall winISteamUser_SteamUser010_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser010_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser010_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser010_TerminateGameConnection_params params = { @@ -1732,7 +1732,7 @@ void __thiscall winISteamUser_SteamUser010_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser010_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser010_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser010_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser010_TrackAppUsageEvent_params params = { @@ -1819,7 +1819,7 @@ CSteamID * __thiscall winISteamUser_SteamUser011_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser011_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser011_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser011_InitiateGameConnection_params params = { @@ -1836,7 +1836,7 @@ int __thiscall winISteamUser_SteamUser011_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser011_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser011_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser011_TerminateGameConnection_params params = { @@ -1848,7 +1848,7 @@ void __thiscall winISteamUser_SteamUser011_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser011_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser011_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser011_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser011_TrackAppUsageEvent_params params = { @@ -1861,7 +1861,7 @@ void __thiscall winISteamUser_SteamUser011_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser011_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser011_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser011_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser011_GetUserDataFolder_params params = { @@ -1895,7 +1895,7 @@ void __thiscall winISteamUser_SteamUser011_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser011_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser011_GetCompressedVoice(struct w_steam_iface *_this, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser011_GetCompressedVoice(struct w_steam_iface *_this, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser011_GetCompressedVoice_params params = { @@ -1909,7 +1909,7 @@ uint32_t __thiscall winISteamUser_SteamUser011_GetCompressedVoice(struct w_steam return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser011_DecompressVoice(struct w_steam_iface *_this, void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser011_DecompressVoice(struct w_steam_iface *_this, void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser011_DecompressVoice_params params = { @@ -2009,7 +2009,7 @@ CSteamID * __thiscall winISteamUser_SteamUser012_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser012_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser012_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser012_InitiateGameConnection_params params = { @@ -2026,7 +2026,7 @@ int __thiscall winISteamUser_SteamUser012_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser012_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser012_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser012_TerminateGameConnection_params params = { @@ -2038,7 +2038,7 @@ void __thiscall winISteamUser_SteamUser012_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser012_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser012_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser012_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser012_TrackAppUsageEvent_params params = { @@ -2051,7 +2051,7 @@ void __thiscall winISteamUser_SteamUser012_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser012_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser012_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser012_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser012_GetUserDataFolder_params params = { @@ -2085,7 +2085,7 @@ void __thiscall winISteamUser_SteamUser012_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser012_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser012_GetCompressedVoice(struct w_steam_iface *_this, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser012_GetCompressedVoice(struct w_steam_iface *_this, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser012_GetCompressedVoice_params params = { @@ -2099,7 +2099,7 @@ uint32_t __thiscall winISteamUser_SteamUser012_GetCompressedVoice(struct w_steam return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser012_DecompressVoice(struct w_steam_iface *_this, void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser012_DecompressVoice(struct w_steam_iface *_this, void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser012_DecompressVoice_params params = { @@ -2115,7 +2115,7 @@ uint32_t __thiscall winISteamUser_SteamUser012_DecompressVoice(struct w_steam_if return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser012_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser012_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser012_GetAuthSessionTicket_params params = { @@ -2129,7 +2129,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser012_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser012_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser012_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser012_BeginAuthSession_params params = { @@ -2268,7 +2268,7 @@ CSteamID * __thiscall winISteamUser_SteamUser013_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser013_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser013_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser013_InitiateGameConnection_params params = { @@ -2285,7 +2285,7 @@ int __thiscall winISteamUser_SteamUser013_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser013_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser013_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser013_TerminateGameConnection_params params = { @@ -2297,7 +2297,7 @@ void __thiscall winISteamUser_SteamUser013_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser013_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser013_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser013_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser013_TrackAppUsageEvent_params params = { @@ -2310,7 +2310,7 @@ void __thiscall winISteamUser_SteamUser013_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser013_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser013_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser013_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser013_GetUserDataFolder_params params = { @@ -2344,7 +2344,7 @@ void __thiscall winISteamUser_SteamUser013_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser013_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser013_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed) +uint32_t __thiscall winISteamUser_SteamUser013_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed) { struct cppISteamUser_SteamUser013_GetAvailableVoice_params params = { @@ -2357,7 +2357,7 @@ uint32_t __thiscall winISteamUser_SteamUser013_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser013_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser013_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten) { struct cppISteamUser_SteamUser013_GetVoice_params params = { @@ -2376,7 +2376,7 @@ uint32_t __thiscall winISteamUser_SteamUser013_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser013_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser013_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser013_DecompressVoice_params params = { @@ -2392,7 +2392,7 @@ uint32_t __thiscall winISteamUser_SteamUser013_DecompressVoice(struct w_steam_if return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser013_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser013_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser013_GetAuthSessionTicket_params params = { @@ -2406,7 +2406,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser013_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser013_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser013_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser013_BeginAuthSession_params params = { @@ -2550,7 +2550,7 @@ CSteamID * __thiscall winISteamUser_SteamUser014_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser014_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser014_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser014_InitiateGameConnection_params params = { @@ -2567,7 +2567,7 @@ int __thiscall winISteamUser_SteamUser014_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser014_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser014_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser014_TerminateGameConnection_params params = { @@ -2579,7 +2579,7 @@ void __thiscall winISteamUser_SteamUser014_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser014_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser014_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser014_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser014_TrackAppUsageEvent_params params = { @@ -2592,7 +2592,7 @@ void __thiscall winISteamUser_SteamUser014_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser014_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser014_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser014_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser014_GetUserDataFolder_params params = { @@ -2626,7 +2626,7 @@ void __thiscall winISteamUser_SteamUser014_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser014_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser014_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed) +uint32_t __thiscall winISteamUser_SteamUser014_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed) { struct cppISteamUser_SteamUser014_GetAvailableVoice_params params = { @@ -2639,7 +2639,7 @@ uint32_t __thiscall winISteamUser_SteamUser014_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser014_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser014_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten) { struct cppISteamUser_SteamUser014_GetVoice_params params = { @@ -2658,7 +2658,7 @@ uint32_t __thiscall winISteamUser_SteamUser014_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser014_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser014_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten) { struct cppISteamUser_SteamUser014_DecompressVoice_params params = { @@ -2674,7 +2674,7 @@ uint32_t __thiscall winISteamUser_SteamUser014_DecompressVoice(struct w_steam_if return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser014_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser014_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser014_GetAuthSessionTicket_params params = { @@ -2688,7 +2688,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser014_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser014_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser014_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser014_BeginAuthSession_params params = { @@ -2748,7 +2748,7 @@ bool __thiscall winISteamUser_SteamUser014_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser014_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser014_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser014_AdvertiseGame_params params = { @@ -2761,7 +2761,7 @@ void __thiscall winISteamUser_SteamUser014_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser014_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser014_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser014_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser014_RequestEncryptedAppTicket_params params = { @@ -2774,7 +2774,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser014_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser014_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser014_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser014_GetEncryptedAppTicket_params params = { @@ -2888,7 +2888,7 @@ CSteamID * __thiscall winISteamUser_SteamUser015_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser015_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser015_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser015_InitiateGameConnection_params params = { @@ -2905,7 +2905,7 @@ int __thiscall winISteamUser_SteamUser015_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser015_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser015_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser015_TerminateGameConnection_params params = { @@ -2917,7 +2917,7 @@ void __thiscall winISteamUser_SteamUser015_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser015_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser015_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser015_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser015_TrackAppUsageEvent_params params = { @@ -2930,7 +2930,7 @@ void __thiscall winISteamUser_SteamUser015_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser015_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser015_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser015_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser015_GetUserDataFolder_params params = { @@ -2964,7 +2964,7 @@ void __thiscall winISteamUser_SteamUser015_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser015_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser015_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed) +uint32_t __thiscall winISteamUser_SteamUser015_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed) { struct cppISteamUser_SteamUser015_GetAvailableVoice_params params = { @@ -2977,7 +2977,7 @@ uint32_t __thiscall winISteamUser_SteamUser015_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser015_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten) +uint32_t __thiscall winISteamUser_SteamUser015_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten) { struct cppISteamUser_SteamUser015_GetVoice_params params = { @@ -2996,7 +2996,7 @@ uint32_t __thiscall winISteamUser_SteamUser015_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser015_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser015_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser015_DecompressVoice_params params = { @@ -3013,7 +3013,7 @@ uint32_t __thiscall winISteamUser_SteamUser015_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser015_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser015_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser015_GetVoiceOptimalSampleRate_params params = { @@ -3024,7 +3024,7 @@ uint32 __thiscall winISteamUser_SteamUser015_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser015_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser015_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser015_GetAuthSessionTicket_params params = { @@ -3038,7 +3038,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser015_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser015_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser015_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser015_BeginAuthSession_params params = { @@ -3098,7 +3098,7 @@ bool __thiscall winISteamUser_SteamUser015_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser015_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser015_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser015_AdvertiseGame_params params = { @@ -3111,7 +3111,7 @@ void __thiscall winISteamUser_SteamUser015_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser015_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser015_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser015_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser015_RequestEncryptedAppTicket_params params = { @@ -3124,7 +3124,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser015_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser015_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser015_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser015_GetEncryptedAppTicket_params params = { @@ -3239,7 +3239,7 @@ CSteamID * __thiscall winISteamUser_SteamUser016_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser016_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser016_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser016_InitiateGameConnection_params params = { @@ -3256,7 +3256,7 @@ int __thiscall winISteamUser_SteamUser016_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser016_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser016_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser016_TerminateGameConnection_params params = { @@ -3268,7 +3268,7 @@ void __thiscall winISteamUser_SteamUser016_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser016_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser016_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser016_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser016_TrackAppUsageEvent_params params = { @@ -3281,7 +3281,7 @@ void __thiscall winISteamUser_SteamUser016_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser016_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser016_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser016_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser016_GetUserDataFolder_params params = { @@ -3315,7 +3315,7 @@ void __thiscall winISteamUser_SteamUser016_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser016_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser016_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser016_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser016_GetAvailableVoice_params params = { @@ -3329,7 +3329,7 @@ uint32_t __thiscall winISteamUser_SteamUser016_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser016_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser016_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser016_GetVoice_params params = { @@ -3349,7 +3349,7 @@ uint32_t __thiscall winISteamUser_SteamUser016_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser016_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser016_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser016_DecompressVoice_params params = { @@ -3366,7 +3366,7 @@ uint32_t __thiscall winISteamUser_SteamUser016_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser016_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser016_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser016_GetVoiceOptimalSampleRate_params params = { @@ -3377,7 +3377,7 @@ uint32 __thiscall winISteamUser_SteamUser016_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser016_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser016_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser016_GetAuthSessionTicket_params params = { @@ -3391,7 +3391,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser016_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser016_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser016_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser016_BeginAuthSession_params params = { @@ -3451,7 +3451,7 @@ bool __thiscall winISteamUser_SteamUser016_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser016_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser016_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser016_AdvertiseGame_params params = { @@ -3464,7 +3464,7 @@ void __thiscall winISteamUser_SteamUser016_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser016_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser016_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser016_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser016_RequestEncryptedAppTicket_params params = { @@ -3477,7 +3477,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser016_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser016_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser016_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser016_GetEncryptedAppTicket_params params = { @@ -3594,7 +3594,7 @@ CSteamID * __thiscall winISteamUser_SteamUser017_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser017_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser017_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser017_InitiateGameConnection_params params = { @@ -3611,7 +3611,7 @@ int __thiscall winISteamUser_SteamUser017_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser017_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser017_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser017_TerminateGameConnection_params params = { @@ -3623,7 +3623,7 @@ void __thiscall winISteamUser_SteamUser017_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser017_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser017_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser017_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser017_TrackAppUsageEvent_params params = { @@ -3636,7 +3636,7 @@ void __thiscall winISteamUser_SteamUser017_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser017_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser017_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser017_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser017_GetUserDataFolder_params params = { @@ -3670,7 +3670,7 @@ void __thiscall winISteamUser_SteamUser017_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser017_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser017_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser017_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser017_GetAvailableVoice_params params = { @@ -3684,7 +3684,7 @@ uint32_t __thiscall winISteamUser_SteamUser017_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser017_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser017_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser017_GetVoice_params params = { @@ -3704,7 +3704,7 @@ uint32_t __thiscall winISteamUser_SteamUser017_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser017_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser017_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser017_DecompressVoice_params params = { @@ -3721,7 +3721,7 @@ uint32_t __thiscall winISteamUser_SteamUser017_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser017_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser017_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser017_GetVoiceOptimalSampleRate_params params = { @@ -3732,7 +3732,7 @@ uint32 __thiscall winISteamUser_SteamUser017_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser017_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser017_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser017_GetAuthSessionTicket_params params = { @@ -3746,7 +3746,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser017_GetAuthSessionTicket(struct w_ return params._ret; } -EBeginAuthSessionResult __thiscall winISteamUser_SteamUser017_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +EBeginAuthSessionResult __thiscall winISteamUser_SteamUser017_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser017_BeginAuthSession_params params = { @@ -3806,7 +3806,7 @@ bool __thiscall winISteamUser_SteamUser017_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser017_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser017_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser017_AdvertiseGame_params params = { @@ -3819,7 +3819,7 @@ void __thiscall winISteamUser_SteamUser017_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser017_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser017_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser017_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser017_RequestEncryptedAppTicket_params params = { @@ -3832,7 +3832,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser017_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser017_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser017_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser017_GetEncryptedAppTicket_params params = { @@ -3846,7 +3846,7 @@ bool __thiscall winISteamUser_SteamUser017_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser017_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser017_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser017_GetGameBadgeLevel_params params = { @@ -3859,7 +3859,7 @@ int __thiscall winISteamUser_SteamUser017_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser017_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser017_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser017_GetPlayerSteamLevel_params params = { @@ -3976,7 +3976,7 @@ CSteamID * __thiscall winISteamUser_SteamUser018_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser018_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser018_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser018_InitiateGameConnection_params params = { @@ -3993,7 +3993,7 @@ int __thiscall winISteamUser_SteamUser018_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser018_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser018_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser018_TerminateGameConnection_params params = { @@ -4005,7 +4005,7 @@ void __thiscall winISteamUser_SteamUser018_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser018_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser018_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser018_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser018_TrackAppUsageEvent_params params = { @@ -4018,7 +4018,7 @@ void __thiscall winISteamUser_SteamUser018_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser018_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser018_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser018_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser018_GetUserDataFolder_params params = { @@ -4052,7 +4052,7 @@ void __thiscall winISteamUser_SteamUser018_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser018_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser018_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser018_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser018_GetAvailableVoice_params params = { @@ -4066,7 +4066,7 @@ uint32_t __thiscall winISteamUser_SteamUser018_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser018_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32 cbUncompressedDestBufferSize, uint32 *nUncompressBytesWritten, uint32 nUncompressedVoiceDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser018_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed, void *pUncompressedDestBuffer, uint32_t cbUncompressedDestBufferSize, uint32_t *nUncompressBytesWritten, uint32_t nUncompressedVoiceDesiredSampleRate) { struct cppISteamUser_SteamUser018_GetVoice_params params = { @@ -4086,7 +4086,7 @@ uint32_t __thiscall winISteamUser_SteamUser018_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser018_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser018_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser018_DecompressVoice_params params = { @@ -4103,7 +4103,7 @@ uint32_t __thiscall winISteamUser_SteamUser018_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser018_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser018_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser018_GetVoiceOptimalSampleRate_params params = { @@ -4114,7 +4114,7 @@ uint32 __thiscall winISteamUser_SteamUser018_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser018_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser018_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser018_GetAuthSessionTicket_params params = { @@ -4128,7 +4128,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser018_GetAuthSessionTicket(struct w_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser018_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser018_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser018_BeginAuthSession_params params = { @@ -4188,7 +4188,7 @@ bool __thiscall winISteamUser_SteamUser018_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser018_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser018_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser018_AdvertiseGame_params params = { @@ -4201,7 +4201,7 @@ void __thiscall winISteamUser_SteamUser018_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser018_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser018_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser018_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser018_RequestEncryptedAppTicket_params params = { @@ -4214,7 +4214,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser018_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser018_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser018_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser018_GetEncryptedAppTicket_params params = { @@ -4228,7 +4228,7 @@ bool __thiscall winISteamUser_SteamUser018_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser018_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser018_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser018_GetGameBadgeLevel_params params = { @@ -4241,7 +4241,7 @@ int __thiscall winISteamUser_SteamUser018_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser018_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser018_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser018_GetPlayerSteamLevel_params params = { @@ -4375,7 +4375,7 @@ CSteamID * __thiscall winISteamUser_SteamUser019_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser019_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser019_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser019_InitiateGameConnection_params params = { @@ -4392,7 +4392,7 @@ int __thiscall winISteamUser_SteamUser019_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser019_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser019_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser019_TerminateGameConnection_params params = { @@ -4404,7 +4404,7 @@ void __thiscall winISteamUser_SteamUser019_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser019_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser019_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser019_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser019_TrackAppUsageEvent_params params = { @@ -4417,7 +4417,7 @@ void __thiscall winISteamUser_SteamUser019_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser019_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser019_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser019_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser019_GetUserDataFolder_params params = { @@ -4451,7 +4451,7 @@ void __thiscall winISteamUser_SteamUser019_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser019_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser019_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser019_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser019_GetAvailableVoice_params params = { @@ -4465,7 +4465,7 @@ uint32_t __thiscall winISteamUser_SteamUser019_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser019_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32 cbUncompressedDestBufferSize_Deprecated, uint32 *nUncompressBytesWritten_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser019_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32_t cbUncompressedDestBufferSize_Deprecated, uint32_t *nUncompressBytesWritten_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser019_GetVoice_params params = { @@ -4485,7 +4485,7 @@ uint32_t __thiscall winISteamUser_SteamUser019_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser019_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser019_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser019_DecompressVoice_params params = { @@ -4502,7 +4502,7 @@ uint32_t __thiscall winISteamUser_SteamUser019_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser019_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser019_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser019_GetVoiceOptimalSampleRate_params params = { @@ -4513,7 +4513,7 @@ uint32 __thiscall winISteamUser_SteamUser019_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser019_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser019_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser019_GetAuthSessionTicket_params params = { @@ -4527,7 +4527,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser019_GetAuthSessionTicket(struct w_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser019_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser019_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser019_BeginAuthSession_params params = { @@ -4587,7 +4587,7 @@ bool __thiscall winISteamUser_SteamUser019_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser019_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser019_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser019_AdvertiseGame_params params = { @@ -4600,7 +4600,7 @@ void __thiscall winISteamUser_SteamUser019_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser019_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser019_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser019_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser019_RequestEncryptedAppTicket_params params = { @@ -4613,7 +4613,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser019_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser019_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser019_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser019_GetEncryptedAppTicket_params params = { @@ -4627,7 +4627,7 @@ bool __thiscall winISteamUser_SteamUser019_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser019_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser019_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser019_GetGameBadgeLevel_params params = { @@ -4640,7 +4640,7 @@ int __thiscall winISteamUser_SteamUser019_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser019_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser019_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser019_GetPlayerSteamLevel_params params = { @@ -4824,7 +4824,7 @@ CSteamID * __thiscall winISteamUser_SteamUser020_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser020_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser020_InitiateGameConnection(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser020_InitiateGameConnection_params params = { @@ -4841,7 +4841,7 @@ int __thiscall winISteamUser_SteamUser020_InitiateGameConnection(struct w_steam_ return params._ret; } -void __thiscall winISteamUser_SteamUser020_TerminateGameConnection(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser020_TerminateGameConnection(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser020_TerminateGameConnection_params params = { @@ -4853,7 +4853,7 @@ void __thiscall winISteamUser_SteamUser020_TerminateGameConnection(struct w_stea cppISteamUser_SteamUser020_TerminateGameConnection( ¶ms ); } -void __thiscall winISteamUser_SteamUser020_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser020_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser020_TrackAppUsageEvent_params params = { @@ -4866,7 +4866,7 @@ void __thiscall winISteamUser_SteamUser020_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser020_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser020_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser020_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser020_GetUserDataFolder_params params = { @@ -4900,7 +4900,7 @@ void __thiscall winISteamUser_SteamUser020_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser020_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser020_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser020_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser020_GetAvailableVoice_params params = { @@ -4914,7 +4914,7 @@ uint32_t __thiscall winISteamUser_SteamUser020_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser020_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32 cbUncompressedDestBufferSize_Deprecated, uint32 *nUncompressBytesWritten_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser020_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32_t cbUncompressedDestBufferSize_Deprecated, uint32_t *nUncompressBytesWritten_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser020_GetVoice_params params = { @@ -4934,7 +4934,7 @@ uint32_t __thiscall winISteamUser_SteamUser020_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser020_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser020_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser020_DecompressVoice_params params = { @@ -4951,7 +4951,7 @@ uint32_t __thiscall winISteamUser_SteamUser020_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser020_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser020_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser020_GetVoiceOptimalSampleRate_params params = { @@ -4962,7 +4962,7 @@ uint32 __thiscall winISteamUser_SteamUser020_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser020_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser020_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser020_GetAuthSessionTicket_params params = { @@ -4976,7 +4976,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser020_GetAuthSessionTicket(struct w_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser020_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser020_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser020_BeginAuthSession_params params = { @@ -5036,7 +5036,7 @@ bool __thiscall winISteamUser_SteamUser020_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser020_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser020_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser020_AdvertiseGame_params params = { @@ -5049,7 +5049,7 @@ void __thiscall winISteamUser_SteamUser020_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser020_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser020_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser020_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser020_RequestEncryptedAppTicket_params params = { @@ -5062,7 +5062,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser020_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser020_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser020_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser020_GetEncryptedAppTicket_params params = { @@ -5076,7 +5076,7 @@ bool __thiscall winISteamUser_SteamUser020_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser020_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser020_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser020_GetGameBadgeLevel_params params = { @@ -5089,7 +5089,7 @@ int __thiscall winISteamUser_SteamUser020_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser020_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser020_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser020_GetPlayerSteamLevel_params params = { @@ -5298,7 +5298,7 @@ CSteamID * __thiscall winISteamUser_SteamUser021_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED_params params = { @@ -5315,7 +5315,7 @@ int __thiscall winISteamUser_SteamUser021_InitiateGameConnection_DEPRECATED(stru return params._ret; } -void __thiscall winISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED_params params = { @@ -5327,7 +5327,7 @@ void __thiscall winISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED(st cppISteamUser_SteamUser021_TerminateGameConnection_DEPRECATED( ¶ms ); } -void __thiscall winISteamUser_SteamUser021_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser021_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser021_TrackAppUsageEvent_params params = { @@ -5340,7 +5340,7 @@ void __thiscall winISteamUser_SteamUser021_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser021_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser021_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser021_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser021_GetUserDataFolder_params params = { @@ -5374,7 +5374,7 @@ void __thiscall winISteamUser_SteamUser021_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser021_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser021_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser021_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser021_GetAvailableVoice_params params = { @@ -5388,7 +5388,7 @@ uint32_t __thiscall winISteamUser_SteamUser021_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser021_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32 cbUncompressedDestBufferSize_Deprecated, uint32 *nUncompressBytesWritten_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser021_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32_t cbUncompressedDestBufferSize_Deprecated, uint32_t *nUncompressBytesWritten_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser021_GetVoice_params params = { @@ -5408,7 +5408,7 @@ uint32_t __thiscall winISteamUser_SteamUser021_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser021_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser021_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser021_DecompressVoice_params params = { @@ -5425,7 +5425,7 @@ uint32_t __thiscall winISteamUser_SteamUser021_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser021_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser021_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser021_GetVoiceOptimalSampleRate_params params = { @@ -5436,7 +5436,7 @@ uint32 __thiscall winISteamUser_SteamUser021_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser021_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +HAuthTicket __thiscall winISteamUser_SteamUser021_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser021_GetAuthSessionTicket_params params = { @@ -5450,7 +5450,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser021_GetAuthSessionTicket(struct w_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser021_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser021_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser021_BeginAuthSession_params params = { @@ -5510,7 +5510,7 @@ bool __thiscall winISteamUser_SteamUser021_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser021_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser021_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser021_AdvertiseGame_params params = { @@ -5523,7 +5523,7 @@ void __thiscall winISteamUser_SteamUser021_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser021_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser021_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser021_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser021_RequestEncryptedAppTicket_params params = { @@ -5536,7 +5536,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser021_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser021_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser021_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser021_GetEncryptedAppTicket_params params = { @@ -5550,7 +5550,7 @@ bool __thiscall winISteamUser_SteamUser021_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser021_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser021_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser021_GetGameBadgeLevel_params params = { @@ -5563,7 +5563,7 @@ int __thiscall winISteamUser_SteamUser021_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser021_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser021_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser021_GetPlayerSteamLevel_params params = { @@ -5785,7 +5785,7 @@ CSteamID * __thiscall winISteamUser_SteamUser022_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED_params params = { @@ -5802,7 +5802,7 @@ int __thiscall winISteamUser_SteamUser022_InitiateGameConnection_DEPRECATED(stru return params._ret; } -void __thiscall winISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED_params params = { @@ -5814,7 +5814,7 @@ void __thiscall winISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED(st cppISteamUser_SteamUser022_TerminateGameConnection_DEPRECATED( ¶ms ); } -void __thiscall winISteamUser_SteamUser022_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser022_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser022_TrackAppUsageEvent_params params = { @@ -5827,7 +5827,7 @@ void __thiscall winISteamUser_SteamUser022_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser022_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser022_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser022_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser022_GetUserDataFolder_params params = { @@ -5861,7 +5861,7 @@ void __thiscall winISteamUser_SteamUser022_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser022_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser022_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser022_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser022_GetAvailableVoice_params params = { @@ -5875,7 +5875,7 @@ uint32_t __thiscall winISteamUser_SteamUser022_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser022_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32 cbUncompressedDestBufferSize_Deprecated, uint32 *nUncompressBytesWritten_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser022_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32_t cbUncompressedDestBufferSize_Deprecated, uint32_t *nUncompressBytesWritten_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser022_GetVoice_params params = { @@ -5895,7 +5895,7 @@ uint32_t __thiscall winISteamUser_SteamUser022_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser022_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser022_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser022_DecompressVoice_params params = { @@ -5912,7 +5912,7 @@ uint32_t __thiscall winISteamUser_SteamUser022_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser022_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser022_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser022_GetVoiceOptimalSampleRate_params params = { @@ -5923,7 +5923,7 @@ uint32 __thiscall winISteamUser_SteamUser022_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser022_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) +HAuthTicket __thiscall winISteamUser_SteamUser022_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) { struct cppISteamUser_SteamUser022_GetAuthSessionTicket_params params = { @@ -5938,7 +5938,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser022_GetAuthSessionTicket(struct w_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser022_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser022_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser022_BeginAuthSession_params params = { @@ -5998,7 +5998,7 @@ bool __thiscall winISteamUser_SteamUser022_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser022_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser022_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser022_AdvertiseGame_params params = { @@ -6011,7 +6011,7 @@ void __thiscall winISteamUser_SteamUser022_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser022_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser022_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser022_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser022_RequestEncryptedAppTicket_params params = { @@ -6024,7 +6024,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser022_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser022_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser022_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser022_GetEncryptedAppTicket_params params = { @@ -6038,7 +6038,7 @@ bool __thiscall winISteamUser_SteamUser022_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser022_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser022_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser022_GetGameBadgeLevel_params params = { @@ -6051,7 +6051,7 @@ int __thiscall winISteamUser_SteamUser022_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser022_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser022_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser022_GetPlayerSteamLevel_params params = { @@ -6274,7 +6274,7 @@ CSteamID * __thiscall winISteamUser_SteamUser023_GetSteamID(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int cbMaxAuthBlob, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer, bool bSecure) +int32_t __thiscall winISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED(struct w_steam_iface *_this, void *pAuthBlob, int32_t cbMaxAuthBlob, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer, bool bSecure) { struct cppISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED_params params = { @@ -6291,7 +6291,7 @@ int __thiscall winISteamUser_SteamUser023_InitiateGameConnection_DEPRECATED(stru return params._ret; } -void __thiscall winISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED(struct w_steam_iface *_this, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED_params params = { @@ -6303,7 +6303,7 @@ void __thiscall winISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED(st cppISteamUser_SteamUser023_TerminateGameConnection_DEPRECATED( ¶ms ); } -void __thiscall winISteamUser_SteamUser023_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int eAppUsageEvent, const char *pchExtraInfo) +void __thiscall winISteamUser_SteamUser023_TrackAppUsageEvent(struct w_steam_iface *_this, CGameID gameID, int32_t eAppUsageEvent, const char *pchExtraInfo) { struct cppISteamUser_SteamUser023_TrackAppUsageEvent_params params = { @@ -6316,7 +6316,7 @@ void __thiscall winISteamUser_SteamUser023_TrackAppUsageEvent(struct w_steam_ifa cppISteamUser_SteamUser023_TrackAppUsageEvent( ¶ms ); } -bool __thiscall winISteamUser_SteamUser023_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int cubBuffer) +bool __thiscall winISteamUser_SteamUser023_GetUserDataFolder(struct w_steam_iface *_this, char *pchBuffer, int32_t cubBuffer) { struct cppISteamUser_SteamUser023_GetUserDataFolder_params params = { @@ -6350,7 +6350,7 @@ void __thiscall winISteamUser_SteamUser023_StopVoiceRecording(struct w_steam_ifa cppISteamUser_SteamUser023_StopVoiceRecording( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser023_GetAvailableVoice(struct w_steam_iface *_this, uint32 *pcbCompressed, uint32 *pcbUncompressed_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser023_GetAvailableVoice(struct w_steam_iface *_this, uint32_t *pcbCompressed, uint32_t *pcbUncompressed_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser023_GetAvailableVoice_params params = { @@ -6364,7 +6364,7 @@ uint32_t __thiscall winISteamUser_SteamUser023_GetAvailableVoice(struct w_steam_ return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser023_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32 cbUncompressedDestBufferSize_Deprecated, uint32 *nUncompressBytesWritten_Deprecated, uint32 nUncompressedVoiceDesiredSampleRate_Deprecated) +uint32_t __thiscall winISteamUser_SteamUser023_GetVoice(struct w_steam_iface *_this, bool bWantCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, bool bWantUncompressed_Deprecated, void *pUncompressedDestBuffer_Deprecated, uint32_t cbUncompressedDestBufferSize_Deprecated, uint32_t *nUncompressBytesWritten_Deprecated, uint32_t nUncompressedVoiceDesiredSampleRate_Deprecated) { struct cppISteamUser_SteamUser023_GetVoice_params params = { @@ -6384,7 +6384,7 @@ uint32_t __thiscall winISteamUser_SteamUser023_GetVoice(struct w_steam_iface *_t return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser023_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32 cbCompressed, void *pDestBuffer, uint32 cbDestBufferSize, uint32 *nBytesWritten, uint32 nDesiredSampleRate) +uint32_t __thiscall winISteamUser_SteamUser023_DecompressVoice(struct w_steam_iface *_this, const void *pCompressed, uint32_t cbCompressed, void *pDestBuffer, uint32_t cbDestBufferSize, uint32_t *nBytesWritten, uint32_t nDesiredSampleRate) { struct cppISteamUser_SteamUser023_DecompressVoice_params params = { @@ -6401,7 +6401,7 @@ uint32_t __thiscall winISteamUser_SteamUser023_DecompressVoice(struct w_steam_if return params._ret; } -uint32 __thiscall winISteamUser_SteamUser023_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser023_GetVoiceOptimalSampleRate(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser023_GetVoiceOptimalSampleRate_params params = { @@ -6412,7 +6412,7 @@ uint32 __thiscall winISteamUser_SteamUser023_GetVoiceOptimalSampleRate(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) +HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) { struct cppISteamUser_SteamUser023_GetAuthSessionTicket_params params = { @@ -6439,7 +6439,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthTicketForWebApi(struct return params._ret; } -uint32_t __thiscall winISteamUser_SteamUser023_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser023_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser023_BeginAuthSession_params params = { @@ -6499,7 +6499,7 @@ bool __thiscall winISteamUser_SteamUser023_BIsBehindNAT(struct w_steam_iface *_t return params._ret; } -void __thiscall winISteamUser_SteamUser023_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32 unIPServer, uint16 usPortServer) +void __thiscall winISteamUser_SteamUser023_AdvertiseGame(struct w_steam_iface *_this, CSteamID steamIDGameServer, uint32_t unIPServer, uint16_t usPortServer) { struct cppISteamUser_SteamUser023_AdvertiseGame_params params = { @@ -6512,7 +6512,7 @@ void __thiscall winISteamUser_SteamUser023_AdvertiseGame(struct w_steam_iface *_ cppISteamUser_SteamUser023_AdvertiseGame( ¶ms ); } -SteamAPICall_t __thiscall winISteamUser_SteamUser023_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int cbDataToInclude) +SteamAPICall_t __thiscall winISteamUser_SteamUser023_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser023_RequestEncryptedAppTicket_params params = { @@ -6525,7 +6525,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser023_RequestEncryptedAppTicket(s return params._ret; } -bool __thiscall winISteamUser_SteamUser023_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int cbMaxTicket, uint32 *pcbTicket) +bool __thiscall winISteamUser_SteamUser023_GetEncryptedAppTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser023_GetEncryptedAppTicket_params params = { @@ -6539,7 +6539,7 @@ bool __thiscall winISteamUser_SteamUser023_GetEncryptedAppTicket(struct w_steam_ return params._ret; } -int __thiscall winISteamUser_SteamUser023_GetGameBadgeLevel(struct w_steam_iface *_this, int nSeries, bool bFoil) +int32_t __thiscall winISteamUser_SteamUser023_GetGameBadgeLevel(struct w_steam_iface *_this, int32_t nSeries, bool bFoil) { struct cppISteamUser_SteamUser023_GetGameBadgeLevel_params params = { @@ -6552,7 +6552,7 @@ int __thiscall winISteamUser_SteamUser023_GetGameBadgeLevel(struct w_steam_iface return params._ret; } -int __thiscall winISteamUser_SteamUser023_GetPlayerSteamLevel(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser023_GetPlayerSteamLevel(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser023_GetPlayerSteamLevel_params params = { diff --git a/lsteamclient/winISteamUserStats.c b/lsteamclient/winISteamUserStats.c index 0a488e99..88a63a17 100644 --- a/lsteamclient/winISteamUserStats.c +++ b/lsteamclient/winISteamUserStats.c @@ -38,7 +38,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_C DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementIcon, 16) DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementDisplayAttribute, 20) -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats(struct w_steam_iface *_this, CGameID nGameID) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats(struct w_steam_iface *_this, CGameID nGameID) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats_params params = { @@ -50,7 +50,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumS return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName(struct w_steam_iface *_this, CGameID nGameID, uint32 iStat) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName(struct w_steam_iface *_this, CGameID nGameID, uint32_t iStat) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStatName_params params = { @@ -76,7 +76,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetSt return params._ret; } -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements(struct w_steam_iface *_this, CGameID nGameID) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements(struct w_steam_iface *_this, CGameID nGameID) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumAchievements_params params = { @@ -88,7 +88,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumA return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32 iAchievement) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32_t iAchievement) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementName_params params = { @@ -101,7 +101,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_G return params._ret; } -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements(struct w_steam_iface *_this, CGameID nGameID) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements(struct w_steam_iface *_this, CGameID nGameID) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumGroupAchievements_params params = { @@ -113,7 +113,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumG return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32 iAchievement) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32_t iAchievement) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetGroupAchievementName_params params = { @@ -138,7 +138,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat_params params = { @@ -166,7 +166,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_SetStat_params params = { @@ -301,7 +301,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_ClearGrou return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementIcon(struct w_steam_iface *_this, CGameID nGameID, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementIcon(struct w_steam_iface *_this, CGameID nGameID, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetAchievementIcon_params params = { @@ -391,7 +391,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_G DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementDisplayAttribute, 20) DEFINE_THISCALL_WRAPPER(winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress, 24) -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats(struct w_steam_iface *_this, CGameID nGameID) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats(struct w_steam_iface *_this, CGameID nGameID) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats_params params = { @@ -403,7 +403,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumS return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName(struct w_steam_iface *_this, CGameID nGameID, uint32 iStat) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName(struct w_steam_iface *_this, CGameID nGameID, uint32_t iStat) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStatName_params params = { @@ -429,7 +429,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetSt return params._ret; } -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements(struct w_steam_iface *_this, CGameID nGameID) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements(struct w_steam_iface *_this, CGameID nGameID) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumAchievements_params params = { @@ -441,7 +441,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumA return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32 iAchievement) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName(struct w_steam_iface *_this, CGameID nGameID, uint32_t iAchievement) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementName_params params = { @@ -466,7 +466,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat_params params = { @@ -494,7 +494,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_SetStat_params params = { @@ -589,7 +589,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementIcon(struct w_steam_iface *_this, CGameID nGameID, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementIcon(struct w_steam_iface *_this, CGameID nGameID, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetAchievementIcon_params params = { @@ -616,7 +616,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress(struct w_steam_iface *_this, CGameID nGameID, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_IndicateAchievementProgress_params params = { @@ -696,7 +696,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_params params = { @@ -722,7 +722,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_params params = { @@ -810,7 +810,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon_params params = { @@ -835,7 +835,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress_params params = { @@ -913,7 +913,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat_params params = { @@ -939,7 +939,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_SetStat_params params = { @@ -1027,7 +1027,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetAchievementIcon_params params = { @@ -1052,7 +1052,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchievementProgress_params params = { @@ -1078,7 +1078,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_GetUserStat_params params = { @@ -1198,7 +1198,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat_params params = { @@ -1224,7 +1224,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_SetStat_params params = { @@ -1312,7 +1312,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetAchievementIcon_params params = { @@ -1337,7 +1337,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchievementProgress_params params = { @@ -1363,7 +1363,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetUserStat_params params = { @@ -1455,7 +1455,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params params = { @@ -1491,7 +1491,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries_params params = { @@ -1506,7 +1506,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, LeaderboardEntry_t *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry_params params = { @@ -1522,7 +1522,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, int32 nScore, int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, int32_t nScore, int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params params = { @@ -1626,7 +1626,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat_params params = { @@ -1652,7 +1652,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_SetStat_params params = { @@ -1740,7 +1740,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetAchievementIcon_params params = { @@ -1765,7 +1765,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchievementProgress_params params = { @@ -1791,7 +1791,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetUserStat_params params = { @@ -1883,7 +1883,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount_params params = { @@ -1919,7 +1919,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries_params params = { @@ -1934,7 +1934,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, LeaderboardEntry_t *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry_params params = { @@ -1950,7 +1950,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore_params params = { @@ -2069,7 +2069,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat_params params = { @@ -2095,7 +2095,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_SetStat_params params = { @@ -2172,7 +2172,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementAndUnlockTime_params params = { @@ -2197,7 +2197,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetAchievementIcon_params params = { @@ -2222,7 +2222,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchievementProgress_params params = { @@ -2248,7 +2248,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserStat_params params = { @@ -2290,7 +2290,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetUserAchievementAndUnlockTime_params params = { @@ -2355,7 +2355,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params params = { @@ -2391,7 +2391,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries_params params = { @@ -2406,7 +2406,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, LeaderboardEntry_t *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry_params params = { @@ -2422,7 +2422,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore_params params = { @@ -2544,7 +2544,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat_params params = { @@ -2570,7 +2570,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_SetStat_params params = { @@ -2647,7 +2647,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementAndUnlockTime_params params = { @@ -2672,7 +2672,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetAchievementIcon_params params = { @@ -2697,7 +2697,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchievementProgress_params params = { @@ -2723,7 +2723,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserStat_params params = { @@ -2765,7 +2765,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetUserAchievementAndUnlockTime_params params = { @@ -2830,7 +2830,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params params = { @@ -2866,7 +2866,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries_params params = { @@ -2881,7 +2881,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, winLeaderboardEntry_t_111x *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, winLeaderboardEntry_t_111x *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry_params params = { @@ -2897,7 +2897,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore_params params = { @@ -3034,7 +3034,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat_params params = { @@ -3060,7 +3060,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_SetStat_params params = { @@ -3137,7 +3137,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementAndUnlockTime_params params = { @@ -3162,7 +3162,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetAchievementIcon_params params = { @@ -3187,7 +3187,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchievementProgress_params params = { @@ -3213,7 +3213,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserStat_params params = { @@ -3255,7 +3255,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetUserAchievementAndUnlockTime_params params = { @@ -3320,7 +3320,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount_params params = { @@ -3356,7 +3356,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries_params params = { @@ -3371,7 +3371,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int cUsers) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int32_t cUsers) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers_params params = { @@ -3385,7 +3385,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, winLeaderboardEntry_t_113 *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, winLeaderboardEntry_t_113 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry_params params = { @@ -3401,7 +3401,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore_params params = { @@ -3548,7 +3548,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat_params params = { @@ -3574,7 +3574,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_SetStat_params params = { @@ -3651,7 +3651,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementAndUnlockTime_params params = { @@ -3676,7 +3676,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievementIcon_params params = { @@ -3701,7 +3701,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchievementProgress_params params = { @@ -3727,7 +3727,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserStat_params params = { @@ -3769,7 +3769,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetUserAchievementAndUnlockTime_params params = { @@ -3834,7 +3834,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount_params params = { @@ -3870,7 +3870,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries_params params = { @@ -3885,7 +3885,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int cUsers) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int32_t cUsers) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers_params params = { @@ -3899,7 +3899,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, winLeaderboardEntry_t_119 *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, winLeaderboardEntry_t_119 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry_params params = { @@ -3915,7 +3915,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore_params params = { @@ -3966,7 +3966,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAchievedAchievementInfo_params params = { @@ -3981,7 +3981,7 @@ int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetMostAch return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int iIteratorPrevious, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int32_t iIteratorPrevious, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNextMostAchievedAchievementInfo_params params = { @@ -4010,7 +4010,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchiev return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats(struct w_steam_iface *_this, int nHistoryDays) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats_params params = { @@ -4022,7 +4022,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStat_params params = { @@ -4048,7 +4048,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobal return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64 *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_params params = { @@ -4062,7 +4062,7 @@ int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGloba return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetGlobalStatHistory_2_params params = { @@ -4194,7 +4194,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat_params params = { @@ -4220,7 +4220,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_SetStat_params params = { @@ -4297,7 +4297,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementAndUnlockTime_params params = { @@ -4322,7 +4322,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementIcon_params params = { @@ -4347,7 +4347,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateAchievementProgress_params params = { @@ -4361,7 +4361,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_IndicateA return params._ret; } -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumAchievements_params params = { @@ -4372,7 +4372,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumA return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName(struct w_steam_iface *_this, uint32 iAchievement) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName(struct w_steam_iface *_this, uint32_t iAchievement) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievementName_params params = { @@ -4396,7 +4396,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserStat_params params = { @@ -4438,7 +4438,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetUserAchievementAndUnlockTime_params params = { @@ -4503,7 +4503,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount_params params = { @@ -4539,7 +4539,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries_params params = { @@ -4554,7 +4554,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int cUsers) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int32_t cUsers) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers_params params = { @@ -4568,7 +4568,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, winLeaderboardEntry_t_148a *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, winLeaderboardEntry_t_148a *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry_params params = { @@ -4584,7 +4584,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore_params params = { @@ -4635,7 +4635,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAchievedAchievementInfo_params params = { @@ -4650,7 +4650,7 @@ int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetMostAch return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int iIteratorPrevious, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int32_t iIteratorPrevious, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNextMostAchievedAchievementInfo_params params = { @@ -4679,7 +4679,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchiev return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats(struct w_steam_iface *_this, int nHistoryDays) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats_params params = { @@ -4691,7 +4691,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStat_params params = { @@ -4717,7 +4717,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobal return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64 *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_params params = { @@ -4731,7 +4731,7 @@ int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGloba return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetGlobalStatHistory_2_params params = { @@ -4867,7 +4867,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestCu return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat(struct w_steam_iface *_this, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat(struct w_steam_iface *_this, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat_params params = { @@ -4893,7 +4893,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetStat_2 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat(struct w_steam_iface *_this, const char *pchName, int32 nData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat(struct w_steam_iface *_this, const char *pchName, int32_t nData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_SetStat_params params = { @@ -4970,7 +4970,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_ClearAchi return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndUnlockTime(struct w_steam_iface *_this, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementAndUnlockTime_params params = { @@ -4995,7 +4995,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_StoreStat return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon(struct w_steam_iface *_this, const char *pchName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementIcon_params params = { @@ -5020,7 +5020,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_G return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32 nCurProgress, uint32 nMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievementProgress(struct w_steam_iface *_this, const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateAchievementProgress_params params = { @@ -5034,7 +5034,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_IndicateA return params._ret; } -uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumAchievements_params params = { @@ -5045,7 +5045,7 @@ uint32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumA return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName(struct w_steam_iface *_this, uint32 iAchievement) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName(struct w_steam_iface *_this, uint32_t iAchievement) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementName_params params = { @@ -5069,7 +5069,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, int32_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserStat_params params = { @@ -5111,7 +5111,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAc return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32 *punUnlockTime) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievementAndUnlockTime(struct w_steam_iface *_this, CSteamID steamIDUser, const char *pchName, bool *pbAchieved, uint32_t *punUnlockTime) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetUserAchievementAndUnlockTime_params params = { @@ -5176,7 +5176,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_G return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount_params params = { @@ -5212,7 +5212,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLe return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int nRangeStart, int nRangeEnd) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardDataRequest, int32_t nRangeStart, int32_t nRangeEnd) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries_params params = { @@ -5227,7 +5227,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int cUsers) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, CSteamID *prgUsers, int32_t cUsers) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers_params params = { @@ -5241,7 +5241,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int index, winLeaderboardEntry_t_158 *pLeaderboardEntry, int32 *pDetails, int cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, SteamLeaderboardEntries_t hSteamLeaderboardEntries, int32_t index, winLeaderboardEntry_t_158 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry_params params = { @@ -5257,7 +5257,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownlo return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32 nScore, const int32 *pScoreDetails, int cScoreDetailsCount) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore_params params = { @@ -5308,7 +5308,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAchievedAchievementInfo(struct w_steam_iface *_this, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAchievedAchievementInfo_params params = { @@ -5323,7 +5323,7 @@ int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetMostAch return params._ret; } -int __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int iIteratorPrevious, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNextMostAchievedAchievementInfo(struct w_steam_iface *_this, int32_t iIteratorPrevious, char *pchName, uint32_t unNameBufLen, float *pflPercent, bool *pbAchieved) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNextMostAchievedAchievementInfo_params params = { @@ -5352,7 +5352,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchiev return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats(struct w_steam_iface *_this, int nHistoryDays) +SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats_params params = { @@ -5364,7 +5364,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64 *pData) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStat_params params = { @@ -5390,7 +5390,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobal return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64 *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory(struct w_steam_iface *_this, const char *pchStatName, int64_t *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_params params = { @@ -5404,7 +5404,7 @@ int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGloba return params._ret; } -int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32 cubData) +int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2(struct w_steam_iface *_this, const char *pchStatName, double *pData, uint32_t cubData) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGlobalStatHistory_2_params params = { @@ -5418,7 +5418,7 @@ int32 __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetGloba return params._ret; } -bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits(struct w_steam_iface *_this, const char *pchName, int32 *pnMinProgress, int32 *pnMaxProgress) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits(struct w_steam_iface *_this, const char *pchName, int32_t *pnMinProgress, int32_t *pnMaxProgress) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits_params params = { diff --git a/lsteamclient/winISteamUtils.c b/lsteamclient/winISteamUtils.c index 6ef94443..3f1e6dc8 100644 --- a/lsteamclient/winISteamUtils.c +++ b/lsteamclient/winISteamUtils.c @@ -30,7 +30,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils002_IsAPICallCompleted, 16) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils002_GetAPICallFailureReason, 12) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils002_GetAPICallResult, 28) -uint32 __thiscall winISteamUtils_SteamUtils002_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils002_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params params = { @@ -41,7 +41,7 @@ uint32 __thiscall winISteamUtils_SteamUtils002_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils002_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils002_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params params = { @@ -63,7 +63,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils002_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils002_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils002_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils002_GetServerRealTime_params params = { @@ -85,7 +85,7 @@ const char * __thiscall winISteamUtils_SteamUtils002_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils002_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils002_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils002_GetImageSize_params params = { @@ -99,7 +99,7 @@ bool __thiscall winISteamUtils_SteamUtils002_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils002_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils002_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils002_GetImageRGBA_params params = { @@ -113,7 +113,7 @@ bool __thiscall winISteamUtils_SteamUtils002_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils002_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils002_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params params = { @@ -126,7 +126,7 @@ bool __thiscall winISteamUtils_SteamUtils002_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils002_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils002_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params params = { @@ -137,7 +137,7 @@ uint8 __thiscall winISteamUtils_SteamUtils002_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils002_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils002_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils002_GetAppID_params params = { @@ -184,7 +184,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils002_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils002_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils002_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils002_GetAPICallResult_params params = { @@ -264,7 +264,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils004_GetIPCCallCount, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils004_SetWarningMessageHook, 8) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils004_IsOverlayEnabled, 4) -uint32 __thiscall winISteamUtils_SteamUtils004_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params params = { @@ -275,7 +275,7 @@ uint32 __thiscall winISteamUtils_SteamUtils004_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils004_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive_params params = { @@ -297,7 +297,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils004_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils004_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetServerRealTime_params params = { @@ -319,7 +319,7 @@ const char * __thiscall winISteamUtils_SteamUtils004_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils004_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils004_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils004_GetImageSize_params params = { @@ -333,7 +333,7 @@ bool __thiscall winISteamUtils_SteamUtils004_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils004_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils004_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils004_GetImageRGBA_params params = { @@ -347,7 +347,7 @@ bool __thiscall winISteamUtils_SteamUtils004_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils004_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils004_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils004_GetCSERIPPort_params params = { @@ -360,7 +360,7 @@ bool __thiscall winISteamUtils_SteamUtils004_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils004_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils004_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetCurrentBatteryPower_params params = { @@ -371,7 +371,7 @@ uint8 __thiscall winISteamUtils_SteamUtils004_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils004_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetAppID_params params = { @@ -418,7 +418,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils004_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils004_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils004_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils004_GetAPICallResult_params params = { @@ -453,7 +453,7 @@ void __thiscall winISteamUtils_SteamUtils004_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils004_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils004_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils004_GetIPCCallCount_params params = { @@ -550,7 +550,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils005_ShowGamepadTextInput, 20) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils005_GetEnteredGamepadTextLength, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils005_GetEnteredGamepadTextInput, 12) -uint32 __thiscall winISteamUtils_SteamUtils005_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params params = { @@ -561,7 +561,7 @@ uint32 __thiscall winISteamUtils_SteamUtils005_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils005_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive_params params = { @@ -583,7 +583,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils005_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils005_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetServerRealTime_params params = { @@ -605,7 +605,7 @@ const char * __thiscall winISteamUtils_SteamUtils005_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils005_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils005_GetImageSize_params params = { @@ -619,7 +619,7 @@ bool __thiscall winISteamUtils_SteamUtils005_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils005_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils005_GetImageRGBA_params params = { @@ -633,7 +633,7 @@ bool __thiscall winISteamUtils_SteamUtils005_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils005_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils005_GetCSERIPPort_params params = { @@ -646,7 +646,7 @@ bool __thiscall winISteamUtils_SteamUtils005_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils005_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils005_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetCurrentBatteryPower_params params = { @@ -657,7 +657,7 @@ uint8 __thiscall winISteamUtils_SteamUtils005_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils005_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetAppID_params params = { @@ -704,7 +704,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils005_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils005_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils005_GetAPICallResult_params params = { @@ -739,7 +739,7 @@ void __thiscall winISteamUtils_SteamUtils005_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils005_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils005_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetIPCCallCount_params params = { @@ -797,7 +797,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils005_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax) +bool __thiscall winISteamUtils_SteamUtils005_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax) { struct cppISteamUtils_SteamUtils005_ShowGamepadTextInput_params params = { @@ -812,7 +812,7 @@ bool __thiscall winISteamUtils_SteamUtils005_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils005_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength_params params = { @@ -823,7 +823,7 @@ uint32 __thiscall winISteamUtils_SteamUtils005_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils005_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils005_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput_params params = { @@ -907,7 +907,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils006_GetEnteredGamepadTextInput, DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils006_GetSteamUILanguage, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils006_IsSteamRunningInVR, 4) -uint32 __thiscall winISteamUtils_SteamUtils006_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params params = { @@ -918,7 +918,7 @@ uint32 __thiscall winISteamUtils_SteamUtils006_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils006_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params params = { @@ -940,7 +940,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils006_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils006_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetServerRealTime_params params = { @@ -962,7 +962,7 @@ const char * __thiscall winISteamUtils_SteamUtils006_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils006_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils006_GetImageSize_params params = { @@ -976,7 +976,7 @@ bool __thiscall winISteamUtils_SteamUtils006_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils006_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils006_GetImageRGBA_params params = { @@ -990,7 +990,7 @@ bool __thiscall winISteamUtils_SteamUtils006_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils006_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils006_GetCSERIPPort_params params = { @@ -1003,7 +1003,7 @@ bool __thiscall winISteamUtils_SteamUtils006_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils006_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils006_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetCurrentBatteryPower_params params = { @@ -1014,7 +1014,7 @@ uint8 __thiscall winISteamUtils_SteamUtils006_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils006_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetAppID_params params = { @@ -1061,7 +1061,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils006_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils006_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils006_GetAPICallResult_params params = { @@ -1096,7 +1096,7 @@ void __thiscall winISteamUtils_SteamUtils006_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils006_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils006_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetIPCCallCount_params params = { @@ -1154,7 +1154,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils006_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax) +bool __thiscall winISteamUtils_SteamUtils006_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax) { struct cppISteamUtils_SteamUtils006_ShowGamepadTextInput_params params = { @@ -1169,7 +1169,7 @@ bool __thiscall winISteamUtils_SteamUtils006_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils006_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params params = { @@ -1180,7 +1180,7 @@ uint32 __thiscall winISteamUtils_SteamUtils006_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils006_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils006_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params params = { @@ -1289,7 +1289,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils007_GetSteamUILanguage, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils007_IsSteamRunningInVR, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils007_SetOverlayNotificationInset, 12) -uint32 __thiscall winISteamUtils_SteamUtils007_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetSecondsSinceAppActive_params params = { @@ -1300,7 +1300,7 @@ uint32 __thiscall winISteamUtils_SteamUtils007_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils007_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetSecondsSinceComputerActive_params params = { @@ -1322,7 +1322,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils007_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils007_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetServerRealTime_params params = { @@ -1344,7 +1344,7 @@ const char * __thiscall winISteamUtils_SteamUtils007_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils007_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils007_GetImageSize_params params = { @@ -1358,7 +1358,7 @@ bool __thiscall winISteamUtils_SteamUtils007_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils007_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils007_GetImageRGBA_params params = { @@ -1372,7 +1372,7 @@ bool __thiscall winISteamUtils_SteamUtils007_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils007_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils007_GetCSERIPPort_params params = { @@ -1385,7 +1385,7 @@ bool __thiscall winISteamUtils_SteamUtils007_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils007_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils007_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetCurrentBatteryPower_params params = { @@ -1396,7 +1396,7 @@ uint8 __thiscall winISteamUtils_SteamUtils007_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils007_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetAppID_params params = { @@ -1443,7 +1443,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils007_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils007_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils007_GetAPICallResult_params params = { @@ -1478,7 +1478,7 @@ void __thiscall winISteamUtils_SteamUtils007_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils007_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils007_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetIPCCallCount_params params = { @@ -1536,7 +1536,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils007_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax, const char *pchExistingText) +bool __thiscall winISteamUtils_SteamUtils007_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax, const char *pchExistingText) { struct cppISteamUtils_SteamUtils007_ShowGamepadTextInput_params params = { @@ -1552,7 +1552,7 @@ bool __thiscall winISteamUtils_SteamUtils007_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils007_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextLength_params params = { @@ -1563,7 +1563,7 @@ uint32 __thiscall winISteamUtils_SteamUtils007_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils007_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils007_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils007_GetEnteredGamepadTextInput_params params = { @@ -1598,7 +1598,7 @@ bool __thiscall winISteamUtils_SteamUtils007_IsSteamRunningInVR(struct w_steam_i return params._ret; } -void __thiscall winISteamUtils_SteamUtils007_SetOverlayNotificationInset(struct w_steam_iface *_this, int nHorizontalInset, int nVerticalInset) +void __thiscall winISteamUtils_SteamUtils007_SetOverlayNotificationInset(struct w_steam_iface *_this, int32_t nHorizontalInset, int32_t nVerticalInset) { struct cppISteamUtils_SteamUtils007_SetOverlayNotificationInset_params params = { @@ -1687,7 +1687,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils008_SetOverlayNotificationInset DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils008_IsSteamInBigPictureMode, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils008_StartVRDashboard, 4) -uint32 __thiscall winISteamUtils_SteamUtils008_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetSecondsSinceAppActive_params params = { @@ -1698,7 +1698,7 @@ uint32 __thiscall winISteamUtils_SteamUtils008_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils008_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetSecondsSinceComputerActive_params params = { @@ -1720,7 +1720,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils008_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils008_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetServerRealTime_params params = { @@ -1742,7 +1742,7 @@ const char * __thiscall winISteamUtils_SteamUtils008_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils008_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils008_GetImageSize_params params = { @@ -1756,7 +1756,7 @@ bool __thiscall winISteamUtils_SteamUtils008_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils008_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils008_GetImageRGBA_params params = { @@ -1770,7 +1770,7 @@ bool __thiscall winISteamUtils_SteamUtils008_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils008_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils008_GetCSERIPPort_params params = { @@ -1783,7 +1783,7 @@ bool __thiscall winISteamUtils_SteamUtils008_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils008_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils008_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetCurrentBatteryPower_params params = { @@ -1794,7 +1794,7 @@ uint8 __thiscall winISteamUtils_SteamUtils008_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils008_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetAppID_params params = { @@ -1841,7 +1841,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils008_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils008_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils008_GetAPICallResult_params params = { @@ -1876,7 +1876,7 @@ void __thiscall winISteamUtils_SteamUtils008_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils008_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils008_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetIPCCallCount_params params = { @@ -1934,7 +1934,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils008_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax, const char *pchExistingText) +bool __thiscall winISteamUtils_SteamUtils008_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax, const char *pchExistingText) { struct cppISteamUtils_SteamUtils008_ShowGamepadTextInput_params params = { @@ -1950,7 +1950,7 @@ bool __thiscall winISteamUtils_SteamUtils008_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils008_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextLength_params params = { @@ -1961,7 +1961,7 @@ uint32 __thiscall winISteamUtils_SteamUtils008_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils008_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils008_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils008_GetEnteredGamepadTextInput_params params = { @@ -1996,7 +1996,7 @@ bool __thiscall winISteamUtils_SteamUtils008_IsSteamRunningInVR(struct w_steam_i return params._ret; } -void __thiscall winISteamUtils_SteamUtils008_SetOverlayNotificationInset(struct w_steam_iface *_this, int nHorizontalInset, int nVerticalInset) +void __thiscall winISteamUtils_SteamUtils008_SetOverlayNotificationInset(struct w_steam_iface *_this, int32_t nHorizontalInset, int32_t nVerticalInset) { struct cppISteamUtils_SteamUtils008_SetOverlayNotificationInset_params params = { @@ -2114,7 +2114,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils009_InitFilterText, 4) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils009_FilterText, 20) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils009_GetIPv6ConnectivityState, 8) -uint32 __thiscall winISteamUtils_SteamUtils009_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params params = { @@ -2125,7 +2125,7 @@ uint32 __thiscall winISteamUtils_SteamUtils009_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils009_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive_params params = { @@ -2147,7 +2147,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils009_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils009_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetServerRealTime_params params = { @@ -2169,7 +2169,7 @@ const char * __thiscall winISteamUtils_SteamUtils009_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils009_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils009_GetImageSize_params params = { @@ -2183,7 +2183,7 @@ bool __thiscall winISteamUtils_SteamUtils009_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils009_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils009_GetImageRGBA_params params = { @@ -2197,7 +2197,7 @@ bool __thiscall winISteamUtils_SteamUtils009_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils009_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils009_GetCSERIPPort_params params = { @@ -2210,7 +2210,7 @@ bool __thiscall winISteamUtils_SteamUtils009_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils009_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils009_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetCurrentBatteryPower_params params = { @@ -2221,7 +2221,7 @@ uint8 __thiscall winISteamUtils_SteamUtils009_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils009_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetAppID_params params = { @@ -2268,7 +2268,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils009_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils009_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils009_GetAPICallResult_params params = { @@ -2303,7 +2303,7 @@ void __thiscall winISteamUtils_SteamUtils009_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils009_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils009_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetIPCCallCount_params params = { @@ -2361,7 +2361,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils009_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax, const char *pchExistingText) +bool __thiscall winISteamUtils_SteamUtils009_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax, const char *pchExistingText) { struct cppISteamUtils_SteamUtils009_ShowGamepadTextInput_params params = { @@ -2377,7 +2377,7 @@ bool __thiscall winISteamUtils_SteamUtils009_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils009_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength_params params = { @@ -2388,7 +2388,7 @@ uint32 __thiscall winISteamUtils_SteamUtils009_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils009_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils009_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput_params params = { @@ -2423,7 +2423,7 @@ bool __thiscall winISteamUtils_SteamUtils009_IsSteamRunningInVR(struct w_steam_i return params._ret; } -void __thiscall winISteamUtils_SteamUtils009_SetOverlayNotificationInset(struct w_steam_iface *_this, int nHorizontalInset, int nVerticalInset) +void __thiscall winISteamUtils_SteamUtils009_SetOverlayNotificationInset(struct w_steam_iface *_this, int32_t nHorizontalInset, int32_t nVerticalInset) { struct cppISteamUtils_SteamUtils009_SetOverlayNotificationInset_params params = { @@ -2500,7 +2500,7 @@ bool __thiscall winISteamUtils_SteamUtils009_InitFilterText(struct w_steam_iface return params._ret; } -int __thiscall winISteamUtils_SteamUtils009_FilterText(struct w_steam_iface *_this, char *pchOutFilteredText, uint32 nByteSizeOutFilteredText, const char *pchInputMessage, bool bLegalOnly) +int32_t __thiscall winISteamUtils_SteamUtils009_FilterText(struct w_steam_iface *_this, char *pchOutFilteredText, uint32_t nByteSizeOutFilteredText, const char *pchInputMessage, bool bLegalOnly) { struct cppISteamUtils_SteamUtils009_FilterText_params params = { @@ -2622,7 +2622,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils010_ShowFloatingGamepadTextInpu DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils010_SetGameLauncherMode, 8) DEFINE_THISCALL_WRAPPER(winISteamUtils_SteamUtils010_DismissFloatingGamepadTextInput, 4) -uint32 __thiscall winISteamUtils_SteamUtils010_GetSecondsSinceAppActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetSecondsSinceAppActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params params = { @@ -2633,7 +2633,7 @@ uint32 __thiscall winISteamUtils_SteamUtils010_GetSecondsSinceAppActive(struct w return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils010_GetSecondsSinceComputerActive(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetSecondsSinceComputerActive(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetSecondsSinceComputerActive_params params = { @@ -2655,7 +2655,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils010_GetConnectedUniverse(struct w_s return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils010_GetServerRealTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetServerRealTime(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetServerRealTime_params params = { @@ -2677,7 +2677,7 @@ const char * __thiscall winISteamUtils_SteamUtils010_GetIPCountry(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_GetImageSize(struct w_steam_iface *_this, int iImage, uint32 *pnWidth, uint32 *pnHeight) +bool __thiscall winISteamUtils_SteamUtils010_GetImageSize(struct w_steam_iface *_this, int32_t iImage, uint32_t *pnWidth, uint32_t *pnHeight) { struct cppISteamUtils_SteamUtils010_GetImageSize_params params = { @@ -2691,7 +2691,7 @@ bool __thiscall winISteamUtils_SteamUtils010_GetImageSize(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_GetImageRGBA(struct w_steam_iface *_this, int iImage, uint8 *pubDest, int nDestBufferSize) +bool __thiscall winISteamUtils_SteamUtils010_GetImageRGBA(struct w_steam_iface *_this, int32_t iImage, uint8_t *pubDest, int32_t nDestBufferSize) { struct cppISteamUtils_SteamUtils010_GetImageRGBA_params params = { @@ -2705,7 +2705,7 @@ bool __thiscall winISteamUtils_SteamUtils010_GetImageRGBA(struct w_steam_iface * return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_GetCSERIPPort(struct w_steam_iface *_this, uint32 *unIP, uint16 *usPort) +bool __thiscall winISteamUtils_SteamUtils010_GetCSERIPPort(struct w_steam_iface *_this, uint32_t *unIP, uint16_t *usPort) { struct cppISteamUtils_SteamUtils010_GetCSERIPPort_params params = { @@ -2718,7 +2718,7 @@ bool __thiscall winISteamUtils_SteamUtils010_GetCSERIPPort(struct w_steam_iface return params._ret; } -uint8 __thiscall winISteamUtils_SteamUtils010_GetCurrentBatteryPower(struct w_steam_iface *_this) +uint8_t __thiscall winISteamUtils_SteamUtils010_GetCurrentBatteryPower(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetCurrentBatteryPower_params params = { @@ -2729,7 +2729,7 @@ uint8 __thiscall winISteamUtils_SteamUtils010_GetCurrentBatteryPower(struct w_st return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils010_GetAppID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetAppID(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetAppID_params params = { @@ -2776,7 +2776,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils010_GetAPICallFailureReason(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils010_GetAPICallResult(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils010_GetAPICallResult_params params = { @@ -2811,7 +2811,7 @@ void __thiscall winISteamUtils_SteamUtils010_RunFrame(struct w_steam_iface *_thi cppISteamUtils_SteamUtils010_RunFrame( ¶ms ); } -uint32 __thiscall winISteamUtils_SteamUtils010_GetIPCCallCount(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetIPCCallCount(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetIPCCallCount_params params = { @@ -2869,7 +2869,7 @@ SteamAPICall_t __thiscall winISteamUtils_SteamUtils010_CheckFileSignature(struct return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32 unCharMax, const char *pchExistingText) +bool __thiscall winISteamUtils_SteamUtils010_ShowGamepadTextInput(struct w_steam_iface *_this, uint32_t eInputMode, uint32_t eLineInputMode, const char *pchDescription, uint32_t unCharMax, const char *pchExistingText) { struct cppISteamUtils_SteamUtils010_ShowGamepadTextInput_params params = { @@ -2885,7 +2885,7 @@ bool __thiscall winISteamUtils_SteamUtils010_ShowGamepadTextInput(struct w_steam return params._ret; } -uint32 __thiscall winISteamUtils_SteamUtils010_GetEnteredGamepadTextLength(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetEnteredGamepadTextLength(struct w_steam_iface *_this) { struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextLength_params params = { @@ -2896,7 +2896,7 @@ uint32 __thiscall winISteamUtils_SteamUtils010_GetEnteredGamepadTextLength(struc return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32 cchText) +bool __thiscall winISteamUtils_SteamUtils010_GetEnteredGamepadTextInput(struct w_steam_iface *_this, char *pchText, uint32_t cchText) { struct cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput_params params = { @@ -2931,7 +2931,7 @@ bool __thiscall winISteamUtils_SteamUtils010_IsSteamRunningInVR(struct w_steam_i return params._ret; } -void __thiscall winISteamUtils_SteamUtils010_SetOverlayNotificationInset(struct w_steam_iface *_this, int nHorizontalInset, int nVerticalInset) +void __thiscall winISteamUtils_SteamUtils010_SetOverlayNotificationInset(struct w_steam_iface *_this, int32_t nHorizontalInset, int32_t nVerticalInset) { struct cppISteamUtils_SteamUtils010_SetOverlayNotificationInset_params params = { @@ -2997,7 +2997,7 @@ bool __thiscall winISteamUtils_SteamUtils010_IsSteamChinaLauncher(struct w_steam return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_InitFilterText(struct w_steam_iface *_this, uint32 unFilterOptions) +bool __thiscall winISteamUtils_SteamUtils010_InitFilterText(struct w_steam_iface *_this, uint32_t unFilterOptions) { struct cppISteamUtils_SteamUtils010_InitFilterText_params params = { @@ -3009,7 +3009,7 @@ bool __thiscall winISteamUtils_SteamUtils010_InitFilterText(struct w_steam_iface return params._ret; } -int __thiscall winISteamUtils_SteamUtils010_FilterText(struct w_steam_iface *_this, uint32_t eContext, CSteamID sourceSteamID, const char *pchInputMessage, char *pchOutFilteredText, uint32 nByteSizeOutFilteredText) +int32_t __thiscall winISteamUtils_SteamUtils010_FilterText(struct w_steam_iface *_this, uint32_t eContext, CSteamID sourceSteamID, const char *pchInputMessage, char *pchOutFilteredText, uint32_t nByteSizeOutFilteredText) { struct cppISteamUtils_SteamUtils010_FilterText_params params = { @@ -3048,7 +3048,7 @@ bool __thiscall winISteamUtils_SteamUtils010_IsSteamRunningOnSteamDeck(struct w_ return params._ret; } -bool __thiscall winISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput(struct w_steam_iface *_this, uint32_t eKeyboardMode, int nTextFieldXPosition, int nTextFieldYPosition, int nTextFieldWidth, int nTextFieldHeight) +bool __thiscall winISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput(struct w_steam_iface *_this, uint32_t eKeyboardMode, int32_t nTextFieldXPosition, int32_t nTextFieldYPosition, int32_t nTextFieldWidth, int32_t nTextFieldHeight) { struct cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput_params params = { diff --git a/lsteamclient/winISteamVideo.c b/lsteamclient/winISteamVideo.c index 13c92329..13554b07 100644 --- a/lsteamclient/winISteamVideo.c +++ b/lsteamclient/winISteamVideo.c @@ -29,7 +29,7 @@ void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL(struct w_st cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL( ¶ms ); } -bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting(struct w_steam_iface *_this, int *pnNumViewers) +bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting(struct w_steam_iface *_this, int32_t *pnNumViewers) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params params = { @@ -81,7 +81,7 @@ void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL(struct w_st cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( ¶ms ); } -bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting(struct w_steam_iface *_this, int *pnNumViewers) +bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting(struct w_steam_iface *_this, int32_t *pnNumViewers) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params params = { @@ -104,7 +104,7 @@ void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings(struct w cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings( ¶ms ); } -bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp(struct w_steam_iface *_this, AppId_t unVideoAppID, char *pchBuffer, int32 *pnBufferSize) +bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp(struct w_steam_iface *_this, AppId_t unVideoAppID, char *pchBuffer, int32_t *pnBufferSize) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params params = {