diff --git a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h index d1347714..cd3d09c6 100644 --- a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h @@ -9,7 +9,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_param { void *linux_side; uint32_t _ret; - AppId_t *pvecAppID; + uint32_t *pvecAppID; uint32_t unMaxAppIDs; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params *params ); @@ -18,7 +18,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; char *pchName; int32_t cchNameMax; }; @@ -28,7 +28,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_param { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; char *pchDirectory; int32_t cchNameMax; }; @@ -38,7 +38,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h index 5691dc5f..4089db01 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h @@ -2,7 +2,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; const char *pchKey; char *pchValue; int32_t cchValueMax; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.h index 93e9062c..c90ba896 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h index 1cc4d8e4..468f1732 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h index 592e2a0d..b9191898 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled_params *params ); @@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_ { void *linux_side; uint32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_params *params ); @@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex_params void *linux_side; bool _ret; int32_t iDLC; - AppId_t *pAppID; + uint32_t *pAppID; bool *pbAvailable; char *pchName; int32_t cchNameBufferSize; @@ -93,14 +93,14 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h index fbf97e03..9b2b4ce9 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled_params *params ); @@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_ { void *linux_side; uint32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_params *params ); @@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex_params void *linux_side; bool _ret; int32_t iDLC; - AppId_t *pAppID; + uint32_t *pAppID; bool *pbAvailable; char *pchName; int32_t cchNameBufferSize; @@ -93,21 +93,21 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey_params *params ); @@ -132,7 +132,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params { void *linux_side; uint32_t _ret; - DepotId_t *pvecDepots; + uint32_t *pvecDepots; uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params *params ); @@ -141,7 +141,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir_params { void *linux_side; uint32_t _ret; - AppId_t appID; + uint32_t appID; char *pchFolder; uint32_t cchFolderBufferSize; }; @@ -151,7 +151,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h index 500cdbb4..97821855 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled_params *params ); @@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_ { void *linux_side; uint32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params *params ); @@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params void *linux_side; bool _ret; int32_t iDLC; - AppId_t *pAppID; + uint32_t *pAppID; bool *pbAvailable; char *pchName; int32_t cchNameBufferSize; @@ -93,21 +93,21 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey_params *params ); @@ -132,8 +132,8 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params { void *linux_side; uint32_t _ret; - AppId_t appID; - DepotId_t *pvecDepots; + uint32_t appID; + uint32_t *pvecDepots; uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params *params ); @@ -142,7 +142,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params { void *linux_side; uint32_t _ret; - AppId_t appID; + uint32_t appID; char *pchFolder; uint32_t cchFolderBufferSize; }; @@ -152,7 +152,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled_params *params ); diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h index 9909b9a0..4eef2181 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled_params *params ); @@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_ { void *linux_side; uint32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_params *params ); @@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex_params void *linux_side; bool _ret; int32_t iDLC; - AppId_t *pAppID; + uint32_t *pAppID; bool *pbAvailable; char *pchName; int32_t cchNameBufferSize; @@ -93,21 +93,21 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey_params *params ); @@ -132,8 +132,8 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params { void *linux_side; uint32_t _ret; - AppId_t appID; - DepotId_t *pvecDepots; + uint32_t appID; + uint32_t *pvecDepots; uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params *params ); @@ -142,7 +142,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir_params { void *linux_side; uint32_t _ret; - AppId_t appID; + uint32_t appID; char *pchFolder; uint32_t cchFolderBufferSize; }; @@ -152,7 +152,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled_params *params ); @@ -175,7 +175,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress_param { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h index 335f6d6a..8e42e318 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h @@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp_params *params ); @@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled_params *params ); @@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_ { void *linux_side; uint32_t _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_params *params ); @@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex_params void *linux_side; bool _ret; int32_t iDLC; - AppId_t *pAppID; + uint32_t *pAppID; bool *pbAvailable; char *pchName; int32_t cchNameBufferSize; @@ -93,21 +93,21 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex( str struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC_params *params ); struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey_params *params ); @@ -132,8 +132,8 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params { void *linux_side; uint32_t _ret; - AppId_t appID; - DepotId_t *pvecDepots; + uint32_t appID; + uint32_t *pvecDepots; uint32_t cMaxDepots; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params *params ); @@ -142,7 +142,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir_params { void *linux_side; uint32_t _ret; - AppId_t appID; + uint32_t appID; char *pchFolder; uint32_t cchFolderBufferSize; }; @@ -152,7 +152,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled_params { void *linux_side; bool _ret; - AppId_t appID; + uint32_t appID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled_params *params ); @@ -175,7 +175,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress_param { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -197,7 +197,7 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAllProofOfPurcha struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pszFileName; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails_params *params ); @@ -231,7 +231,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient006.h b/lsteamclient/cppISteamClient_SteamClient006.h index d61d498a..27ce5e6f 100644 --- a/lsteamclient/cppISteamClient_SteamClient006.h +++ b/lsteamclient/cppISteamClient_SteamClient006.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient006_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient006_CreateSteamPipe( struct cppISteamClient_SteamClient006_CreateSteamPipe_params *params ); @@ -9,39 +9,39 @@ struct cppISteamClient_SteamClient006_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient006_BReleaseSteamPipe( struct cppISteamClient_SteamClient006_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient006_CreateGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; }; extern void cppISteamClient_SteamClient006_CreateGlobalUser( struct cppISteamClient_SteamClient006_CreateGlobalUser_params *params ); struct cppISteamClient_SteamClient006_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient006_ConnectToGlobalUser( struct cppISteamClient_SteamClient006_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient006_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; }; extern void cppISteamClient_SteamClient006_CreateLocalUser( struct cppISteamClient_SteamClient006_CreateLocalUser_params *params ); struct cppISteamClient_SteamClient006_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient006_ReleaseUser( struct cppISteamClient_SteamClient006_ReleaseUser_params *params ); @@ -49,8 +49,8 @@ struct cppISteamClient_SteamClient006_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamUser( struct cppISteamClient_SteamClient006_GetISteamUser_params *params ); @@ -59,7 +59,7 @@ struct cppISteamClient_SteamClient006_GetIVAC_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; + int32_t hSteamUser; }; extern void cppISteamClient_SteamClient006_GetIVAC( struct cppISteamClient_SteamClient006_GetIVAC_params *params ); @@ -67,8 +67,8 @@ struct cppISteamClient_SteamClient006_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamGameServer( struct cppISteamClient_SteamClient006_GetISteamGameServer_params *params ); @@ -93,8 +93,8 @@ struct cppISteamClient_SteamClient006_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamFriends( struct cppISteamClient_SteamClient006_GetISteamFriends_params *params ); @@ -103,7 +103,7 @@ struct cppISteamClient_SteamClient006_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamUtils( struct cppISteamClient_SteamClient006_GetISteamUtils_params *params ); @@ -112,8 +112,8 @@ struct cppISteamClient_SteamClient006_GetISteamBilling_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamBilling( struct cppISteamClient_SteamClient006_GetISteamBilling_params *params ); @@ -122,8 +122,8 @@ struct cppISteamClient_SteamClient006_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamMatchmaking( struct cppISteamClient_SteamClient006_GetISteamMatchmaking_params *params ); @@ -132,8 +132,8 @@ struct cppISteamClient_SteamClient006_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamApps( struct cppISteamClient_SteamClient006_GetISteamApps_params *params ); @@ -142,8 +142,8 @@ struct cppISteamClient_SteamClient006_GetISteamContentServer_params { void *linux_side; void /*ISteamContentServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamContentServer( struct cppISteamClient_SteamClient006_GetISteamContentServer_params *params ); @@ -152,8 +152,8 @@ struct cppISteamClient_SteamClient006_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient006_GetISteamMasterServerUpdater_params *params ); @@ -162,8 +162,8 @@ struct cppISteamClient_SteamClient006_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient006_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient006_GetISteamMatchmakingServers_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient007.h b/lsteamclient/cppISteamClient_SteamClient007.h index 80b52e40..1892e671 100644 --- a/lsteamclient/cppISteamClient_SteamClient007.h +++ b/lsteamclient/cppISteamClient_SteamClient007.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient007_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient007_CreateSteamPipe( struct cppISteamClient_SteamClient007_CreateSteamPipe_params *params ); @@ -9,31 +9,31 @@ struct cppISteamClient_SteamClient007_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient007_BReleaseSteamPipe( struct cppISteamClient_SteamClient007_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient007_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient007_ConnectToGlobalUser( struct cppISteamClient_SteamClient007_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient007_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; }; extern void cppISteamClient_SteamClient007_CreateLocalUser( struct cppISteamClient_SteamClient007_CreateLocalUser_params *params ); struct cppISteamClient_SteamClient007_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient007_ReleaseUser( struct cppISteamClient_SteamClient007_ReleaseUser_params *params ); @@ -41,8 +41,8 @@ struct cppISteamClient_SteamClient007_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamUser( struct cppISteamClient_SteamClient007_GetISteamUser_params *params ); @@ -51,8 +51,8 @@ struct cppISteamClient_SteamClient007_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamGameServer( struct cppISteamClient_SteamClient007_GetISteamGameServer_params *params ); @@ -69,8 +69,8 @@ struct cppISteamClient_SteamClient007_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamFriends( struct cppISteamClient_SteamClient007_GetISteamFriends_params *params ); @@ -79,7 +79,7 @@ struct cppISteamClient_SteamClient007_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamUtils( struct cppISteamClient_SteamClient007_GetISteamUtils_params *params ); @@ -88,8 +88,8 @@ struct cppISteamClient_SteamClient007_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamMatchmaking( struct cppISteamClient_SteamClient007_GetISteamMatchmaking_params *params ); @@ -98,8 +98,8 @@ struct cppISteamClient_SteamClient007_GetISteamContentServer_params { void *linux_side; void /*ISteamContentServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamContentServer( struct cppISteamClient_SteamClient007_GetISteamContentServer_params *params ); @@ -108,8 +108,8 @@ struct cppISteamClient_SteamClient007_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient007_GetISteamMasterServerUpdater_params *params ); @@ -118,8 +118,8 @@ struct cppISteamClient_SteamClient007_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient007_GetISteamMatchmakingServers_params *params ); @@ -128,8 +128,8 @@ struct cppISteamClient_SteamClient007_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamGenericInterface( struct cppISteamClient_SteamClient007_GetISteamGenericInterface_params *params ); @@ -151,8 +151,8 @@ struct cppISteamClient_SteamClient007_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamUserStats( struct cppISteamClient_SteamClient007_GetISteamUserStats_params *params ); @@ -161,8 +161,8 @@ struct cppISteamClient_SteamClient007_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamApps( struct cppISteamClient_SteamClient007_GetISteamApps_params *params ); @@ -171,8 +171,8 @@ struct cppISteamClient_SteamClient007_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamNetworking( struct cppISteamClient_SteamClient007_GetISteamNetworking_params *params ); @@ -188,8 +188,8 @@ struct cppISteamClient_SteamClient007_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient007_GetISteamRemoteStorage( struct cppISteamClient_SteamClient007_GetISteamRemoteStorage_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient008.h b/lsteamclient/cppISteamClient_SteamClient008.h index cb220e94..923ba4e3 100644 --- a/lsteamclient/cppISteamClient_SteamClient008.h +++ b/lsteamclient/cppISteamClient_SteamClient008.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient008_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient008_CreateSteamPipe( struct cppISteamClient_SteamClient008_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient008_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient008_BReleaseSteamPipe( struct cppISteamClient_SteamClient008_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient008_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient008_ConnectToGlobalUser( struct cppISteamClient_SteamClient008_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient008_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient008_CreateLocalUser( struct cppISteamClient_SteamClient008_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient008_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient008_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient008_ReleaseUser( struct cppISteamClient_SteamClient008_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient008_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamUser( struct cppISteamClient_SteamClient008_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient008_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamGameServer( struct cppISteamClient_SteamClient008_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient008_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamFriends( struct cppISteamClient_SteamClient008_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient008_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamUtils( struct cppISteamClient_SteamClient008_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient008_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamMatchmaking( struct cppISteamClient_SteamClient008_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient008_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient008_GetISteamMasterServerUpdater_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient008_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient008_GetISteamMatchmakingServers_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient008_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamGenericInterface( struct cppISteamClient_SteamClient008_GetISteamGenericInterface_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient008_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamUserStats( struct cppISteamClient_SteamClient008_GetISteamUserStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient008_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamApps( struct cppISteamClient_SteamClient008_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient008_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamNetworking( struct cppISteamClient_SteamClient008_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient008_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient008_GetISteamRemoteStorage( struct cppISteamClient_SteamClient008_GetISteamRemoteStorage_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient009.h b/lsteamclient/cppISteamClient_SteamClient009.h index 92511697..780dfb46 100644 --- a/lsteamclient/cppISteamClient_SteamClient009.h +++ b/lsteamclient/cppISteamClient_SteamClient009.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient009_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient009_CreateSteamPipe( struct cppISteamClient_SteamClient009_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient009_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient009_BReleaseSteamPipe( struct cppISteamClient_SteamClient009_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient009_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient009_ConnectToGlobalUser( struct cppISteamClient_SteamClient009_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient009_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient009_CreateLocalUser( struct cppISteamClient_SteamClient009_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient009_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient009_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient009_ReleaseUser( struct cppISteamClient_SteamClient009_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient009_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamUser( struct cppISteamClient_SteamClient009_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient009_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamGameServer( struct cppISteamClient_SteamClient009_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient009_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamFriends( struct cppISteamClient_SteamClient009_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient009_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamUtils( struct cppISteamClient_SteamClient009_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient009_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamMatchmaking( struct cppISteamClient_SteamClient009_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient009_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient009_GetISteamMasterServerUpdater_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient009_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient009_GetISteamMatchmakingServers_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient009_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamGenericInterface( struct cppISteamClient_SteamClient009_GetISteamGenericInterface_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient009_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamUserStats( struct cppISteamClient_SteamClient009_GetISteamUserStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient009_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamGameServerStats( struct cppISteamClient_SteamClient009_GetISteamGameServerStats_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient009_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamApps( struct cppISteamClient_SteamClient009_GetISteamApps_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient009_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamNetworking( struct cppISteamClient_SteamClient009_GetISteamNetworking_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient009_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient009_GetISteamRemoteStorage( struct cppISteamClient_SteamClient009_GetISteamRemoteStorage_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient010.h b/lsteamclient/cppISteamClient_SteamClient010.h index 7abd3c51..b5f2ed21 100644 --- a/lsteamclient/cppISteamClient_SteamClient010.h +++ b/lsteamclient/cppISteamClient_SteamClient010.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient010_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient010_CreateSteamPipe( struct cppISteamClient_SteamClient010_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient010_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient010_BReleaseSteamPipe( struct cppISteamClient_SteamClient010_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient010_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient010_ConnectToGlobalUser( struct cppISteamClient_SteamClient010_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient010_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient010_CreateLocalUser( struct cppISteamClient_SteamClient010_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient010_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient010_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient010_ReleaseUser( struct cppISteamClient_SteamClient010_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient010_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamUser( struct cppISteamClient_SteamClient010_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient010_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamGameServer( struct cppISteamClient_SteamClient010_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient010_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamFriends( struct cppISteamClient_SteamClient010_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient010_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamUtils( struct cppISteamClient_SteamClient010_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient010_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamMatchmaking( struct cppISteamClient_SteamClient010_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient010_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient010_GetISteamMasterServerUpdater_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient010_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient010_GetISteamMatchmakingServers_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient010_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamGenericInterface( struct cppISteamClient_SteamClient010_GetISteamGenericInterface_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient010_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamUserStats( struct cppISteamClient_SteamClient010_GetISteamUserStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient010_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamGameServerStats( struct cppISteamClient_SteamClient010_GetISteamGameServerStats_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient010_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamApps( struct cppISteamClient_SteamClient010_GetISteamApps_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient010_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamNetworking( struct cppISteamClient_SteamClient010_GetISteamNetworking_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient010_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamRemoteStorage( struct cppISteamClient_SteamClient010_GetISteamRemoteStorage_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient010_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient010_GetISteamHTTP( struct cppISteamClient_SteamClient010_GetISteamHTTP_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient011.h b/lsteamclient/cppISteamClient_SteamClient011.h index 8bdd352d..110adb5f 100644 --- a/lsteamclient/cppISteamClient_SteamClient011.h +++ b/lsteamclient/cppISteamClient_SteamClient011.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient011_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient011_CreateSteamPipe( struct cppISteamClient_SteamClient011_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient011_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient011_BReleaseSteamPipe( struct cppISteamClient_SteamClient011_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient011_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient011_ConnectToGlobalUser( struct cppISteamClient_SteamClient011_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient011_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient011_CreateLocalUser( struct cppISteamClient_SteamClient011_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient011_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient011_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient011_ReleaseUser( struct cppISteamClient_SteamClient011_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient011_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamUser( struct cppISteamClient_SteamClient011_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient011_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamGameServer( struct cppISteamClient_SteamClient011_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient011_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamFriends( struct cppISteamClient_SteamClient011_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient011_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamUtils( struct cppISteamClient_SteamClient011_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient011_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamMatchmaking( struct cppISteamClient_SteamClient011_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient011_GetISteamMasterServerUpdater_params { void *linux_side; void /*ISteamMasterServerUpdater*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamMasterServerUpdater( struct cppISteamClient_SteamClient011_GetISteamMasterServerUpdater_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient011_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient011_GetISteamMatchmakingServers_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient011_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamGenericInterface( struct cppISteamClient_SteamClient011_GetISteamGenericInterface_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient011_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamUserStats( struct cppISteamClient_SteamClient011_GetISteamUserStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient011_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamGameServerStats( struct cppISteamClient_SteamClient011_GetISteamGameServerStats_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient011_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamApps( struct cppISteamClient_SteamClient011_GetISteamApps_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient011_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamNetworking( struct cppISteamClient_SteamClient011_GetISteamNetworking_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient011_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamRemoteStorage( struct cppISteamClient_SteamClient011_GetISteamRemoteStorage_params *params ); @@ -179,8 +179,8 @@ struct cppISteamClient_SteamClient011_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamScreenshots( struct cppISteamClient_SteamClient011_GetISteamScreenshots_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient011_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient011_GetISteamHTTP( struct cppISteamClient_SteamClient011_GetISteamHTTP_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient012.h b/lsteamclient/cppISteamClient_SteamClient012.h index 331b74ea..82a84945 100644 --- a/lsteamclient/cppISteamClient_SteamClient012.h +++ b/lsteamclient/cppISteamClient_SteamClient012.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient012_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient012_CreateSteamPipe( struct cppISteamClient_SteamClient012_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient012_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient012_BReleaseSteamPipe( struct cppISteamClient_SteamClient012_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient012_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient012_ConnectToGlobalUser( struct cppISteamClient_SteamClient012_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient012_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient012_CreateLocalUser( struct cppISteamClient_SteamClient012_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient012_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient012_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient012_ReleaseUser( struct cppISteamClient_SteamClient012_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient012_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamUser( struct cppISteamClient_SteamClient012_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient012_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamGameServer( struct cppISteamClient_SteamClient012_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient012_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamFriends( struct cppISteamClient_SteamClient012_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient012_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamUtils( struct cppISteamClient_SteamClient012_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient012_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamMatchmaking( struct cppISteamClient_SteamClient012_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient012_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient012_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient012_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamGenericInterface( struct cppISteamClient_SteamClient012_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient012_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamUserStats( struct cppISteamClient_SteamClient012_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient012_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamGameServerStats( struct cppISteamClient_SteamClient012_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient012_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamApps( struct cppISteamClient_SteamClient012_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient012_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamNetworking( struct cppISteamClient_SteamClient012_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient012_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamRemoteStorage( struct cppISteamClient_SteamClient012_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient012_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamScreenshots( struct cppISteamClient_SteamClient012_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient012_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamHTTP( struct cppISteamClient_SteamClient012_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient012_GetISteamUnifiedMessages_params { void *linux_side; void /*ISteamUnifiedMessages*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient012_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient012_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamController( struct cppISteamClient_SteamClient012_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient012_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient012_GetISteamUGC( struct cppISteamClient_SteamClient012_GetISteamUGC_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient013.h b/lsteamclient/cppISteamClient_SteamClient013.h index 94aedc02..ac47e86e 100644 --- a/lsteamclient/cppISteamClient_SteamClient013.h +++ b/lsteamclient/cppISteamClient_SteamClient013.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient013_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient013_CreateSteamPipe( struct cppISteamClient_SteamClient013_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient013_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient013_BReleaseSteamPipe( struct cppISteamClient_SteamClient013_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient013_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient013_ConnectToGlobalUser( struct cppISteamClient_SteamClient013_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient013_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient013_CreateLocalUser( struct cppISteamClient_SteamClient013_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient013_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient013_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient013_ReleaseUser( struct cppISteamClient_SteamClient013_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient013_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamUser( struct cppISteamClient_SteamClient013_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient013_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamGameServer( struct cppISteamClient_SteamClient013_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient013_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamFriends( struct cppISteamClient_SteamClient013_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient013_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamUtils( struct cppISteamClient_SteamClient013_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient013_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamMatchmaking( struct cppISteamClient_SteamClient013_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient013_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient013_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient013_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamGenericInterface( struct cppISteamClient_SteamClient013_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient013_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamUserStats( struct cppISteamClient_SteamClient013_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient013_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamGameServerStats( struct cppISteamClient_SteamClient013_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient013_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamApps( struct cppISteamClient_SteamClient013_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient013_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamNetworking( struct cppISteamClient_SteamClient013_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient013_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamRemoteStorage( struct cppISteamClient_SteamClient013_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient013_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamScreenshots( struct cppISteamClient_SteamClient013_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient013_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamHTTP( struct cppISteamClient_SteamClient013_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient013_GetISteamUnifiedMessages_params { void *linux_side; void /*ISteamUnifiedMessages*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient013_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient013_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamController( struct cppISteamClient_SteamClient013_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient013_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamUGC( struct cppISteamClient_SteamClient013_GetISteamUGC_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient013_GetISteamInventory_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamInventory( struct cppISteamClient_SteamClient013_GetISteamInventory_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient013_GetISteamVideo_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamVideo( struct cppISteamClient_SteamClient013_GetISteamVideo_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient013_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient013_GetISteamAppList( struct cppISteamClient_SteamClient013_GetISteamAppList_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient014.h b/lsteamclient/cppISteamClient_SteamClient014.h index 9c56fbd7..238ead33 100644 --- a/lsteamclient/cppISteamClient_SteamClient014.h +++ b/lsteamclient/cppISteamClient_SteamClient014.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient014_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient014_CreateSteamPipe( struct cppISteamClient_SteamClient014_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient014_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient014_BReleaseSteamPipe( struct cppISteamClient_SteamClient014_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient014_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient014_ConnectToGlobalUser( struct cppISteamClient_SteamClient014_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient014_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient014_CreateLocalUser( struct cppISteamClient_SteamClient014_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient014_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient014_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient014_ReleaseUser( struct cppISteamClient_SteamClient014_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient014_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamUser( struct cppISteamClient_SteamClient014_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient014_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamGameServer( struct cppISteamClient_SteamClient014_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient014_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamFriends( struct cppISteamClient_SteamClient014_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient014_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamUtils( struct cppISteamClient_SteamClient014_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient014_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamMatchmaking( struct cppISteamClient_SteamClient014_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient014_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient014_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient014_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamGenericInterface( struct cppISteamClient_SteamClient014_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient014_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamUserStats( struct cppISteamClient_SteamClient014_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient014_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamGameServerStats( struct cppISteamClient_SteamClient014_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient014_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamApps( struct cppISteamClient_SteamClient014_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient014_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamNetworking( struct cppISteamClient_SteamClient014_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient014_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamRemoteStorage( struct cppISteamClient_SteamClient014_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient014_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamScreenshots( struct cppISteamClient_SteamClient014_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient014_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamHTTP( struct cppISteamClient_SteamClient014_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient014_GetISteamUnifiedMessages_params { void *linux_side; void /*ISteamUnifiedMessages*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient014_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient014_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamController( struct cppISteamClient_SteamClient014_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient014_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamUGC( struct cppISteamClient_SteamClient014_GetISteamUGC_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient014_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamAppList( struct cppISteamClient_SteamClient014_GetISteamAppList_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient014_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient014_GetISteamMusic( struct cppISteamClient_SteamClient014_GetISteamMusic_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient015.h b/lsteamclient/cppISteamClient_SteamClient015.h index 6643743a..a830af48 100644 --- a/lsteamclient/cppISteamClient_SteamClient015.h +++ b/lsteamclient/cppISteamClient_SteamClient015.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient015_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient015_CreateSteamPipe( struct cppISteamClient_SteamClient015_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient015_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient015_BReleaseSteamPipe( struct cppISteamClient_SteamClient015_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient015_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient015_ConnectToGlobalUser( struct cppISteamClient_SteamClient015_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient015_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient015_CreateLocalUser( struct cppISteamClient_SteamClient015_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient015_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient015_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient015_ReleaseUser( struct cppISteamClient_SteamClient015_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient015_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamUser( struct cppISteamClient_SteamClient015_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient015_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamGameServer( struct cppISteamClient_SteamClient015_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient015_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamFriends( struct cppISteamClient_SteamClient015_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient015_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamUtils( struct cppISteamClient_SteamClient015_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient015_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamMatchmaking( struct cppISteamClient_SteamClient015_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient015_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient015_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient015_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamGenericInterface( struct cppISteamClient_SteamClient015_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient015_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamUserStats( struct cppISteamClient_SteamClient015_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient015_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamGameServerStats( struct cppISteamClient_SteamClient015_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient015_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamApps( struct cppISteamClient_SteamClient015_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient015_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamNetworking( struct cppISteamClient_SteamClient015_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient015_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamRemoteStorage( struct cppISteamClient_SteamClient015_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient015_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamScreenshots( struct cppISteamClient_SteamClient015_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient015_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamHTTP( struct cppISteamClient_SteamClient015_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient015_GetISteamUnifiedMessages_params { void *linux_side; void /*ISteamUnifiedMessages*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient015_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient015_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamController( struct cppISteamClient_SteamClient015_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient015_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamUGC( struct cppISteamClient_SteamClient015_GetISteamUGC_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient015_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamAppList( struct cppISteamClient_SteamClient015_GetISteamAppList_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient015_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamMusic( struct cppISteamClient_SteamClient015_GetISteamMusic_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient015_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient015_GetISteamMusicRemote( struct cppISteamClient_SteamClient015_GetISteamMusicRemote_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient016.h b/lsteamclient/cppISteamClient_SteamClient016.h index 5abc3ce8..33b3dc80 100644 --- a/lsteamclient/cppISteamClient_SteamClient016.h +++ b/lsteamclient/cppISteamClient_SteamClient016.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient016_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient016_CreateSteamPipe( struct cppISteamClient_SteamClient016_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient016_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient016_BReleaseSteamPipe( struct cppISteamClient_SteamClient016_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient016_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient016_ConnectToGlobalUser( struct cppISteamClient_SteamClient016_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient016_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient016_CreateLocalUser( struct cppISteamClient_SteamClient016_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient016_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient016_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient016_ReleaseUser( struct cppISteamClient_SteamClient016_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient016_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamUser( struct cppISteamClient_SteamClient016_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient016_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamGameServer( struct cppISteamClient_SteamClient016_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient016_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamFriends( struct cppISteamClient_SteamClient016_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient016_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamUtils( struct cppISteamClient_SteamClient016_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient016_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamMatchmaking( struct cppISteamClient_SteamClient016_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient016_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient016_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient016_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamGenericInterface( struct cppISteamClient_SteamClient016_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient016_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamUserStats( struct cppISteamClient_SteamClient016_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient016_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamGameServerStats( struct cppISteamClient_SteamClient016_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient016_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamApps( struct cppISteamClient_SteamClient016_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient016_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamNetworking( struct cppISteamClient_SteamClient016_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient016_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamRemoteStorage( struct cppISteamClient_SteamClient016_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient016_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamScreenshots( struct cppISteamClient_SteamClient016_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient016_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamHTTP( struct cppISteamClient_SteamClient016_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient016_GetISteamUnifiedMessages_params { void *linux_side; void /*ISteamUnifiedMessages*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient016_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient016_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamController( struct cppISteamClient_SteamClient016_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient016_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamUGC( struct cppISteamClient_SteamClient016_GetISteamUGC_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient016_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamAppList( struct cppISteamClient_SteamClient016_GetISteamAppList_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient016_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamMusic( struct cppISteamClient_SteamClient016_GetISteamMusic_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient016_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamMusicRemote( struct cppISteamClient_SteamClient016_GetISteamMusicRemote_params *params ); @@ -276,8 +276,8 @@ struct cppISteamClient_SteamClient016_GetISteamHTMLSurface_params { void *linux_side; void /*ISteamHTMLSurface*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient016_GetISteamHTMLSurface( struct cppISteamClient_SteamClient016_GetISteamHTMLSurface_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient017.h b/lsteamclient/cppISteamClient_SteamClient017.h index 4af934d7..4371e308 100644 --- a/lsteamclient/cppISteamClient_SteamClient017.h +++ b/lsteamclient/cppISteamClient_SteamClient017.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient017_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient017_CreateSteamPipe( struct cppISteamClient_SteamClient017_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient017_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient017_BReleaseSteamPipe( struct cppISteamClient_SteamClient017_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient017_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient017_ConnectToGlobalUser( struct cppISteamClient_SteamClient017_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient017_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient017_CreateLocalUser( struct cppISteamClient_SteamClient017_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient017_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient017_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient017_ReleaseUser( struct cppISteamClient_SteamClient017_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient017_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamUser( struct cppISteamClient_SteamClient017_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient017_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamGameServer( struct cppISteamClient_SteamClient017_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient017_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamFriends( struct cppISteamClient_SteamClient017_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient017_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamUtils( struct cppISteamClient_SteamClient017_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient017_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamMatchmaking( struct cppISteamClient_SteamClient017_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient017_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient017_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient017_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamGenericInterface( struct cppISteamClient_SteamClient017_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient017_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamUserStats( struct cppISteamClient_SteamClient017_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient017_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamGameServerStats( struct cppISteamClient_SteamClient017_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient017_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamApps( struct cppISteamClient_SteamClient017_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient017_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamNetworking( struct cppISteamClient_SteamClient017_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient017_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamRemoteStorage( struct cppISteamClient_SteamClient017_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient017_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamScreenshots( struct cppISteamClient_SteamClient017_GetISteamScreenshots_params *params ); @@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient017_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamHTTP( struct cppISteamClient_SteamClient017_GetISteamHTTP_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages_params { void *linux_side; void *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient017_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamController( struct cppISteamClient_SteamClient017_GetISteamController_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient017_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamUGC( struct cppISteamClient_SteamClient017_GetISteamUGC_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient017_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamAppList( struct cppISteamClient_SteamClient017_GetISteamAppList_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient017_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamMusic( struct cppISteamClient_SteamClient017_GetISteamMusic_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient017_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamMusicRemote( struct cppISteamClient_SteamClient017_GetISteamMusicRemote_params *params ); @@ -276,8 +276,8 @@ struct cppISteamClient_SteamClient017_GetISteamHTMLSurface_params { void *linux_side; void /*ISteamHTMLSurface*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamHTMLSurface( struct cppISteamClient_SteamClient017_GetISteamHTMLSurface_params *params ); @@ -307,8 +307,8 @@ struct cppISteamClient_SteamClient017_GetISteamInventory_params { void *linux_side; void /*ISteamInventory*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamInventory( struct cppISteamClient_SteamClient017_GetISteamInventory_params *params ); @@ -317,8 +317,8 @@ struct cppISteamClient_SteamClient017_GetISteamVideo_params { void *linux_side; void /*ISteamVideo*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamVideo( struct cppISteamClient_SteamClient017_GetISteamVideo_params *params ); @@ -327,8 +327,8 @@ struct cppISteamClient_SteamClient017_GetISteamParentalSettings_params { void *linux_side; void /*ISteamParentalSettings*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient017_GetISteamParentalSettings( struct cppISteamClient_SteamClient017_GetISteamParentalSettings_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient018.h b/lsteamclient/cppISteamClient_SteamClient018.h index d39a3631..5445621d 100644 --- a/lsteamclient/cppISteamClient_SteamClient018.h +++ b/lsteamclient/cppISteamClient_SteamClient018.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient018_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient018_CreateSteamPipe( struct cppISteamClient_SteamClient018_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient018_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient018_BReleaseSteamPipe( struct cppISteamClient_SteamClient018_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient018_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient018_ConnectToGlobalUser( struct cppISteamClient_SteamClient018_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient018_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient018_CreateLocalUser( struct cppISteamClient_SteamClient018_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient018_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient018_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient018_ReleaseUser( struct cppISteamClient_SteamClient018_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient018_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamUser( struct cppISteamClient_SteamClient018_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient018_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamGameServer( struct cppISteamClient_SteamClient018_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient018_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamFriends( struct cppISteamClient_SteamClient018_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient018_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamUtils( struct cppISteamClient_SteamClient018_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient018_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamMatchmaking( struct cppISteamClient_SteamClient018_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient018_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient018_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient018_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamGenericInterface( struct cppISteamClient_SteamClient018_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient018_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamUserStats( struct cppISteamClient_SteamClient018_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient018_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamGameServerStats( struct cppISteamClient_SteamClient018_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient018_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamApps( struct cppISteamClient_SteamClient018_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient018_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamNetworking( struct cppISteamClient_SteamClient018_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient018_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamRemoteStorage( struct cppISteamClient_SteamClient018_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient018_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamScreenshots( struct cppISteamClient_SteamClient018_GetISteamScreenshots_params *params ); @@ -179,8 +179,8 @@ struct cppISteamClient_SteamClient018_GetISteamGameSearch_params { void *linux_side; void /*ISteamGameSearch*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamGameSearch( struct cppISteamClient_SteamClient018_GetISteamGameSearch_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient018_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamHTTP( struct cppISteamClient_SteamClient018_GetISteamHTTP_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages_params { void *linux_side; void *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient018_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamController( struct cppISteamClient_SteamClient018_GetISteamController_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient018_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamUGC( struct cppISteamClient_SteamClient018_GetISteamUGC_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient018_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamAppList( struct cppISteamClient_SteamClient018_GetISteamAppList_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient018_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamMusic( struct cppISteamClient_SteamClient018_GetISteamMusic_params *params ); @@ -276,8 +276,8 @@ struct cppISteamClient_SteamClient018_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamMusicRemote( struct cppISteamClient_SteamClient018_GetISteamMusicRemote_params *params ); @@ -286,8 +286,8 @@ struct cppISteamClient_SteamClient018_GetISteamHTMLSurface_params { void *linux_side; void /*ISteamHTMLSurface*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamHTMLSurface( struct cppISteamClient_SteamClient018_GetISteamHTMLSurface_params *params ); @@ -317,8 +317,8 @@ struct cppISteamClient_SteamClient018_GetISteamInventory_params { void *linux_side; void /*ISteamInventory*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamInventory( struct cppISteamClient_SteamClient018_GetISteamInventory_params *params ); @@ -327,8 +327,8 @@ struct cppISteamClient_SteamClient018_GetISteamVideo_params { void *linux_side; void /*ISteamVideo*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamVideo( struct cppISteamClient_SteamClient018_GetISteamVideo_params *params ); @@ -337,8 +337,8 @@ struct cppISteamClient_SteamClient018_GetISteamParentalSettings_params { void *linux_side; void /*ISteamParentalSettings*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamParentalSettings( struct cppISteamClient_SteamClient018_GetISteamParentalSettings_params *params ); @@ -347,8 +347,8 @@ struct cppISteamClient_SteamClient018_GetISteamInput_params { void *linux_side; void /*ISteamInput*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamInput( struct cppISteamClient_SteamClient018_GetISteamInput_params *params ); @@ -357,8 +357,8 @@ struct cppISteamClient_SteamClient018_GetISteamParties_params { void *linux_side; void /*ISteamParties*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient018_GetISteamParties( struct cppISteamClient_SteamClient018_GetISteamParties_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient019.h b/lsteamclient/cppISteamClient_SteamClient019.h index 265a57f1..6ac69bee 100644 --- a/lsteamclient/cppISteamClient_SteamClient019.h +++ b/lsteamclient/cppISteamClient_SteamClient019.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient019_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient019_CreateSteamPipe( struct cppISteamClient_SteamClient019_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient019_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient019_BReleaseSteamPipe( struct cppISteamClient_SteamClient019_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient019_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient019_ConnectToGlobalUser( struct cppISteamClient_SteamClient019_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient019_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient019_CreateLocalUser( struct cppISteamClient_SteamClient019_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient019_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient019_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient019_ReleaseUser( struct cppISteamClient_SteamClient019_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient019_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamUser( struct cppISteamClient_SteamClient019_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient019_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamGameServer( struct cppISteamClient_SteamClient019_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient019_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamFriends( struct cppISteamClient_SteamClient019_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient019_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamUtils( struct cppISteamClient_SteamClient019_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient019_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamMatchmaking( struct cppISteamClient_SteamClient019_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient019_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient019_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient019_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamGenericInterface( struct cppISteamClient_SteamClient019_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient019_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamUserStats( struct cppISteamClient_SteamClient019_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient019_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamGameServerStats( struct cppISteamClient_SteamClient019_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient019_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamApps( struct cppISteamClient_SteamClient019_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient019_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamNetworking( struct cppISteamClient_SteamClient019_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient019_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamRemoteStorage( struct cppISteamClient_SteamClient019_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient019_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamScreenshots( struct cppISteamClient_SteamClient019_GetISteamScreenshots_params *params ); @@ -179,8 +179,8 @@ struct cppISteamClient_SteamClient019_GetISteamGameSearch_params { void *linux_side; void /*ISteamGameSearch*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamGameSearch( struct cppISteamClient_SteamClient019_GetISteamGameSearch_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient019_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamHTTP( struct cppISteamClient_SteamClient019_GetISteamHTTP_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages_params { void *linux_side; void *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient019_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamController( struct cppISteamClient_SteamClient019_GetISteamController_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient019_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamUGC( struct cppISteamClient_SteamClient019_GetISteamUGC_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient019_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamAppList( struct cppISteamClient_SteamClient019_GetISteamAppList_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient019_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamMusic( struct cppISteamClient_SteamClient019_GetISteamMusic_params *params ); @@ -276,8 +276,8 @@ struct cppISteamClient_SteamClient019_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamMusicRemote( struct cppISteamClient_SteamClient019_GetISteamMusicRemote_params *params ); @@ -286,8 +286,8 @@ struct cppISteamClient_SteamClient019_GetISteamHTMLSurface_params { void *linux_side; void /*ISteamHTMLSurface*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamHTMLSurface( struct cppISteamClient_SteamClient019_GetISteamHTMLSurface_params *params ); @@ -317,8 +317,8 @@ struct cppISteamClient_SteamClient019_GetISteamInventory_params { void *linux_side; void /*ISteamInventory*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamInventory( struct cppISteamClient_SteamClient019_GetISteamInventory_params *params ); @@ -327,8 +327,8 @@ struct cppISteamClient_SteamClient019_GetISteamVideo_params { void *linux_side; void /*ISteamVideo*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamVideo( struct cppISteamClient_SteamClient019_GetISteamVideo_params *params ); @@ -337,8 +337,8 @@ struct cppISteamClient_SteamClient019_GetISteamParentalSettings_params { void *linux_side; void /*ISteamParentalSettings*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamParentalSettings( struct cppISteamClient_SteamClient019_GetISteamParentalSettings_params *params ); @@ -347,8 +347,8 @@ struct cppISteamClient_SteamClient019_GetISteamInput_params { void *linux_side; void /*ISteamInput*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamInput( struct cppISteamClient_SteamClient019_GetISteamInput_params *params ); @@ -357,8 +357,8 @@ struct cppISteamClient_SteamClient019_GetISteamParties_params { void *linux_side; void /*ISteamParties*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamParties( struct cppISteamClient_SteamClient019_GetISteamParties_params *params ); @@ -367,8 +367,8 @@ struct cppISteamClient_SteamClient019_GetISteamRemotePlay_params { void *linux_side; void /*ISteamRemotePlay*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient019_GetISteamRemotePlay( struct cppISteamClient_SteamClient019_GetISteamRemotePlay_params *params ); diff --git a/lsteamclient/cppISteamClient_SteamClient020.h b/lsteamclient/cppISteamClient_SteamClient020.h index dacd276d..7e2d0d42 100644 --- a/lsteamclient/cppISteamClient_SteamClient020.h +++ b/lsteamclient/cppISteamClient_SteamClient020.h @@ -1,7 +1,7 @@ struct cppISteamClient_SteamClient020_CreateSteamPipe_params { void *linux_side; - HSteamPipe _ret; + int32_t _ret; }; extern void cppISteamClient_SteamClient020_CreateSteamPipe( struct cppISteamClient_SteamClient020_CreateSteamPipe_params *params ); @@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient020_BReleaseSteamPipe_params { void *linux_side; bool _ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient020_BReleaseSteamPipe( struct cppISteamClient_SteamClient020_BReleaseSteamPipe_params *params ); struct cppISteamClient_SteamClient020_ConnectToGlobalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe hSteamPipe; + int32_t _ret; + int32_t hSteamPipe; }; extern void cppISteamClient_SteamClient020_ConnectToGlobalUser( struct cppISteamClient_SteamClient020_ConnectToGlobalUser_params *params ); struct cppISteamClient_SteamClient020_CreateLocalUser_params { void *linux_side; - HSteamUser _ret; - HSteamPipe *phSteamPipe; + int32_t _ret; + int32_t *phSteamPipe; uint32_t eAccountType; }; extern void cppISteamClient_SteamClient020_CreateLocalUser( struct cppISteamClient_SteamClient020_CreateLocalUser_params *params ); @@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient020_CreateLocalUser( struct cppISteamClie struct cppISteamClient_SteamClient020_ReleaseUser_params { void *linux_side; - HSteamPipe hSteamPipe; - HSteamUser hUser; + int32_t hSteamPipe; + int32_t hUser; }; extern void cppISteamClient_SteamClient020_ReleaseUser( struct cppISteamClient_SteamClient020_ReleaseUser_params *params ); @@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient020_GetISteamUser_params { void *linux_side; void /*ISteamUser*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamUser( struct cppISteamClient_SteamClient020_GetISteamUser_params *params ); @@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient020_GetISteamGameServer_params { void *linux_side; void /*ISteamGameServer*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamGameServer( struct cppISteamClient_SteamClient020_GetISteamGameServer_params *params ); @@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient020_GetISteamFriends_params { void *linux_side; void /*ISteamFriends*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamFriends( struct cppISteamClient_SteamClient020_GetISteamFriends_params *params ); @@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient020_GetISteamUtils_params { void *linux_side; void /*ISteamUtils*/ *_ret; - HSteamPipe hSteamPipe; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamUtils( struct cppISteamClient_SteamClient020_GetISteamUtils_params *params ); @@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient020_GetISteamMatchmaking_params { void *linux_side; void /*ISteamMatchmaking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamMatchmaking( struct cppISteamClient_SteamClient020_GetISteamMatchmaking_params *params ); @@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient020_GetISteamMatchmakingServers_params { void *linux_side; void /*ISteamMatchmakingServers*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient020_GetISteamMatchmakingServers_params *params ); @@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient020_GetISteamGenericInterface_params { void *linux_side; void *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamGenericInterface( struct cppISteamClient_SteamClient020_GetISteamGenericInterface_params *params ); @@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient020_GetISteamUserStats_params { void *linux_side; void /*ISteamUserStats*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamUserStats( struct cppISteamClient_SteamClient020_GetISteamUserStats_params *params ); @@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient020_GetISteamGameServerStats_params { void *linux_side; void /*ISteamGameServerStats*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamGameServerStats( struct cppISteamClient_SteamClient020_GetISteamGameServerStats_params *params ); @@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient020_GetISteamApps_params { void *linux_side; void /*ISteamApps*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamApps( struct cppISteamClient_SteamClient020_GetISteamApps_params *params ); @@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient020_GetISteamNetworking_params { void *linux_side; void /*ISteamNetworking*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamNetworking( struct cppISteamClient_SteamClient020_GetISteamNetworking_params *params ); @@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient020_GetISteamRemoteStorage_params { void *linux_side; void /*ISteamRemoteStorage*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamRemoteStorage( struct cppISteamClient_SteamClient020_GetISteamRemoteStorage_params *params ); @@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient020_GetISteamScreenshots_params { void *linux_side; void /*ISteamScreenshots*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamScreenshots( struct cppISteamClient_SteamClient020_GetISteamScreenshots_params *params ); @@ -179,8 +179,8 @@ struct cppISteamClient_SteamClient020_GetISteamGameSearch_params { void *linux_side; void /*ISteamGameSearch*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamGameSearch( struct cppISteamClient_SteamClient020_GetISteamGameSearch_params *params ); @@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient020_GetISteamHTTP_params { void *linux_side; void /*ISteamHTTP*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamHTTP( struct cppISteamClient_SteamClient020_GetISteamHTTP_params *params ); @@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages_params { void *linux_side; void *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages_params *params ); @@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient020_GetISteamController_params { void *linux_side; void /*ISteamController*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamController( struct cppISteamClient_SteamClient020_GetISteamController_params *params ); @@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient020_GetISteamUGC_params { void *linux_side; void /*ISteamUGC*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamUGC( struct cppISteamClient_SteamClient020_GetISteamUGC_params *params ); @@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient020_GetISteamAppList_params { void *linux_side; void /*ISteamAppList*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamAppList( struct cppISteamClient_SteamClient020_GetISteamAppList_params *params ); @@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient020_GetISteamMusic_params { void *linux_side; void /*ISteamMusic*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamMusic( struct cppISteamClient_SteamClient020_GetISteamMusic_params *params ); @@ -276,8 +276,8 @@ struct cppISteamClient_SteamClient020_GetISteamMusicRemote_params { void *linux_side; void /*ISteamMusicRemote*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamMusicRemote( struct cppISteamClient_SteamClient020_GetISteamMusicRemote_params *params ); @@ -286,8 +286,8 @@ struct cppISteamClient_SteamClient020_GetISteamHTMLSurface_params { void *linux_side; void /*ISteamHTMLSurface*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamHTMLSurface( struct cppISteamClient_SteamClient020_GetISteamHTMLSurface_params *params ); @@ -317,8 +317,8 @@ struct cppISteamClient_SteamClient020_GetISteamInventory_params { void *linux_side; void /*ISteamInventory*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamInventory( struct cppISteamClient_SteamClient020_GetISteamInventory_params *params ); @@ -327,8 +327,8 @@ struct cppISteamClient_SteamClient020_GetISteamVideo_params { void *linux_side; void /*ISteamVideo*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamVideo( struct cppISteamClient_SteamClient020_GetISteamVideo_params *params ); @@ -337,8 +337,8 @@ struct cppISteamClient_SteamClient020_GetISteamParentalSettings_params { void *linux_side; void /*ISteamParentalSettings*/ *_ret; - HSteamUser hSteamuser; - HSteamPipe hSteamPipe; + int32_t hSteamuser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamParentalSettings( struct cppISteamClient_SteamClient020_GetISteamParentalSettings_params *params ); @@ -347,8 +347,8 @@ struct cppISteamClient_SteamClient020_GetISteamInput_params { void *linux_side; void /*ISteamInput*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamInput( struct cppISteamClient_SteamClient020_GetISteamInput_params *params ); @@ -357,8 +357,8 @@ struct cppISteamClient_SteamClient020_GetISteamParties_params { void *linux_side; void /*ISteamParties*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamParties( struct cppISteamClient_SteamClient020_GetISteamParties_params *params ); @@ -367,8 +367,8 @@ struct cppISteamClient_SteamClient020_GetISteamRemotePlay_params { void *linux_side; void /*ISteamRemotePlay*/ *_ret; - HSteamUser hSteamUser; - HSteamPipe hSteamPipe; + int32_t hSteamUser; + int32_t hSteamPipe; const char *pchVersion; }; extern void cppISteamClient_SteamClient020_GetISteamRemotePlay( struct cppISteamClient_SteamClient020_GetISteamRemotePlay_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController003.h b/lsteamclient/cppISteamController_SteamController003.h index 57f1c495..17fc00ae 100644 --- a/lsteamclient/cppISteamController_SteamController003.h +++ b/lsteamclient/cppISteamController_SteamController003.h @@ -22,7 +22,7 @@ struct cppISteamController_SteamController003_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController003_GetConnectedControllers( struct cppISteamController_SteamController003_GetConnectedControllers_params *params ); @@ -30,14 +30,14 @@ struct cppISteamController_SteamController003_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController003_ShowBindingPanel( struct cppISteamController_SteamController003_ShowBindingPanel_params *params ); struct cppISteamController_SteamController003_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController003_GetActionSetHandle( struct cppISteamController_SteamController003_GetActionSetHandle_params *params ); @@ -45,23 +45,23 @@ extern void cppISteamController_SteamController003_GetActionSetHandle( struct cp struct cppISteamController_SteamController003_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController003_ActivateActionSet( struct cppISteamController_SteamController003_ActivateActionSet_params *params ); struct cppISteamController_SteamController003_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController003_GetCurrentActionSet( struct cppISteamController_SteamController003_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController003_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController003_GetDigitalActionHandle( struct cppISteamController_SteamController003_GetDigitalActionHandle_params *params ); @@ -70,8 +70,8 @@ struct cppISteamController_SteamController003_GetDigitalActionData_params { void *linux_side; ControllerDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController003_GetDigitalActionData( struct cppISteamController_SteamController003_GetDigitalActionData_params *params ); @@ -79,9 +79,9 @@ struct cppISteamController_SteamController003_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController003_GetDigitalActionOrigins( struct cppISteamController_SteamController003_GetDigitalActionOrigins_params *params ); @@ -89,7 +89,7 @@ extern void cppISteamController_SteamController003_GetDigitalActionOrigins( stru struct cppISteamController_SteamController003_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController003_GetAnalogActionHandle( struct cppISteamController_SteamController003_GetAnalogActionHandle_params *params ); @@ -98,8 +98,8 @@ struct cppISteamController_SteamController003_GetAnalogActionData_params { void *linux_side; ControllerAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController003_GetAnalogActionData( struct cppISteamController_SteamController003_GetAnalogActionData_params *params ); @@ -107,9 +107,9 @@ struct cppISteamController_SteamController003_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController003_GetAnalogActionOrigins( struct cppISteamController_SteamController003_GetAnalogActionOrigins_params *params ); @@ -117,15 +117,15 @@ extern void cppISteamController_SteamController003_GetAnalogActionOrigins( struc struct cppISteamController_SteamController003_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController003_StopAnalogActionMomentum( struct cppISteamController_SteamController003_StopAnalogActionMomentum_params *params ); struct cppISteamController_SteamController003_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -134,7 +134,7 @@ extern void cppISteamController_SteamController003_TriggerHapticPulse( struct cp struct cppISteamController_SteamController003_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; diff --git a/lsteamclient/cppISteamController_SteamController004.h b/lsteamclient/cppISteamController_SteamController004.h index 64d79ec2..c2cb8f97 100644 --- a/lsteamclient/cppISteamController_SteamController004.h +++ b/lsteamclient/cppISteamController_SteamController004.h @@ -22,7 +22,7 @@ struct cppISteamController_SteamController004_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController004_GetConnectedControllers( struct cppISteamController_SteamController004_GetConnectedControllers_params *params ); @@ -30,14 +30,14 @@ struct cppISteamController_SteamController004_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController004_ShowBindingPanel( struct cppISteamController_SteamController004_ShowBindingPanel_params *params ); struct cppISteamController_SteamController004_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController004_GetActionSetHandle( struct cppISteamController_SteamController004_GetActionSetHandle_params *params ); @@ -45,23 +45,23 @@ extern void cppISteamController_SteamController004_GetActionSetHandle( struct cp struct cppISteamController_SteamController004_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController004_ActivateActionSet( struct cppISteamController_SteamController004_ActivateActionSet_params *params ); struct cppISteamController_SteamController004_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController004_GetCurrentActionSet( struct cppISteamController_SteamController004_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController004_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController004_GetDigitalActionHandle( struct cppISteamController_SteamController004_GetDigitalActionHandle_params *params ); @@ -70,8 +70,8 @@ struct cppISteamController_SteamController004_GetDigitalActionData_params { void *linux_side; ControllerDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController004_GetDigitalActionData( struct cppISteamController_SteamController004_GetDigitalActionData_params *params ); @@ -79,9 +79,9 @@ struct cppISteamController_SteamController004_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController004_GetDigitalActionOrigins( struct cppISteamController_SteamController004_GetDigitalActionOrigins_params *params ); @@ -89,7 +89,7 @@ extern void cppISteamController_SteamController004_GetDigitalActionOrigins( stru struct cppISteamController_SteamController004_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController004_GetAnalogActionHandle( struct cppISteamController_SteamController004_GetAnalogActionHandle_params *params ); @@ -98,8 +98,8 @@ struct cppISteamController_SteamController004_GetAnalogActionData_params { void *linux_side; ControllerAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController004_GetAnalogActionData( struct cppISteamController_SteamController004_GetAnalogActionData_params *params ); @@ -107,9 +107,9 @@ struct cppISteamController_SteamController004_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController004_GetAnalogActionOrigins( struct cppISteamController_SteamController004_GetAnalogActionOrigins_params *params ); @@ -117,15 +117,15 @@ extern void cppISteamController_SteamController004_GetAnalogActionOrigins( struc struct cppISteamController_SteamController004_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController004_StopAnalogActionMomentum( struct cppISteamController_SteamController004_StopAnalogActionMomentum_params *params ); struct cppISteamController_SteamController004_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -134,7 +134,7 @@ extern void cppISteamController_SteamController004_TriggerHapticPulse( struct cp struct cppISteamController_SteamController004_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -147,14 +147,14 @@ struct cppISteamController_SteamController004_GetGamepadIndexForController_param { void *linux_side; int32_t _ret; - ControllerHandle_t ulControllerHandle; + uint64_t ulControllerHandle; }; extern void cppISteamController_SteamController004_GetGamepadIndexForController( struct cppISteamController_SteamController004_GetGamepadIndexForController_params *params ); struct cppISteamController_SteamController004_GetControllerForGamepadIndex_params { void *linux_side; - ControllerHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamController_SteamController004_GetControllerForGamepadIndex( struct cppISteamController_SteamController004_GetControllerForGamepadIndex_params *params ); @@ -163,7 +163,7 @@ struct cppISteamController_SteamController004_GetMotionData_params { void *linux_side; ControllerMotionData_t *_ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController004_GetMotionData( struct cppISteamController_SteamController004_GetMotionData_params *params ); @@ -171,8 +171,8 @@ struct cppISteamController_SteamController004_ShowDigitalActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; float flScale; float flXPosition; float flYPosition; @@ -183,8 +183,8 @@ struct cppISteamController_SteamController004_ShowAnalogActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; float flScale; float flXPosition; float flYPosition; diff --git a/lsteamclient/cppISteamController_SteamController005.h b/lsteamclient/cppISteamController_SteamController005.h index 540df20e..fa7d7181 100644 --- a/lsteamclient/cppISteamController_SteamController005.h +++ b/lsteamclient/cppISteamController_SteamController005.h @@ -22,7 +22,7 @@ struct cppISteamController_SteamController005_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController005_GetConnectedControllers( struct cppISteamController_SteamController005_GetConnectedControllers_params *params ); @@ -30,14 +30,14 @@ struct cppISteamController_SteamController005_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController005_ShowBindingPanel( struct cppISteamController_SteamController005_ShowBindingPanel_params *params ); struct cppISteamController_SteamController005_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController005_GetActionSetHandle( struct cppISteamController_SteamController005_GetActionSetHandle_params *params ); @@ -45,23 +45,23 @@ extern void cppISteamController_SteamController005_GetActionSetHandle( struct cp struct cppISteamController_SteamController005_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController005_ActivateActionSet( struct cppISteamController_SteamController005_ActivateActionSet_params *params ); struct cppISteamController_SteamController005_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController005_GetCurrentActionSet( struct cppISteamController_SteamController005_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController005_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController005_GetDigitalActionHandle( struct cppISteamController_SteamController005_GetDigitalActionHandle_params *params ); @@ -70,8 +70,8 @@ struct cppISteamController_SteamController005_GetDigitalActionData_params { void *linux_side; ControllerDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController005_GetDigitalActionData( struct cppISteamController_SteamController005_GetDigitalActionData_params *params ); @@ -79,9 +79,9 @@ struct cppISteamController_SteamController005_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController005_GetDigitalActionOrigins( struct cppISteamController_SteamController005_GetDigitalActionOrigins_params *params ); @@ -89,7 +89,7 @@ extern void cppISteamController_SteamController005_GetDigitalActionOrigins( stru struct cppISteamController_SteamController005_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController005_GetAnalogActionHandle( struct cppISteamController_SteamController005_GetAnalogActionHandle_params *params ); @@ -98,8 +98,8 @@ struct cppISteamController_SteamController005_GetAnalogActionData_params { void *linux_side; ControllerAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController005_GetAnalogActionData( struct cppISteamController_SteamController005_GetAnalogActionData_params *params ); @@ -107,9 +107,9 @@ struct cppISteamController_SteamController005_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController005_GetAnalogActionOrigins( struct cppISteamController_SteamController005_GetAnalogActionOrigins_params *params ); @@ -117,15 +117,15 @@ extern void cppISteamController_SteamController005_GetAnalogActionOrigins( struc struct cppISteamController_SteamController005_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController005_StopAnalogActionMomentum( struct cppISteamController_SteamController005_StopAnalogActionMomentum_params *params ); struct cppISteamController_SteamController005_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -134,7 +134,7 @@ extern void cppISteamController_SteamController005_TriggerHapticPulse( struct cp struct cppISteamController_SteamController005_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -146,7 +146,7 @@ extern void cppISteamController_SteamController005_TriggerRepeatedHapticPulse( s struct cppISteamController_SteamController005_TriggerVibration_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -155,7 +155,7 @@ extern void cppISteamController_SteamController005_TriggerVibration( struct cppI struct cppISteamController_SteamController005_SetLEDColor_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -167,14 +167,14 @@ struct cppISteamController_SteamController005_GetGamepadIndexForController_param { void *linux_side; int32_t _ret; - ControllerHandle_t ulControllerHandle; + uint64_t ulControllerHandle; }; extern void cppISteamController_SteamController005_GetGamepadIndexForController( struct cppISteamController_SteamController005_GetGamepadIndexForController_params *params ); struct cppISteamController_SteamController005_GetControllerForGamepadIndex_params { void *linux_side; - ControllerHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamController_SteamController005_GetControllerForGamepadIndex( struct cppISteamController_SteamController005_GetControllerForGamepadIndex_params *params ); @@ -183,7 +183,7 @@ struct cppISteamController_SteamController005_GetMotionData_params { void *linux_side; ControllerMotionData_t *_ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController005_GetMotionData( struct cppISteamController_SteamController005_GetMotionData_params *params ); @@ -191,8 +191,8 @@ struct cppISteamController_SteamController005_ShowDigitalActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; float flScale; float flXPosition; float flYPosition; @@ -203,8 +203,8 @@ struct cppISteamController_SteamController005_ShowAnalogActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; float flScale; float flXPosition; float flYPosition; diff --git a/lsteamclient/cppISteamController_SteamController006.h b/lsteamclient/cppISteamController_SteamController006.h index ca272b87..6a277d11 100644 --- a/lsteamclient/cppISteamController_SteamController006.h +++ b/lsteamclient/cppISteamController_SteamController006.h @@ -22,7 +22,7 @@ struct cppISteamController_SteamController006_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController006_GetConnectedControllers( struct cppISteamController_SteamController006_GetConnectedControllers_params *params ); @@ -30,14 +30,14 @@ struct cppISteamController_SteamController006_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController006_ShowBindingPanel( struct cppISteamController_SteamController006_ShowBindingPanel_params *params ); struct cppISteamController_SteamController006_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController006_GetActionSetHandle( struct cppISteamController_SteamController006_GetActionSetHandle_params *params ); @@ -45,39 +45,39 @@ extern void cppISteamController_SteamController006_GetActionSetHandle( struct cp struct cppISteamController_SteamController006_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController006_ActivateActionSet( struct cppISteamController_SteamController006_ActivateActionSet_params *params ); struct cppISteamController_SteamController006_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController006_GetCurrentActionSet( struct cppISteamController_SteamController006_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController006_ActivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController006_ActivateActionSetLayer( struct cppISteamController_SteamController006_ActivateActionSetLayer_params *params ); struct cppISteamController_SteamController006_DeactivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController006_DeactivateActionSetLayer( struct cppISteamController_SteamController006_DeactivateActionSetLayer_params *params ); struct cppISteamController_SteamController006_DeactivateAllActionSetLayers_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController006_DeactivateAllActionSetLayers( struct cppISteamController_SteamController006_DeactivateAllActionSetLayers_params *params ); @@ -85,15 +85,15 @@ struct cppISteamController_SteamController006_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t *handlesOut; + uint64_t controllerHandle; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController006_GetActiveActionSetLayers( struct cppISteamController_SteamController006_GetActiveActionSetLayers_params *params ); struct cppISteamController_SteamController006_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController006_GetDigitalActionHandle( struct cppISteamController_SteamController006_GetDigitalActionHandle_params *params ); @@ -102,8 +102,8 @@ struct cppISteamController_SteamController006_GetDigitalActionData_params { void *linux_side; ControllerDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController006_GetDigitalActionData( struct cppISteamController_SteamController006_GetDigitalActionData_params *params ); @@ -111,9 +111,9 @@ struct cppISteamController_SteamController006_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController006_GetDigitalActionOrigins( struct cppISteamController_SteamController006_GetDigitalActionOrigins_params *params ); @@ -121,7 +121,7 @@ extern void cppISteamController_SteamController006_GetDigitalActionOrigins( stru struct cppISteamController_SteamController006_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController006_GetAnalogActionHandle( struct cppISteamController_SteamController006_GetAnalogActionHandle_params *params ); @@ -130,8 +130,8 @@ struct cppISteamController_SteamController006_GetAnalogActionData_params { void *linux_side; ControllerAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController006_GetAnalogActionData( struct cppISteamController_SteamController006_GetAnalogActionData_params *params ); @@ -139,9 +139,9 @@ struct cppISteamController_SteamController006_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController006_GetAnalogActionOrigins( struct cppISteamController_SteamController006_GetAnalogActionOrigins_params *params ); @@ -149,15 +149,15 @@ extern void cppISteamController_SteamController006_GetAnalogActionOrigins( struc struct cppISteamController_SteamController006_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController006_StopAnalogActionMomentum( struct cppISteamController_SteamController006_StopAnalogActionMomentum_params *params ); struct cppISteamController_SteamController006_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -166,7 +166,7 @@ extern void cppISteamController_SteamController006_TriggerHapticPulse( struct cp struct cppISteamController_SteamController006_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -178,7 +178,7 @@ extern void cppISteamController_SteamController006_TriggerRepeatedHapticPulse( s struct cppISteamController_SteamController006_TriggerVibration_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -187,7 +187,7 @@ extern void cppISteamController_SteamController006_TriggerVibration( struct cppI struct cppISteamController_SteamController006_SetLEDColor_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -199,14 +199,14 @@ struct cppISteamController_SteamController006_GetGamepadIndexForController_param { void *linux_side; int32_t _ret; - ControllerHandle_t ulControllerHandle; + uint64_t ulControllerHandle; }; extern void cppISteamController_SteamController006_GetGamepadIndexForController( struct cppISteamController_SteamController006_GetGamepadIndexForController_params *params ); struct cppISteamController_SteamController006_GetControllerForGamepadIndex_params { void *linux_side; - ControllerHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamController_SteamController006_GetControllerForGamepadIndex( struct cppISteamController_SteamController006_GetControllerForGamepadIndex_params *params ); @@ -215,7 +215,7 @@ struct cppISteamController_SteamController006_GetMotionData_params { void *linux_side; ControllerMotionData_t *_ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController006_GetMotionData( struct cppISteamController_SteamController006_GetMotionData_params *params ); @@ -223,8 +223,8 @@ struct cppISteamController_SteamController006_ShowDigitalActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; float flScale; float flXPosition; float flYPosition; @@ -235,8 +235,8 @@ struct cppISteamController_SteamController006_ShowAnalogActionOrigins_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; float flScale; float flXPosition; float flYPosition; @@ -263,7 +263,7 @@ struct cppISteamController_SteamController006_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController006_GetInputTypeForHandle( struct cppISteamController_SteamController006_GetInputTypeForHandle_params *params ); diff --git a/lsteamclient/cppISteamController_SteamController007.h b/lsteamclient/cppISteamController_SteamController007.h index 74e1f2f1..40d5d94f 100644 --- a/lsteamclient/cppISteamController_SteamController007.h +++ b/lsteamclient/cppISteamController_SteamController007.h @@ -22,14 +22,14 @@ struct cppISteamController_SteamController007_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController007_GetConnectedControllers( struct cppISteamController_SteamController007_GetConnectedControllers_params *params ); struct cppISteamController_SteamController007_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController007_GetActionSetHandle( struct cppISteamController_SteamController007_GetActionSetHandle_params *params ); @@ -37,39 +37,39 @@ extern void cppISteamController_SteamController007_GetActionSetHandle( struct cp struct cppISteamController_SteamController007_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController007_ActivateActionSet( struct cppISteamController_SteamController007_ActivateActionSet_params *params ); struct cppISteamController_SteamController007_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController007_GetCurrentActionSet( struct cppISteamController_SteamController007_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController007_ActivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController007_ActivateActionSetLayer( struct cppISteamController_SteamController007_ActivateActionSetLayer_params *params ); struct cppISteamController_SteamController007_DeactivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController007_DeactivateActionSetLayer( struct cppISteamController_SteamController007_DeactivateActionSetLayer_params *params ); struct cppISteamController_SteamController007_DeactivateAllActionSetLayers_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController007_DeactivateAllActionSetLayers( struct cppISteamController_SteamController007_DeactivateAllActionSetLayers_params *params ); @@ -77,15 +77,15 @@ struct cppISteamController_SteamController007_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t *handlesOut; + uint64_t controllerHandle; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController007_GetActiveActionSetLayers( struct cppISteamController_SteamController007_GetActiveActionSetLayers_params *params ); struct cppISteamController_SteamController007_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController007_GetDigitalActionHandle( struct cppISteamController_SteamController007_GetDigitalActionHandle_params *params ); @@ -94,8 +94,8 @@ struct cppISteamController_SteamController007_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController007_GetDigitalActionData( struct cppISteamController_SteamController007_GetDigitalActionData_params *params ); @@ -103,9 +103,9 @@ struct cppISteamController_SteamController007_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController007_GetDigitalActionOrigins( struct cppISteamController_SteamController007_GetDigitalActionOrigins_params *params ); @@ -113,7 +113,7 @@ extern void cppISteamController_SteamController007_GetDigitalActionOrigins( stru struct cppISteamController_SteamController007_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController007_GetAnalogActionHandle( struct cppISteamController_SteamController007_GetAnalogActionHandle_params *params ); @@ -122,8 +122,8 @@ struct cppISteamController_SteamController007_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController007_GetAnalogActionData( struct cppISteamController_SteamController007_GetAnalogActionData_params *params ); @@ -131,9 +131,9 @@ struct cppISteamController_SteamController007_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController007_GetAnalogActionOrigins( struct cppISteamController_SteamController007_GetAnalogActionOrigins_params *params ); @@ -157,8 +157,8 @@ extern void cppISteamController_SteamController007_GetStringForActionOrigin( str struct cppISteamController_SteamController007_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController007_StopAnalogActionMomentum( struct cppISteamController_SteamController007_StopAnalogActionMomentum_params *params ); @@ -166,14 +166,14 @@ struct cppISteamController_SteamController007_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController007_GetMotionData( struct cppISteamController_SteamController007_GetMotionData_params *params ); struct cppISteamController_SteamController007_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -182,7 +182,7 @@ extern void cppISteamController_SteamController007_TriggerHapticPulse( struct cp struct cppISteamController_SteamController007_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -194,7 +194,7 @@ extern void cppISteamController_SteamController007_TriggerRepeatedHapticPulse( s struct cppISteamController_SteamController007_TriggerVibration_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -203,7 +203,7 @@ extern void cppISteamController_SteamController007_TriggerVibration( struct cppI struct cppISteamController_SteamController007_SetLEDColor_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -215,7 +215,7 @@ struct cppISteamController_SteamController007_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController007_ShowBindingPanel( struct cppISteamController_SteamController007_ShowBindingPanel_params *params ); @@ -223,14 +223,14 @@ struct cppISteamController_SteamController007_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController007_GetInputTypeForHandle( struct cppISteamController_SteamController007_GetInputTypeForHandle_params *params ); struct cppISteamController_SteamController007_GetControllerForGamepadIndex_params { void *linux_side; - ControllerHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamController_SteamController007_GetControllerForGamepadIndex( struct cppISteamController_SteamController007_GetControllerForGamepadIndex_params *params ); @@ -239,7 +239,7 @@ struct cppISteamController_SteamController007_GetGamepadIndexForController_param { void *linux_side; int32_t _ret; - ControllerHandle_t ulControllerHandle; + uint64_t ulControllerHandle; }; extern void cppISteamController_SteamController007_GetGamepadIndexForController( struct cppISteamController_SteamController007_GetGamepadIndexForController_params *params ); @@ -263,7 +263,7 @@ struct cppISteamController_SteamController007_GetActionOriginFromXboxOrigin_para { void *linux_side; uint32_t _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eOrigin; }; extern void cppISteamController_SteamController007_GetActionOriginFromXboxOrigin( struct cppISteamController_SteamController007_GetActionOriginFromXboxOrigin_params *params ); @@ -281,7 +281,7 @@ struct cppISteamController_SteamController007_GetControllerBindingRevision_param { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; int32_t *pMajor; int32_t *pMinor; }; diff --git a/lsteamclient/cppISteamController_SteamController008.h b/lsteamclient/cppISteamController_SteamController008.h index 388a4dee..d8797794 100644 --- a/lsteamclient/cppISteamController_SteamController008.h +++ b/lsteamclient/cppISteamController_SteamController008.h @@ -22,14 +22,14 @@ struct cppISteamController_SteamController008_GetConnectedControllers_params { void *linux_side; int32_t _ret; - ControllerHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController008_GetConnectedControllers( struct cppISteamController_SteamController008_GetConnectedControllers_params *params ); struct cppISteamController_SteamController008_GetActionSetHandle_params { void *linux_side; - ControllerActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamController_SteamController008_GetActionSetHandle( struct cppISteamController_SteamController008_GetActionSetHandle_params *params ); @@ -37,39 +37,39 @@ extern void cppISteamController_SteamController008_GetActionSetHandle( struct cp struct cppISteamController_SteamController008_ActivateActionSet_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; }; extern void cppISteamController_SteamController008_ActivateActionSet( struct cppISteamController_SteamController008_ActivateActionSet_params *params ); struct cppISteamController_SteamController008_GetCurrentActionSet_params { void *linux_side; - ControllerActionSetHandle_t _ret; - ControllerHandle_t controllerHandle; + uint64_t _ret; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController008_GetCurrentActionSet( struct cppISteamController_SteamController008_GetCurrentActionSet_params *params ); struct cppISteamController_SteamController008_ActivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController008_ActivateActionSetLayer( struct cppISteamController_SteamController008_ActivateActionSetLayer_params *params ); struct cppISteamController_SteamController008_DeactivateActionSetLayer_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetLayerHandle; + uint64_t controllerHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamController_SteamController008_DeactivateActionSetLayer( struct cppISteamController_SteamController008_DeactivateActionSetLayer_params *params ); struct cppISteamController_SteamController008_DeactivateAllActionSetLayers_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController008_DeactivateAllActionSetLayers( struct cppISteamController_SteamController008_DeactivateAllActionSetLayers_params *params ); @@ -77,15 +77,15 @@ struct cppISteamController_SteamController008_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t *handlesOut; + uint64_t controllerHandle; + uint64_t *handlesOut; }; extern void cppISteamController_SteamController008_GetActiveActionSetLayers( struct cppISteamController_SteamController008_GetActiveActionSetLayers_params *params ); struct cppISteamController_SteamController008_GetDigitalActionHandle_params { void *linux_side; - ControllerDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController008_GetDigitalActionHandle( struct cppISteamController_SteamController008_GetDigitalActionHandle_params *params ); @@ -94,8 +94,8 @@ struct cppISteamController_SteamController008_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t digitalActionHandle; }; extern void cppISteamController_SteamController008_GetDigitalActionData( struct cppISteamController_SteamController008_GetDigitalActionData_params *params ); @@ -103,9 +103,9 @@ struct cppISteamController_SteamController008_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerDigitalActionHandle_t digitalActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController008_GetDigitalActionOrigins( struct cppISteamController_SteamController008_GetDigitalActionOrigins_params *params ); @@ -113,7 +113,7 @@ extern void cppISteamController_SteamController008_GetDigitalActionOrigins( stru struct cppISteamController_SteamController008_GetAnalogActionHandle_params { void *linux_side; - ControllerAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamController_SteamController008_GetAnalogActionHandle( struct cppISteamController_SteamController008_GetAnalogActionHandle_params *params ); @@ -122,8 +122,8 @@ struct cppISteamController_SteamController008_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t analogActionHandle; }; extern void cppISteamController_SteamController008_GetAnalogActionData( struct cppISteamController_SteamController008_GetAnalogActionData_params *params ); @@ -131,9 +131,9 @@ struct cppISteamController_SteamController008_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - ControllerHandle_t controllerHandle; - ControllerActionSetHandle_t actionSetHandle; - ControllerAnalogActionHandle_t analogActionHandle; + uint64_t controllerHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamController_SteamController008_GetAnalogActionOrigins( struct cppISteamController_SteamController008_GetAnalogActionOrigins_params *params ); @@ -157,8 +157,8 @@ extern void cppISteamController_SteamController008_GetStringForActionOrigin( str struct cppISteamController_SteamController008_StopAnalogActionMomentum_params { void *linux_side; - ControllerHandle_t controllerHandle; - ControllerAnalogActionHandle_t eAction; + uint64_t controllerHandle; + uint64_t eAction; }; extern void cppISteamController_SteamController008_StopAnalogActionMomentum( struct cppISteamController_SteamController008_StopAnalogActionMomentum_params *params ); @@ -166,14 +166,14 @@ struct cppISteamController_SteamController008_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController008_GetMotionData( struct cppISteamController_SteamController008_GetMotionData_params *params ); struct cppISteamController_SteamController008_TriggerHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -182,7 +182,7 @@ extern void cppISteamController_SteamController008_TriggerHapticPulse( struct cp struct cppISteamController_SteamController008_TriggerRepeatedHapticPulse_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -194,7 +194,7 @@ extern void cppISteamController_SteamController008_TriggerRepeatedHapticPulse( s struct cppISteamController_SteamController008_TriggerVibration_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -203,7 +203,7 @@ extern void cppISteamController_SteamController008_TriggerVibration( struct cppI struct cppISteamController_SteamController008_SetLEDColor_params { void *linux_side; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -215,7 +215,7 @@ struct cppISteamController_SteamController008_ShowBindingPanel_params { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController008_ShowBindingPanel( struct cppISteamController_SteamController008_ShowBindingPanel_params *params ); @@ -223,14 +223,14 @@ struct cppISteamController_SteamController008_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; }; extern void cppISteamController_SteamController008_GetInputTypeForHandle( struct cppISteamController_SteamController008_GetInputTypeForHandle_params *params ); struct cppISteamController_SteamController008_GetControllerForGamepadIndex_params { void *linux_side; - ControllerHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamController_SteamController008_GetControllerForGamepadIndex( struct cppISteamController_SteamController008_GetControllerForGamepadIndex_params *params ); @@ -239,7 +239,7 @@ struct cppISteamController_SteamController008_GetGamepadIndexForController_param { void *linux_side; int32_t _ret; - ControllerHandle_t ulControllerHandle; + uint64_t ulControllerHandle; }; extern void cppISteamController_SteamController008_GetGamepadIndexForController( struct cppISteamController_SteamController008_GetGamepadIndexForController_params *params ); @@ -263,7 +263,7 @@ struct cppISteamController_SteamController008_GetActionOriginFromXboxOrigin_para { void *linux_side; uint32_t _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; uint32_t eOrigin; }; extern void cppISteamController_SteamController008_GetActionOriginFromXboxOrigin( struct cppISteamController_SteamController008_GetActionOriginFromXboxOrigin_params *params ); @@ -281,7 +281,7 @@ struct cppISteamController_SteamController008_GetControllerBindingRevision_param { void *linux_side; bool _ret; - ControllerHandle_t controllerHandle; + uint64_t controllerHandle; int32_t *pMajor; int32_t *pMinor; }; diff --git a/lsteamclient/cppISteamFriends_SteamFriends005.h b/lsteamclient/cppISteamFriends_SteamFriends005.h index ae7ad692..4d2bb66f 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends005.h +++ b/lsteamclient/cppISteamFriends_SteamFriends005.h @@ -178,7 +178,7 @@ extern void cppISteamFriends_SteamFriends005_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends005_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends005_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends005_ActivateGameOverlayToStore_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends006.h b/lsteamclient/cppISteamFriends_SteamFriends006.h index 5cc957e2..c3793721 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends006.h +++ b/lsteamclient/cppISteamFriends_SteamFriends006.h @@ -186,7 +186,7 @@ extern void cppISteamFriends_SteamFriends006_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends006_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends006_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends006_ActivateGameOverlayToStore_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends007.h b/lsteamclient/cppISteamFriends_SteamFriends007.h index 6a857806..50be01b5 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends007.h +++ b/lsteamclient/cppISteamFriends_SteamFriends007.h @@ -177,7 +177,7 @@ extern void cppISteamFriends_SteamFriends007_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends007_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends007_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends007_ActivateGameOverlayToStore_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends008.h b/lsteamclient/cppISteamFriends_SteamFriends008.h index 0f263543..5f911407 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends008.h +++ b/lsteamclient/cppISteamFriends_SteamFriends008.h @@ -177,7 +177,7 @@ extern void cppISteamFriends_SteamFriends008_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends008_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends008_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends008_ActivateGameOverlayToStore_params *params ); @@ -231,7 +231,7 @@ extern void cppISteamFriends_SteamFriends008_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends008_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends008_RequestClanOfficerList( struct cppISteamFriends_SteamFriends008_RequestClanOfficerList_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends009.h b/lsteamclient/cppISteamFriends_SteamFriends009.h index a756a0c4..32258616 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends009.h +++ b/lsteamclient/cppISteamFriends_SteamFriends009.h @@ -177,7 +177,7 @@ extern void cppISteamFriends_SteamFriends009_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends009_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends009_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends009_ActivateGameOverlayToStore_params *params ); @@ -231,7 +231,7 @@ extern void cppISteamFriends_SteamFriends009_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends009_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends009_RequestClanOfficerList( struct cppISteamFriends_SteamFriends009_RequestClanOfficerList_params *params ); @@ -344,7 +344,7 @@ extern void cppISteamFriends_SteamFriends009_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends009_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends009_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends009_GetFriendCoplayGame_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends010.h b/lsteamclient/cppISteamFriends_SteamFriends010.h index 42b979da..bf12ffb3 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends010.h +++ b/lsteamclient/cppISteamFriends_SteamFriends010.h @@ -132,7 +132,7 @@ extern void cppISteamFriends_SteamFriends010_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends010_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -197,7 +197,7 @@ extern void cppISteamFriends_SteamFriends010_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends010_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends010_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends010_ActivateGameOverlayToStore_params *params ); @@ -251,7 +251,7 @@ extern void cppISteamFriends_SteamFriends010_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends010_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends010_RequestClanOfficerList( struct cppISteamFriends_SteamFriends010_RequestClanOfficerList_params *params ); @@ -364,7 +364,7 @@ extern void cppISteamFriends_SteamFriends010_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends010_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends010_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends010_GetFriendCoplayGame_params *params ); @@ -372,7 +372,7 @@ extern void cppISteamFriends_SteamFriends010_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends010_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends010_JoinClanChatRoom( struct cppISteamFriends_SteamFriends010_JoinClanChatRoom_params *params ); diff --git a/lsteamclient/cppISteamFriends_SteamFriends011.h b/lsteamclient/cppISteamFriends_SteamFriends011.h index 2c3c86c8..d34cdc73 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends011.h +++ b/lsteamclient/cppISteamFriends_SteamFriends011.h @@ -132,7 +132,7 @@ extern void cppISteamFriends_SteamFriends011_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends011_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -197,7 +197,7 @@ extern void cppISteamFriends_SteamFriends011_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends011_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends011_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends011_ActivateGameOverlayToStore_params *params ); @@ -251,7 +251,7 @@ extern void cppISteamFriends_SteamFriends011_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends011_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends011_RequestClanOfficerList( struct cppISteamFriends_SteamFriends011_RequestClanOfficerList_params *params ); @@ -371,7 +371,7 @@ extern void cppISteamFriends_SteamFriends011_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends011_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends011_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends011_GetFriendCoplayGame_params *params ); @@ -379,7 +379,7 @@ extern void cppISteamFriends_SteamFriends011_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends011_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends011_JoinClanChatRoom( struct cppISteamFriends_SteamFriends011_JoinClanChatRoom_params *params ); @@ -496,7 +496,7 @@ extern void cppISteamFriends_SteamFriends011_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends011_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends011_GetFollowerCount( struct cppISteamFriends_SteamFriends011_GetFollowerCount_params *params ); @@ -504,7 +504,7 @@ extern void cppISteamFriends_SteamFriends011_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends011_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends011_IsFollowing( struct cppISteamFriends_SteamFriends011_IsFollowing_params *params ); @@ -512,7 +512,7 @@ extern void cppISteamFriends_SteamFriends011_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends011_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; 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 bf68c1c6..6397c91b 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends012.h +++ b/lsteamclient/cppISteamFriends_SteamFriends012.h @@ -8,7 +8,7 @@ extern void cppISteamFriends_SteamFriends012_GetPersonaName( struct cppISteamFri struct cppISteamFriends_SteamFriends012_SetPersonaName_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchPersonaName; }; extern void cppISteamFriends_SteamFriends012_SetPersonaName( struct cppISteamFriends_SteamFriends012_SetPersonaName_params *params ); @@ -133,7 +133,7 @@ extern void cppISteamFriends_SteamFriends012_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends012_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -198,7 +198,7 @@ extern void cppISteamFriends_SteamFriends012_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends012_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamFriends_SteamFriends012_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends012_ActivateGameOverlayToStore_params *params ); @@ -252,7 +252,7 @@ extern void cppISteamFriends_SteamFriends012_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends012_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends012_RequestClanOfficerList( struct cppISteamFriends_SteamFriends012_RequestClanOfficerList_params *params ); @@ -372,7 +372,7 @@ extern void cppISteamFriends_SteamFriends012_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends012_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends012_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends012_GetFriendCoplayGame_params *params ); @@ -380,7 +380,7 @@ extern void cppISteamFriends_SteamFriends012_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends012_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends012_JoinClanChatRoom( struct cppISteamFriends_SteamFriends012_JoinClanChatRoom_params *params ); @@ -497,7 +497,7 @@ extern void cppISteamFriends_SteamFriends012_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends012_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends012_GetFollowerCount( struct cppISteamFriends_SteamFriends012_GetFollowerCount_params *params ); @@ -505,7 +505,7 @@ extern void cppISteamFriends_SteamFriends012_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends012_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends012_IsFollowing( struct cppISteamFriends_SteamFriends012_IsFollowing_params *params ); @@ -513,7 +513,7 @@ extern void cppISteamFriends_SteamFriends012_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends012_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; 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 4ce89ebe..1b049331 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends013.h +++ b/lsteamclient/cppISteamFriends_SteamFriends013.h @@ -8,7 +8,7 @@ extern void cppISteamFriends_SteamFriends013_GetPersonaName( struct cppISteamFri struct cppISteamFriends_SteamFriends013_SetPersonaName_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchPersonaName; }; extern void cppISteamFriends_SteamFriends013_SetPersonaName( struct cppISteamFriends_SteamFriends013_SetPersonaName_params *params ); @@ -133,7 +133,7 @@ extern void cppISteamFriends_SteamFriends013_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends013_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -198,7 +198,7 @@ extern void cppISteamFriends_SteamFriends013_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends013_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; uint32_t eFlag; }; extern void cppISteamFriends_SteamFriends013_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends013_ActivateGameOverlayToStore_params *params ); @@ -253,7 +253,7 @@ extern void cppISteamFriends_SteamFriends013_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends013_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends013_RequestClanOfficerList( struct cppISteamFriends_SteamFriends013_RequestClanOfficerList_params *params ); @@ -373,7 +373,7 @@ extern void cppISteamFriends_SteamFriends013_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends013_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends013_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends013_GetFriendCoplayGame_params *params ); @@ -381,7 +381,7 @@ extern void cppISteamFriends_SteamFriends013_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends013_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends013_JoinClanChatRoom( struct cppISteamFriends_SteamFriends013_JoinClanChatRoom_params *params ); @@ -498,7 +498,7 @@ extern void cppISteamFriends_SteamFriends013_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends013_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends013_GetFollowerCount( struct cppISteamFriends_SteamFriends013_GetFollowerCount_params *params ); @@ -506,7 +506,7 @@ extern void cppISteamFriends_SteamFriends013_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends013_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends013_IsFollowing( struct cppISteamFriends_SteamFriends013_IsFollowing_params *params ); @@ -514,7 +514,7 @@ extern void cppISteamFriends_SteamFriends013_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends013_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; 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 8abe0be2..22d7c2f8 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends014.h +++ b/lsteamclient/cppISteamFriends_SteamFriends014.h @@ -8,7 +8,7 @@ extern void cppISteamFriends_SteamFriends014_GetPersonaName( struct cppISteamFri struct cppISteamFriends_SteamFriends014_SetPersonaName_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchPersonaName; }; extern void cppISteamFriends_SteamFriends014_SetPersonaName( struct cppISteamFriends_SteamFriends014_SetPersonaName_params *params ); @@ -141,7 +141,7 @@ extern void cppISteamFriends_SteamFriends014_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends014_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -206,7 +206,7 @@ extern void cppISteamFriends_SteamFriends014_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends014_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; uint32_t eFlag; }; extern void cppISteamFriends_SteamFriends014_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends014_ActivateGameOverlayToStore_params *params ); @@ -261,7 +261,7 @@ extern void cppISteamFriends_SteamFriends014_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends014_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends014_RequestClanOfficerList( struct cppISteamFriends_SteamFriends014_RequestClanOfficerList_params *params ); @@ -381,7 +381,7 @@ extern void cppISteamFriends_SteamFriends014_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends014_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends014_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends014_GetFriendCoplayGame_params *params ); @@ -389,7 +389,7 @@ extern void cppISteamFriends_SteamFriends014_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends014_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends014_JoinClanChatRoom( struct cppISteamFriends_SteamFriends014_JoinClanChatRoom_params *params ); @@ -506,7 +506,7 @@ extern void cppISteamFriends_SteamFriends014_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends014_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends014_GetFollowerCount( struct cppISteamFriends_SteamFriends014_GetFollowerCount_params *params ); @@ -514,7 +514,7 @@ extern void cppISteamFriends_SteamFriends014_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends014_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends014_IsFollowing( struct cppISteamFriends_SteamFriends014_IsFollowing_params *params ); @@ -522,7 +522,7 @@ extern void cppISteamFriends_SteamFriends014_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends014_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; 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 1e2851a9..1ca5be81 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends015.h +++ b/lsteamclient/cppISteamFriends_SteamFriends015.h @@ -8,7 +8,7 @@ extern void cppISteamFriends_SteamFriends015_GetPersonaName( struct cppISteamFri struct cppISteamFriends_SteamFriends015_SetPersonaName_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchPersonaName; }; extern void cppISteamFriends_SteamFriends015_SetPersonaName( struct cppISteamFriends_SteamFriends015_SetPersonaName_params *params ); @@ -105,7 +105,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendsGroupCount( struct cppISt struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params { void *linux_side; - FriendsGroupID_t _ret; + int16_t _ret; int32_t iFG; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex( struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params *params ); @@ -114,7 +114,7 @@ struct cppISteamFriends_SteamFriends015_GetFriendsGroupName_params { void *linux_side; const char *_ret; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupName( struct cppISteamFriends_SteamFriends015_GetFriendsGroupName_params *params ); @@ -122,14 +122,14 @@ struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params { void *linux_side; int32_t _ret; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount( struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params *params ); struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList_params { void *linux_side; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; CSteamID *pOutSteamIDMembers; int32_t nMembersCount; }; @@ -189,7 +189,7 @@ extern void cppISteamFriends_SteamFriends015_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends015_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -254,7 +254,7 @@ extern void cppISteamFriends_SteamFriends015_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends015_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; uint32_t eFlag; }; extern void cppISteamFriends_SteamFriends015_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends015_ActivateGameOverlayToStore_params *params ); @@ -309,7 +309,7 @@ extern void cppISteamFriends_SteamFriends015_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends015_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends015_RequestClanOfficerList( struct cppISteamFriends_SteamFriends015_RequestClanOfficerList_params *params ); @@ -429,7 +429,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends015_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends015_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends015_GetFriendCoplayGame_params *params ); @@ -437,7 +437,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends015_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends015_JoinClanChatRoom( struct cppISteamFriends_SteamFriends015_JoinClanChatRoom_params *params ); @@ -554,7 +554,7 @@ extern void cppISteamFriends_SteamFriends015_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends015_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends015_GetFollowerCount( struct cppISteamFriends_SteamFriends015_GetFollowerCount_params *params ); @@ -562,7 +562,7 @@ extern void cppISteamFriends_SteamFriends015_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends015_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends015_IsFollowing( struct cppISteamFriends_SteamFriends015_IsFollowing_params *params ); @@ -570,7 +570,7 @@ extern void cppISteamFriends_SteamFriends015_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends015_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; 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 bfbfbd21..3e7bb620 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends017.h +++ b/lsteamclient/cppISteamFriends_SteamFriends017.h @@ -8,7 +8,7 @@ extern void cppISteamFriends_SteamFriends017_GetPersonaName( struct cppISteamFri struct cppISteamFriends_SteamFriends017_SetPersonaName_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchPersonaName; }; extern void cppISteamFriends_SteamFriends017_SetPersonaName( struct cppISteamFriends_SteamFriends017_SetPersonaName_params *params ); @@ -105,7 +105,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendsGroupCount( struct cppISt struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params { void *linux_side; - FriendsGroupID_t _ret; + int16_t _ret; int32_t iFG; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex( struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params *params ); @@ -114,7 +114,7 @@ struct cppISteamFriends_SteamFriends017_GetFriendsGroupName_params { void *linux_side; const char *_ret; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupName( struct cppISteamFriends_SteamFriends017_GetFriendsGroupName_params *params ); @@ -122,14 +122,14 @@ struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params { void *linux_side; int32_t _ret; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; }; extern void cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount( struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params *params ); struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList_params { void *linux_side; - FriendsGroupID_t friendsGroupID; + int16_t friendsGroupID; CSteamID *pOutSteamIDMembers; int32_t nMembersCount; }; @@ -189,7 +189,7 @@ extern void cppISteamFriends_SteamFriends017_GetClanActivityCounts( struct cppIS struct cppISteamFriends_SteamFriends017_DownloadClanActivityCounts_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID *psteamIDClans; int32_t cClansToRequest; }; @@ -255,7 +255,7 @@ extern void cppISteamFriends_SteamFriends017_ActivateGameOverlayToWebPage( struc struct cppISteamFriends_SteamFriends017_ActivateGameOverlayToStore_params { void *linux_side; - AppId_t nAppID; + uint32_t nAppID; uint32_t eFlag; }; extern void cppISteamFriends_SteamFriends017_ActivateGameOverlayToStore( struct cppISteamFriends_SteamFriends017_ActivateGameOverlayToStore_params *params ); @@ -310,7 +310,7 @@ extern void cppISteamFriends_SteamFriends017_RequestUserInformation( struct cppI struct cppISteamFriends_SteamFriends017_RequestClanOfficerList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends017_RequestClanOfficerList( struct cppISteamFriends_SteamFriends017_RequestClanOfficerList_params *params ); @@ -430,7 +430,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendCoplayTime( struct cppISte struct cppISteamFriends_SteamFriends017_GetFriendCoplayGame_params { void *linux_side; - AppId_t _ret; + uint32_t _ret; CSteamID steamIDFriend; }; extern void cppISteamFriends_SteamFriends017_GetFriendCoplayGame( struct cppISteamFriends_SteamFriends017_GetFriendCoplayGame_params *params ); @@ -438,7 +438,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendCoplayGame( struct cppISte struct cppISteamFriends_SteamFriends017_JoinClanChatRoom_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamFriends_SteamFriends017_JoinClanChatRoom( struct cppISteamFriends_SteamFriends017_JoinClanChatRoom_params *params ); @@ -555,7 +555,7 @@ extern void cppISteamFriends_SteamFriends017_GetFriendMessage( struct cppISteamF struct cppISteamFriends_SteamFriends017_GetFollowerCount_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends017_GetFollowerCount( struct cppISteamFriends_SteamFriends017_GetFollowerCount_params *params ); @@ -563,7 +563,7 @@ extern void cppISteamFriends_SteamFriends017_GetFollowerCount( struct cppISteamF struct cppISteamFriends_SteamFriends017_IsFollowing_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends017_IsFollowing( struct cppISteamFriends_SteamFriends017_IsFollowing_params *params ); @@ -571,7 +571,7 @@ extern void cppISteamFriends_SteamFriends017_IsFollowing( struct cppISteamFriend struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamFriends_SteamFriends017_EnumerateFollowingList( struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params *params ); @@ -624,7 +624,7 @@ extern void cppISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialogConn struct cppISteamFriends_SteamFriends017_RequestEquippedProfileItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamFriends_SteamFriends017_RequestEquippedProfileItems( struct cppISteamFriends_SteamFriends017_RequestEquippedProfileItems_params *params ); diff --git a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h index e40863c3..c5079be5 100644 --- a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h +++ b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.h @@ -1,7 +1,7 @@ struct cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats( struct cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats_params *params ); @@ -88,7 +88,7 @@ extern void cppISteamGameServerStats_SteamGameServerStats001_ClearUserAchievemen struct cppISteamGameServerStats_SteamGameServerStats001_StoreUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamGameServerStats_SteamGameServerStats001_StoreUserStats( struct cppISteamGameServerStats_SteamGameServerStats001_StoreUserStats_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer009.h b/lsteamclient/cppISteamGameServer_SteamGameServer009.h index c3fa6c71..0cbff71f 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer009.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer009.h @@ -148,9 +148,9 @@ extern void cppISteamGameServer_SteamGameServer009_SetGameData( struct cppISteam struct cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer010.h b/lsteamclient/cppISteamGameServer_SteamGameServer010.h index 71779f43..547927dd 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer010.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer010.h @@ -116,7 +116,7 @@ extern void cppISteamGameServer_SteamGameServer010_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer010_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer010_GetServerReputation( struct cppISteamGameServer_SteamGameServer010_GetServerReputation_params *params ); @@ -146,16 +146,16 @@ extern void cppISteamGameServer_SteamGameServer010_SetGameData( struct cppISteam struct cppISteamGameServer_SteamGameServer010_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer010_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer010_UserHasLicenseForApp_params *params ); struct cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -165,7 +165,7 @@ extern void cppISteamGameServer_SteamGameServer010_GetAuthSessionTicket( struct struct cppISteamGameServer_SteamGameServer010_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -182,7 +182,7 @@ extern void cppISteamGameServer_SteamGameServer010_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer010_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer010_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer010_CancelAuthTicket_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer011.h b/lsteamclient/cppISteamGameServer_SteamGameServer011.h index 9305db7a..7856282a 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer011.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer011.h @@ -6,7 +6,7 @@ struct cppISteamGameServer_SteamGameServer011_InitGameServer_params uint16_t usGamePort; uint16_t usQueryPort; uint32_t unFlags; - AppId_t nGameAppId; + uint32_t nGameAppId; const char *pchVersionString; }; extern void cppISteamGameServer_SteamGameServer011_InitGameServer( struct cppISteamGameServer_SteamGameServer011_InitGameServer_params *params ); @@ -209,7 +209,7 @@ extern void cppISteamGameServer_SteamGameServer011_BUpdateUserData( struct cppIS struct cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -219,7 +219,7 @@ extern void cppISteamGameServer_SteamGameServer011_GetAuthSessionTicket( struct struct cppISteamGameServer_SteamGameServer011_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -236,16 +236,16 @@ extern void cppISteamGameServer_SteamGameServer011_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer011_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer011_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer011_CancelAuthTicket_params *params ); struct cppISteamGameServer_SteamGameServer011_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer011_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer011_UserHasLicenseForApp_params *params ); @@ -267,7 +267,7 @@ extern void cppISteamGameServer_SteamGameServer011_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer011_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer011_GetServerReputation( struct cppISteamGameServer_SteamGameServer011_GetServerReputation_params *params ); @@ -323,7 +323,7 @@ extern void cppISteamGameServer_SteamGameServer011_ForceHeartbeat( struct cppISt struct cppISteamGameServer_SteamGameServer011_AssociateWithClan_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamGameServer_SteamGameServer011_AssociateWithClan( struct cppISteamGameServer_SteamGameServer011_AssociateWithClan_params *params ); @@ -331,7 +331,7 @@ extern void cppISteamGameServer_SteamGameServer011_AssociateWithClan( struct cpp struct cppISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDNewPlayer; }; extern void cppISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility( struct cppISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer012.h b/lsteamclient/cppISteamGameServer_SteamGameServer012.h index 52790010..2a7dabfc 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer012.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer012.h @@ -6,7 +6,7 @@ struct cppISteamGameServer_SteamGameServer012_InitGameServer_params uint16_t usGamePort; uint16_t usQueryPort; uint32_t unFlags; - AppId_t nGameAppId; + uint32_t nGameAppId; const char *pchVersionString; }; extern void cppISteamGameServer_SteamGameServer012_InitGameServer( struct cppISteamGameServer_SteamGameServer012_InitGameServer_params *params ); @@ -208,7 +208,7 @@ extern void cppISteamGameServer_SteamGameServer012_BUpdateUserData( struct cppIS struct cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -235,7 +235,7 @@ extern void cppISteamGameServer_SteamGameServer012_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer012_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer012_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer012_CancelAuthTicket_params *params ); @@ -244,7 +244,7 @@ struct cppISteamGameServer_SteamGameServer012_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer012_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer012_UserHasLicenseForApp_params *params ); @@ -266,7 +266,7 @@ extern void cppISteamGameServer_SteamGameServer012_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer012_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer012_GetServerReputation( struct cppISteamGameServer_SteamGameServer012_GetServerReputation_params *params ); @@ -322,7 +322,7 @@ extern void cppISteamGameServer_SteamGameServer012_ForceHeartbeat( struct cppISt struct cppISteamGameServer_SteamGameServer012_AssociateWithClan_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamGameServer_SteamGameServer012_AssociateWithClan( struct cppISteamGameServer_SteamGameServer012_AssociateWithClan_params *params ); @@ -330,7 +330,7 @@ extern void cppISteamGameServer_SteamGameServer012_AssociateWithClan( struct cpp struct cppISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDNewPlayer; }; extern void cppISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility( struct cppISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer013.h b/lsteamclient/cppISteamGameServer_SteamGameServer013.h index 6a8e08e2..cf476d2a 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer013.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer013.h @@ -6,7 +6,7 @@ struct cppISteamGameServer_SteamGameServer013_InitGameServer_params uint16_t usGamePort; uint16_t usQueryPort; uint32_t unFlags; - AppId_t nGameAppId; + uint32_t nGameAppId; const char *pchVersionString; }; extern void cppISteamGameServer_SteamGameServer013_InitGameServer( struct cppISteamGameServer_SteamGameServer013_InitGameServer_params *params ); @@ -208,7 +208,7 @@ extern void cppISteamGameServer_SteamGameServer013_BUpdateUserData( struct cppIS struct cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -235,7 +235,7 @@ extern void cppISteamGameServer_SteamGameServer013_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer013_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer013_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer013_CancelAuthTicket_params *params ); @@ -244,7 +244,7 @@ struct cppISteamGameServer_SteamGameServer013_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer013_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer013_UserHasLicenseForApp_params *params ); @@ -266,7 +266,7 @@ extern void cppISteamGameServer_SteamGameServer013_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer013_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer013_GetServerReputation( struct cppISteamGameServer_SteamGameServer013_GetServerReputation_params *params ); @@ -322,7 +322,7 @@ extern void cppISteamGameServer_SteamGameServer013_ForceHeartbeat( struct cppISt struct cppISteamGameServer_SteamGameServer013_AssociateWithClan_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamGameServer_SteamGameServer013_AssociateWithClan( struct cppISteamGameServer_SteamGameServer013_AssociateWithClan_params *params ); @@ -330,7 +330,7 @@ extern void cppISteamGameServer_SteamGameServer013_AssociateWithClan( struct cpp struct cppISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDNewPlayer; }; extern void cppISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility( struct cppISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer014.h b/lsteamclient/cppISteamGameServer_SteamGameServer014.h index 12a66a7b..82d4a128 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer014.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer014.h @@ -6,7 +6,7 @@ struct cppISteamGameServer_SteamGameServer014_InitGameServer_params uint16_t usGamePort; uint16_t usQueryPort; uint32_t unFlags; - AppId_t nGameAppId; + uint32_t nGameAppId; const char *pchVersionString; }; extern void cppISteamGameServer_SteamGameServer014_InitGameServer( struct cppISteamGameServer_SteamGameServer014_InitGameServer_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamGameServer_SteamGameServer014_SetAdvertiseServerActive( str struct cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -207,7 +207,7 @@ extern void cppISteamGameServer_SteamGameServer014_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer014_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer014_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer014_CancelAuthTicket_params *params ); @@ -216,7 +216,7 @@ struct cppISteamGameServer_SteamGameServer014_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer014_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer014_UserHasLicenseForApp_params *params ); @@ -238,7 +238,7 @@ extern void cppISteamGameServer_SteamGameServer014_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer014_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer014_GetServerReputation( struct cppISteamGameServer_SteamGameServer014_GetServerReputation_params *params ); @@ -274,7 +274,7 @@ extern void cppISteamGameServer_SteamGameServer014_GetNextOutgoingPacket( struct struct cppISteamGameServer_SteamGameServer014_AssociateWithClan_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamGameServer_SteamGameServer014_AssociateWithClan( struct cppISteamGameServer_SteamGameServer014_AssociateWithClan_params *params ); @@ -282,7 +282,7 @@ extern void cppISteamGameServer_SteamGameServer014_AssociateWithClan( struct cpp struct cppISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDNewPlayer; }; extern void cppISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility( struct cppISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility_params *params ); diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer015.h b/lsteamclient/cppISteamGameServer_SteamGameServer015.h index f0e150ad..2197e279 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer015.h +++ b/lsteamclient/cppISteamGameServer_SteamGameServer015.h @@ -6,7 +6,7 @@ struct cppISteamGameServer_SteamGameServer015_InitGameServer_params uint16_t usGamePort; uint16_t usQueryPort; uint32_t unFlags; - AppId_t nGameAppId; + uint32_t nGameAppId; const char *pchVersionString; }; extern void cppISteamGameServer_SteamGameServer015_InitGameServer( struct cppISteamGameServer_SteamGameServer015_InitGameServer_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamGameServer_SteamGameServer015_SetAdvertiseServerActive( str struct cppISteamGameServer_SteamGameServer015_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -208,7 +208,7 @@ extern void cppISteamGameServer_SteamGameServer015_EndAuthSession( struct cppISt struct cppISteamGameServer_SteamGameServer015_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamGameServer_SteamGameServer015_CancelAuthTicket( struct cppISteamGameServer_SteamGameServer015_CancelAuthTicket_params *params ); @@ -217,7 +217,7 @@ struct cppISteamGameServer_SteamGameServer015_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamGameServer_SteamGameServer015_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer015_UserHasLicenseForApp_params *params ); @@ -239,7 +239,7 @@ extern void cppISteamGameServer_SteamGameServer015_GetGameplayStats( struct cppI struct cppISteamGameServer_SteamGameServer015_GetServerReputation_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamGameServer_SteamGameServer015_GetServerReputation( struct cppISteamGameServer_SteamGameServer015_GetServerReputation_params *params ); @@ -275,7 +275,7 @@ extern void cppISteamGameServer_SteamGameServer015_GetNextOutgoingPacket( struct struct cppISteamGameServer_SteamGameServer015_AssociateWithClan_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDClan; }; extern void cppISteamGameServer_SteamGameServer015_AssociateWithClan( struct cppISteamGameServer_SteamGameServer015_AssociateWithClan_params *params ); @@ -283,7 +283,7 @@ extern void cppISteamGameServer_SteamGameServer015_AssociateWithClan( struct cpp struct cppISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDNewPlayer; }; extern void cppISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility( struct cppISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility_params *params ); diff --git a/lsteamclient/cppISteamGameStats_SteamGameStats001.h b/lsteamclient/cppISteamGameStats_SteamGameStats001.h index 8723b757..e31fed99 100644 --- a/lsteamclient/cppISteamGameStats_SteamGameStats001.h +++ b/lsteamclient/cppISteamGameStats_SteamGameStats001.h @@ -1,20 +1,20 @@ struct cppISteamGameStats_SteamGameStats001_GetNewSession_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; int8_t nAccountType; uint64_t ulAccountID; int32_t nAppID; - RTime32 rtTimeStarted; + uint32_t rtTimeStarted; }; extern void cppISteamGameStats_SteamGameStats001_GetNewSession( struct cppISteamGameStats_SteamGameStats001_GetNewSession_params *params ); struct cppISteamGameStats_SteamGameStats001_EndSession_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint64_t ulSessionID; - RTime32 rtTimeEnded; + uint32_t rtTimeEnded; int32_t nReasonCode; }; extern void cppISteamGameStats_SteamGameStats001_EndSession( struct cppISteamGameStats_SteamGameStats001_EndSession_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h index e1561411..ee49f777 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.h @@ -15,7 +15,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Shutdown struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CreateBrowser_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchUserAgent; const char *pchUserCSS; }; @@ -24,14 +24,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CreateBr struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_LoadURL_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchURL; const char *pchPostData; }; @@ -40,7 +40,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_LoadURL( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t unWidth; uint32_t unHeight; }; @@ -49,35 +49,35 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeader_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchKey; const char *pchValue; }; @@ -86,7 +86,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeade struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchScript; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp_params *params ); @@ -102,7 +102,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown_params *params ); @@ -110,7 +110,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDow struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick_params *params ); @@ -118,7 +118,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDou struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -127,7 +127,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMov struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel_params *params ); @@ -135,7 +135,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWhe struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -144,7 +144,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -153,7 +153,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp( s struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; @@ -162,7 +162,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll_params *params ); @@ -170,7 +170,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHoriz struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerti struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bHasKeyFocus; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus_params *params ); @@ -186,28 +186,28 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFo struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchSearchStr; bool bCurrentlyInFind; bool bReverse; @@ -217,14 +217,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find( st struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -233,7 +233,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkA struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bAllowed; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest_params *params ); @@ -241,7 +241,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowSta struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bResult; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse_params *params ); @@ -249,7 +249,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialog struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char **pchSelectedFiles; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h index 1e9beca2..c34975c1 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h @@ -15,7 +15,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Shutdown struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CreateBrowser_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchUserAgent; const char *pchUserCSS; }; @@ -24,14 +24,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CreateBr struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_LoadURL_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchURL; const char *pchPostData; }; @@ -40,7 +40,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_LoadURL( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t unWidth; uint32_t unHeight; }; @@ -49,35 +49,35 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeader_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchKey; const char *pchValue; }; @@ -86,7 +86,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeade struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchScript; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp_params *params ); @@ -102,7 +102,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown_params *params ); @@ -110,7 +110,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDow struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick_params *params ); @@ -118,7 +118,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDou struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -127,7 +127,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMov struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel_params *params ); @@ -135,7 +135,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWhe struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -144,7 +144,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -153,7 +153,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp( s struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; @@ -162,7 +162,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll_params *params ); @@ -170,7 +170,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHoriz struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerti struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bHasKeyFocus; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus_params *params ); @@ -186,28 +186,28 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFo struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchSearchStr; bool bCurrentlyInFind; bool bReverse; @@ -217,14 +217,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find( st struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -237,7 +237,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCookie_par const char *pchKey; const char *pchValue; const char *pchPath; - RTime32 nExpires; + uint32_t nExpires; bool bSecure; bool bHTTPOnly; }; @@ -246,7 +246,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCooki struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flZoom; int32_t nPointX; int32_t nPointY; @@ -256,7 +256,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageS struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bAllowed; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest_params *params ); @@ -264,7 +264,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowSta struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bResult; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse_params *params ); @@ -272,7 +272,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialog struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char **pchSelectedFiles; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h index 5df0de02..be4c7761 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h @@ -15,7 +15,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Shutdown struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CreateBrowser_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchUserAgent; const char *pchUserCSS; }; @@ -24,14 +24,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CreateBr struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_LoadURL_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchURL; const char *pchPostData; }; @@ -40,7 +40,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_LoadURL( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t unWidth; uint32_t unHeight; }; @@ -49,35 +49,35 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeader_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchKey; const char *pchValue; }; @@ -86,7 +86,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeade struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchScript; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp_params *params ); @@ -102,7 +102,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown_params *params ); @@ -110,7 +110,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDow struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick_params *params ); @@ -118,7 +118,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDou struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -127,7 +127,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMov struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel_params *params ); @@ -135,7 +135,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWhe struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -144,7 +144,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -153,7 +153,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp( s struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; @@ -162,7 +162,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll_params *params ); @@ -170,7 +170,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHoriz struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerti struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bHasKeyFocus; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus_params *params ); @@ -186,28 +186,28 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFo struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchSearchStr; bool bCurrentlyInFind; bool bReverse; @@ -217,14 +217,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find( st struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -237,7 +237,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCookie_par const char *pchKey; const char *pchValue; const char *pchPath; - RTime32 nExpires; + uint32_t nExpires; bool bSecure; bool bHTTPOnly; }; @@ -246,7 +246,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCooki struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flZoom; int32_t nPointX; int32_t nPointY; @@ -256,7 +256,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageS struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bBackgroundMode; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode_params *params ); @@ -264,7 +264,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackg struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bAllowed; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest_params *params ); @@ -272,7 +272,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowSta struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bResult; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse_params *params ); @@ -280,7 +280,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialog struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char **pchSelectedFiles; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h index 35a2ef56..b2be94f7 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h @@ -15,7 +15,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Shutdown struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CreateBrowser_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchUserAgent; const char *pchUserCSS; }; @@ -24,14 +24,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CreateBr struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_LoadURL_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchURL; const char *pchPostData; }; @@ -40,7 +40,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_LoadURL( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t unWidth; uint32_t unHeight; }; @@ -49,35 +49,35 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeader_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchKey; const char *pchValue; }; @@ -86,7 +86,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeade struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchScript; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp_params *params ); @@ -102,7 +102,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown_params *params ); @@ -110,7 +110,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDow struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick_params *params ); @@ -118,7 +118,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDou struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -127,7 +127,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMov struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel_params *params ); @@ -135,7 +135,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWhe struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -144,7 +144,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -153,7 +153,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp( s struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; @@ -162,7 +162,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll_params *params ); @@ -170,7 +170,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHoriz struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerti struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bHasKeyFocus; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus_params *params ); @@ -186,28 +186,28 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFo struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchSearchStr; bool bCurrentlyInFind; bool bReverse; @@ -217,14 +217,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find( st struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -237,7 +237,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCookie_par const char *pchKey; const char *pchValue; const char *pchPath; - RTime32 nExpires; + uint32_t nExpires; bool bSecure; bool bHTTPOnly; }; @@ -246,7 +246,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCooki struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flZoom; int32_t nPointX; int32_t nPointY; @@ -256,7 +256,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageS struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bBackgroundMode; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode_params *params ); @@ -264,7 +264,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackg struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flDPIScaling; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor_params *params ); @@ -272,7 +272,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPISc struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bAllowed; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest_params *params ); @@ -280,7 +280,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowSta struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bResult; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse_params *params ); @@ -288,7 +288,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialog struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char **pchSelectedFiles; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse_params *params ); diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h index 71509a14..63179c43 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.h @@ -15,7 +15,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Shutdown struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CreateBrowser_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchUserAgent; const char *pchUserCSS; }; @@ -24,14 +24,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CreateBr struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_LoadURL_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchURL; const char *pchPostData; }; @@ -40,7 +40,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_LoadURL( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t unWidth; uint32_t unHeight; }; @@ -49,35 +49,35 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeader_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchKey; const char *pchValue; }; @@ -86,7 +86,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeade struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchScript; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript_params *params ); @@ -94,7 +94,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp_params *params ); @@ -102,7 +102,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown_params *params ); @@ -110,7 +110,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDow struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t eMouseButton; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick_params *params ); @@ -118,7 +118,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDou struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -127,7 +127,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMov struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t nDelta; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel_params *params ); @@ -135,7 +135,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWhe struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; bool bIsSystemKey; @@ -145,7 +145,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nNativeKeyCode; uint32_t eHTMLKeyModifiers; }; @@ -154,7 +154,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp( s struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t cUnicodeChar; uint32_t eHTMLKeyModifiers; }; @@ -163,7 +163,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll_params *params ); @@ -171,7 +171,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHoriz struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; uint32_t nAbsolutePixelScroll; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll_params *params ); @@ -179,7 +179,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerti struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bHasKeyFocus; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus_params *params ); @@ -187,28 +187,28 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFo struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char *pchSearchStr; bool bCurrentlyInFind; bool bReverse; @@ -218,14 +218,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find( st struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; int32_t x; int32_t y; }; @@ -238,7 +238,7 @@ struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCookie_par const char *pchKey; const char *pchValue; const char *pchPath; - RTime32 nExpires; + uint32_t nExpires; bool bSecure; bool bHTTPOnly; }; @@ -247,7 +247,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCooki struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flZoom; int32_t nPointX; int32_t nPointY; @@ -257,7 +257,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageS struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bBackgroundMode; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode_params *params ); @@ -265,7 +265,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackg struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; float flDPIScaling; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor_params *params ); @@ -273,14 +273,14 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPISc struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools_params *params ); struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bAllowed; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest_params *params ); @@ -288,7 +288,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowSta struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; bool bResult; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse_params *params ); @@ -296,7 +296,7 @@ extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialog struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse_params { void *linux_side; - HHTMLBrowser unBrowserHandle; + uint32_t unBrowserHandle; const char **pchSelectedFiles; }; extern void cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse( struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse_params *params ); diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h index 2036977e..2ec14858 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h @@ -1,7 +1,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest_params { void *linux_side; - HTTPRequestHandle _ret; + uint32_t _ret; uint32_t eHTTPRequestMethod; const char *pchAbsoluteURL; }; @@ -11,7 +11,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue_params *params ); @@ -20,7 +20,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivit { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -29,7 +29,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestHeaderValue_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; const char *pchHeaderValue; }; @@ -39,7 +39,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestGetOrPostParam { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchParamName; const char *pchParamValue; }; @@ -49,8 +49,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - SteamAPICall_t *pCallHandle; + uint32_t hRequest; + uint64_t *pCallHandle; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest_params *params ); @@ -58,7 +58,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest_params *params ); @@ -66,7 +66,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest_params *params ); @@ -74,7 +74,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint32_t *unResponseHeaderSize; }; @@ -84,7 +84,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint8_t *pHeaderValueBuffer; uint32_t unBufferSize; @@ -95,7 +95,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize_params *params ); @@ -104,7 +104,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint8_t *pBodyDataBuffer; uint32_t unBufferSize; }; @@ -114,7 +114,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest_params *params ); @@ -122,7 +122,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; float *pflPercentOut; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct_params *params ); @@ -131,7 +131,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchContentType; uint8_t *pubBody; uint32_t unBodyLen; diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h index b8bc690f..a405a69b 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h @@ -1,7 +1,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest_params { void *linux_side; - HTTPRequestHandle _ret; + uint32_t _ret; uint32_t eHTTPRequestMethod; const char *pchAbsoluteURL; }; @@ -11,7 +11,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue_params *params ); @@ -20,7 +20,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivit { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -29,7 +29,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestHeaderValue_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; const char *pchHeaderValue; }; @@ -39,7 +39,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestGetOrPostParam { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchParamName; const char *pchParamValue; }; @@ -49,8 +49,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - SteamAPICall_t *pCallHandle; + uint32_t hRequest; + uint64_t *pCallHandle; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest_params *params ); @@ -58,8 +58,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResp { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - SteamAPICall_t *pCallHandle; + uint32_t hRequest; + uint64_t *pCallHandle; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResponse( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResponse_params *params ); @@ -67,7 +67,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest_params *params ); @@ -75,7 +75,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest_params *params ); @@ -83,7 +83,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint32_t *unResponseHeaderSize; }; @@ -93,7 +93,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint8_t *pHeaderValueBuffer; uint32_t unBufferSize; @@ -104,7 +104,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize_params *params ); @@ -113,7 +113,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint8_t *pBodyDataBuffer; uint32_t unBufferSize; }; @@ -123,7 +123,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBody { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t cOffset; uint8_t *pBodyDataBuffer; uint32_t unBufferSize; @@ -134,7 +134,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest_params *params ); @@ -142,7 +142,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; float *pflPercentOut; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct_params *params ); @@ -151,7 +151,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchContentType; uint8_t *pubBody; uint32_t unBodyLen; @@ -161,7 +161,7 @@ extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBo struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer_params { void *linux_side; - HTTPCookieContainerHandle _ret; + uint32_t _ret; bool bAllowResponsesToModify; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer_params *params ); @@ -170,7 +170,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer_param { void *linux_side; bool _ret; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hCookieContainer; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer_params *params ); @@ -178,7 +178,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetCookie_params { void *linux_side; bool _ret; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hCookieContainer; const char *pchHost; const char *pchUrl; const char *pchCookie; @@ -189,8 +189,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContaine { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hRequest; + uint32_t hCookieContainer; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContainer_params *params ); @@ -198,7 +198,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo_ { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchUserAgentInfo; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo_params *params ); @@ -207,7 +207,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifi { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; bool bRequireVerifiedCertificate; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifiedCertificate( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifiedCertificate_params *params ); @@ -216,7 +216,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeou { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t unMilliseconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS_params *params ); @@ -225,7 +225,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; bool *pbWasTimedOut; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut_params *params ); diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h index dc00abd4..82c71bb5 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.h @@ -1,7 +1,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest_params { void *linux_side; - HTTPRequestHandle _ret; + uint32_t _ret; uint32_t eHTTPRequestMethod; const char *pchAbsoluteURL; }; @@ -11,7 +11,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint64_t ulContextValue; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue_params *params ); @@ -20,7 +20,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivit { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t unTimeoutSeconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout_params *params ); @@ -29,7 +29,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestHeaderValue_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; const char *pchHeaderValue; }; @@ -39,7 +39,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestGetOrPostParam { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchParamName; const char *pchParamValue; }; @@ -49,8 +49,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - SteamAPICall_t *pCallHandle; + uint32_t hRequest; + uint64_t *pCallHandle; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest_params *params ); @@ -58,8 +58,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResp { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - SteamAPICall_t *pCallHandle; + uint32_t hRequest; + uint64_t *pCallHandle; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResponse( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResponse_params *params ); @@ -67,7 +67,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest_params *params ); @@ -75,7 +75,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest_params *params ); @@ -83,7 +83,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint32_t *unResponseHeaderSize; }; @@ -93,7 +93,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchHeaderName; uint8_t *pHeaderValueBuffer; uint32_t unBufferSize; @@ -104,7 +104,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t *unBodySize; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize_params *params ); @@ -113,7 +113,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData_para { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint8_t *pBodyDataBuffer; uint32_t unBufferSize; }; @@ -123,7 +123,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBody { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t cOffset; uint8_t *pBodyDataBuffer; uint32_t unBufferSize; @@ -134,7 +134,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest_params { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest_params *params ); @@ -142,7 +142,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct_p { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; float *pflPercentOut; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct_params *params ); @@ -151,7 +151,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchContentType; uint8_t *pubBody; uint32_t unBodyLen; @@ -161,7 +161,7 @@ extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBo struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer_params { void *linux_side; - HTTPCookieContainerHandle _ret; + uint32_t _ret; bool bAllowResponsesToModify; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer_params *params ); @@ -170,7 +170,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer_param { void *linux_side; bool _ret; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hCookieContainer; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer_params *params ); @@ -178,7 +178,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetCookie_params { void *linux_side; bool _ret; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hCookieContainer; const char *pchHost; const char *pchUrl; const char *pchCookie; @@ -189,8 +189,8 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContaine { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; - HTTPCookieContainerHandle hCookieContainer; + uint32_t hRequest; + uint32_t hCookieContainer; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContainer( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContainer_params *params ); @@ -198,7 +198,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo_ { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; const char *pchUserAgentInfo; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo_params *params ); @@ -207,7 +207,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifi { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; bool bRequireVerifiedCertificate; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifiedCertificate( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifiedCertificate_params *params ); @@ -216,7 +216,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeou { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; uint32_t unMilliseconds; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS_params *params ); @@ -225,7 +225,7 @@ struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut_pa { void *linux_side; bool _ret; - HTTPRequestHandle hRequest; + uint32_t hRequest; bool *pbWasTimedOut; }; extern void cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut( struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput001.h b/lsteamclient/cppISteamInput_SteamInput001.h index fa89d940..9201f33b 100644 --- a/lsteamclient/cppISteamInput_SteamInput001.h +++ b/lsteamclient/cppISteamInput_SteamInput001.h @@ -22,14 +22,14 @@ struct cppISteamInput_SteamInput001_GetConnectedControllers_params { void *linux_side; int32_t _ret; - InputHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput001_GetConnectedControllers( struct cppISteamInput_SteamInput001_GetConnectedControllers_params *params ); struct cppISteamInput_SteamInput001_GetActionSetHandle_params { void *linux_side; - InputActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamInput_SteamInput001_GetActionSetHandle( struct cppISteamInput_SteamInput001_GetActionSetHandle_params *params ); @@ -37,39 +37,39 @@ extern void cppISteamInput_SteamInput001_GetActionSetHandle( struct cppISteamInp struct cppISteamInput_SteamInput001_ActivateActionSet_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; }; extern void cppISteamInput_SteamInput001_ActivateActionSet( struct cppISteamInput_SteamInput001_ActivateActionSet_params *params ); struct cppISteamInput_SteamInput001_GetCurrentActionSet_params { void *linux_side; - InputActionSetHandle_t _ret; - InputHandle_t inputHandle; + uint64_t _ret; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput001_GetCurrentActionSet( struct cppISteamInput_SteamInput001_GetCurrentActionSet_params *params ); struct cppISteamInput_SteamInput001_ActivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput001_ActivateActionSetLayer( struct cppISteamInput_SteamInput001_ActivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput001_DeactivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput001_DeactivateActionSetLayer( struct cppISteamInput_SteamInput001_DeactivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput001_DeactivateAllActionSetLayers_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput001_DeactivateAllActionSetLayers( struct cppISteamInput_SteamInput001_DeactivateAllActionSetLayers_params *params ); @@ -77,15 +77,15 @@ struct cppISteamInput_SteamInput001_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t *handlesOut; + uint64_t inputHandle; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput001_GetActiveActionSetLayers( struct cppISteamInput_SteamInput001_GetActiveActionSetLayers_params *params ); struct cppISteamInput_SteamInput001_GetDigitalActionHandle_params { void *linux_side; - InputDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput001_GetDigitalActionHandle( struct cppISteamInput_SteamInput001_GetDigitalActionHandle_params *params ); @@ -94,8 +94,8 @@ struct cppISteamInput_SteamInput001_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - InputHandle_t inputHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t digitalActionHandle; }; extern void cppISteamInput_SteamInput001_GetDigitalActionData( struct cppISteamInput_SteamInput001_GetDigitalActionData_params *params ); @@ -103,9 +103,9 @@ struct cppISteamInput_SteamInput001_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput001_GetDigitalActionOrigins( struct cppISteamInput_SteamInput001_GetDigitalActionOrigins_params *params ); @@ -113,7 +113,7 @@ extern void cppISteamInput_SteamInput001_GetDigitalActionOrigins( struct cppISte struct cppISteamInput_SteamInput001_GetAnalogActionHandle_params { void *linux_side; - InputAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput001_GetAnalogActionHandle( struct cppISteamInput_SteamInput001_GetAnalogActionHandle_params *params ); @@ -122,8 +122,8 @@ struct cppISteamInput_SteamInput001_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - InputHandle_t inputHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t analogActionHandle; }; extern void cppISteamInput_SteamInput001_GetAnalogActionData( struct cppISteamInput_SteamInput001_GetAnalogActionData_params *params ); @@ -131,9 +131,9 @@ struct cppISteamInput_SteamInput001_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput001_GetAnalogActionOrigins( struct cppISteamInput_SteamInput001_GetAnalogActionOrigins_params *params ); @@ -157,8 +157,8 @@ extern void cppISteamInput_SteamInput001_GetStringForActionOrigin( struct cppISt struct cppISteamInput_SteamInput001_StopAnalogActionMomentum_params { void *linux_side; - InputHandle_t inputHandle; - InputAnalogActionHandle_t eAction; + uint64_t inputHandle; + uint64_t eAction; }; extern void cppISteamInput_SteamInput001_StopAnalogActionMomentum( struct cppISteamInput_SteamInput001_StopAnalogActionMomentum_params *params ); @@ -166,14 +166,14 @@ struct cppISteamInput_SteamInput001_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput001_GetMotionData( struct cppISteamInput_SteamInput001_GetMotionData_params *params ); struct cppISteamInput_SteamInput001_TriggerVibration_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -182,7 +182,7 @@ extern void cppISteamInput_SteamInput001_TriggerVibration( struct cppISteamInput struct cppISteamInput_SteamInput001_SetLEDColor_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -193,7 +193,7 @@ extern void cppISteamInput_SteamInput001_SetLEDColor( struct cppISteamInput_Stea struct cppISteamInput_SteamInput001_TriggerHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -202,7 +202,7 @@ extern void cppISteamInput_SteamInput001_TriggerHapticPulse( struct cppISteamInp struct cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -215,7 +215,7 @@ struct cppISteamInput_SteamInput001_ShowBindingPanel_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput001_ShowBindingPanel( struct cppISteamInput_SteamInput001_ShowBindingPanel_params *params ); @@ -223,14 +223,14 @@ struct cppISteamInput_SteamInput001_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput001_GetInputTypeForHandle( struct cppISteamInput_SteamInput001_GetInputTypeForHandle_params *params ); struct cppISteamInput_SteamInput001_GetControllerForGamepadIndex_params { void *linux_side; - InputHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamInput_SteamInput001_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput001_GetControllerForGamepadIndex_params *params ); @@ -239,7 +239,7 @@ struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params { void *linux_side; int32_t _ret; - InputHandle_t ulinputHandle; + uint64_t ulinputHandle; }; extern void cppISteamInput_SteamInput001_GetGamepadIndexForController( struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params *params ); @@ -263,7 +263,7 @@ struct cppISteamInput_SteamInput001_GetActionOriginFromXboxOrigin_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eOrigin; }; extern void cppISteamInput_SteamInput001_GetActionOriginFromXboxOrigin( struct cppISteamInput_SteamInput001_GetActionOriginFromXboxOrigin_params *params ); @@ -281,7 +281,7 @@ struct cppISteamInput_SteamInput001_GetDeviceBindingRevision_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; int32_t *pMajor; int32_t *pMinor; }; @@ -291,7 +291,7 @@ struct cppISteamInput_SteamInput001_GetRemotePlaySessionID_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_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 142b954b..d958cd47 100644 --- a/lsteamclient/cppISteamInput_SteamInput002.h +++ b/lsteamclient/cppISteamInput_SteamInput002.h @@ -22,14 +22,14 @@ struct cppISteamInput_SteamInput002_GetConnectedControllers_params { void *linux_side; int32_t _ret; - InputHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput002_GetConnectedControllers( struct cppISteamInput_SteamInput002_GetConnectedControllers_params *params ); struct cppISteamInput_SteamInput002_GetActionSetHandle_params { void *linux_side; - InputActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamInput_SteamInput002_GetActionSetHandle( struct cppISteamInput_SteamInput002_GetActionSetHandle_params *params ); @@ -37,39 +37,39 @@ extern void cppISteamInput_SteamInput002_GetActionSetHandle( struct cppISteamInp struct cppISteamInput_SteamInput002_ActivateActionSet_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; }; extern void cppISteamInput_SteamInput002_ActivateActionSet( struct cppISteamInput_SteamInput002_ActivateActionSet_params *params ); struct cppISteamInput_SteamInput002_GetCurrentActionSet_params { void *linux_side; - InputActionSetHandle_t _ret; - InputHandle_t inputHandle; + uint64_t _ret; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput002_GetCurrentActionSet( struct cppISteamInput_SteamInput002_GetCurrentActionSet_params *params ); struct cppISteamInput_SteamInput002_ActivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput002_ActivateActionSetLayer( struct cppISteamInput_SteamInput002_ActivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput002_DeactivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput002_DeactivateActionSetLayer( struct cppISteamInput_SteamInput002_DeactivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput002_DeactivateAllActionSetLayers_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput002_DeactivateAllActionSetLayers( struct cppISteamInput_SteamInput002_DeactivateAllActionSetLayers_params *params ); @@ -77,15 +77,15 @@ struct cppISteamInput_SteamInput002_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t *handlesOut; + uint64_t inputHandle; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput002_GetActiveActionSetLayers( struct cppISteamInput_SteamInput002_GetActiveActionSetLayers_params *params ); struct cppISteamInput_SteamInput002_GetDigitalActionHandle_params { void *linux_side; - InputDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput002_GetDigitalActionHandle( struct cppISteamInput_SteamInput002_GetDigitalActionHandle_params *params ); @@ -94,8 +94,8 @@ struct cppISteamInput_SteamInput002_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - InputHandle_t inputHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t digitalActionHandle; }; extern void cppISteamInput_SteamInput002_GetDigitalActionData( struct cppISteamInput_SteamInput002_GetDigitalActionData_params *params ); @@ -103,9 +103,9 @@ struct cppISteamInput_SteamInput002_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput002_GetDigitalActionOrigins( struct cppISteamInput_SteamInput002_GetDigitalActionOrigins_params *params ); @@ -113,7 +113,7 @@ extern void cppISteamInput_SteamInput002_GetDigitalActionOrigins( struct cppISte struct cppISteamInput_SteamInput002_GetAnalogActionHandle_params { void *linux_side; - InputAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput002_GetAnalogActionHandle( struct cppISteamInput_SteamInput002_GetAnalogActionHandle_params *params ); @@ -122,8 +122,8 @@ struct cppISteamInput_SteamInput002_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - InputHandle_t inputHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t analogActionHandle; }; extern void cppISteamInput_SteamInput002_GetAnalogActionData( struct cppISteamInput_SteamInput002_GetAnalogActionData_params *params ); @@ -131,9 +131,9 @@ struct cppISteamInput_SteamInput002_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput002_GetAnalogActionOrigins( struct cppISteamInput_SteamInput002_GetAnalogActionOrigins_params *params ); @@ -157,8 +157,8 @@ extern void cppISteamInput_SteamInput002_GetStringForActionOrigin( struct cppISt struct cppISteamInput_SteamInput002_StopAnalogActionMomentum_params { void *linux_side; - InputHandle_t inputHandle; - InputAnalogActionHandle_t eAction; + uint64_t inputHandle; + uint64_t eAction; }; extern void cppISteamInput_SteamInput002_StopAnalogActionMomentum( struct cppISteamInput_SteamInput002_StopAnalogActionMomentum_params *params ); @@ -166,14 +166,14 @@ struct cppISteamInput_SteamInput002_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput002_GetMotionData( struct cppISteamInput_SteamInput002_GetMotionData_params *params ); struct cppISteamInput_SteamInput002_TriggerVibration_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -182,7 +182,7 @@ extern void cppISteamInput_SteamInput002_TriggerVibration( struct cppISteamInput struct cppISteamInput_SteamInput002_SetLEDColor_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -193,7 +193,7 @@ extern void cppISteamInput_SteamInput002_SetLEDColor( struct cppISteamInput_Stea struct cppISteamInput_SteamInput002_TriggerHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -202,7 +202,7 @@ extern void cppISteamInput_SteamInput002_TriggerHapticPulse( struct cppISteamInp struct cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -215,7 +215,7 @@ struct cppISteamInput_SteamInput002_ShowBindingPanel_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput002_ShowBindingPanel( struct cppISteamInput_SteamInput002_ShowBindingPanel_params *params ); @@ -223,14 +223,14 @@ struct cppISteamInput_SteamInput002_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput002_GetInputTypeForHandle( struct cppISteamInput_SteamInput002_GetInputTypeForHandle_params *params ); struct cppISteamInput_SteamInput002_GetControllerForGamepadIndex_params { void *linux_side; - InputHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamInput_SteamInput002_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput002_GetControllerForGamepadIndex_params *params ); @@ -239,7 +239,7 @@ struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params { void *linux_side; int32_t _ret; - InputHandle_t ulinputHandle; + uint64_t ulinputHandle; }; extern void cppISteamInput_SteamInput002_GetGamepadIndexForController( struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params *params ); @@ -263,7 +263,7 @@ struct cppISteamInput_SteamInput002_GetActionOriginFromXboxOrigin_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eOrigin; }; extern void cppISteamInput_SteamInput002_GetActionOriginFromXboxOrigin( struct cppISteamInput_SteamInput002_GetActionOriginFromXboxOrigin_params *params ); @@ -281,7 +281,7 @@ struct cppISteamInput_SteamInput002_GetDeviceBindingRevision_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; int32_t *pMajor; int32_t *pMinor; }; @@ -291,7 +291,7 @@ struct cppISteamInput_SteamInput002_GetRemotePlaySessionID_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_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 f3df8bf1..2fc294a5 100644 --- a/lsteamclient/cppISteamInput_SteamInput005.h +++ b/lsteamclient/cppISteamInput_SteamInput005.h @@ -48,7 +48,7 @@ struct cppISteamInput_SteamInput005_GetConnectedControllers_params { void *linux_side; int32_t _ret; - InputHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput005_GetConnectedControllers( struct cppISteamInput_SteamInput005_GetConnectedControllers_params *params ); @@ -68,7 +68,7 @@ extern void cppISteamInput_SteamInput005_EnableActionEventCallbacks( struct cppI struct cppISteamInput_SteamInput005_GetActionSetHandle_params { void *linux_side; - InputActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamInput_SteamInput005_GetActionSetHandle( struct cppISteamInput_SteamInput005_GetActionSetHandle_params *params ); @@ -76,39 +76,39 @@ extern void cppISteamInput_SteamInput005_GetActionSetHandle( struct cppISteamInp struct cppISteamInput_SteamInput005_ActivateActionSet_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; }; extern void cppISteamInput_SteamInput005_ActivateActionSet( struct cppISteamInput_SteamInput005_ActivateActionSet_params *params ); struct cppISteamInput_SteamInput005_GetCurrentActionSet_params { void *linux_side; - InputActionSetHandle_t _ret; - InputHandle_t inputHandle; + uint64_t _ret; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_GetCurrentActionSet( struct cppISteamInput_SteamInput005_GetCurrentActionSet_params *params ); struct cppISteamInput_SteamInput005_ActivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput005_ActivateActionSetLayer( struct cppISteamInput_SteamInput005_ActivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput005_DeactivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput005_DeactivateActionSetLayer( struct cppISteamInput_SteamInput005_DeactivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput005_DeactivateAllActionSetLayers_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_DeactivateAllActionSetLayers( struct cppISteamInput_SteamInput005_DeactivateAllActionSetLayers_params *params ); @@ -116,15 +116,15 @@ struct cppISteamInput_SteamInput005_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t *handlesOut; + uint64_t inputHandle; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput005_GetActiveActionSetLayers( struct cppISteamInput_SteamInput005_GetActiveActionSetLayers_params *params ); struct cppISteamInput_SteamInput005_GetDigitalActionHandle_params { void *linux_side; - InputDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput005_GetDigitalActionHandle( struct cppISteamInput_SteamInput005_GetDigitalActionHandle_params *params ); @@ -133,8 +133,8 @@ struct cppISteamInput_SteamInput005_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - InputHandle_t inputHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t digitalActionHandle; }; extern void cppISteamInput_SteamInput005_GetDigitalActionData( struct cppISteamInput_SteamInput005_GetDigitalActionData_params *params ); @@ -142,9 +142,9 @@ struct cppISteamInput_SteamInput005_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput005_GetDigitalActionOrigins( struct cppISteamInput_SteamInput005_GetDigitalActionOrigins_params *params ); @@ -153,14 +153,14 @@ struct cppISteamInput_SteamInput005_GetStringForDigitalActionName_params { void *linux_side; const char *_ret; - InputDigitalActionHandle_t eActionHandle; + uint64_t eActionHandle; }; extern void cppISteamInput_SteamInput005_GetStringForDigitalActionName( struct cppISteamInput_SteamInput005_GetStringForDigitalActionName_params *params ); struct cppISteamInput_SteamInput005_GetAnalogActionHandle_params { void *linux_side; - InputAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput005_GetAnalogActionHandle( struct cppISteamInput_SteamInput005_GetAnalogActionHandle_params *params ); @@ -169,8 +169,8 @@ struct cppISteamInput_SteamInput005_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - InputHandle_t inputHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t analogActionHandle; }; extern void cppISteamInput_SteamInput005_GetAnalogActionData( struct cppISteamInput_SteamInput005_GetAnalogActionData_params *params ); @@ -178,9 +178,9 @@ struct cppISteamInput_SteamInput005_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput005_GetAnalogActionOrigins( struct cppISteamInput_SteamInput005_GetAnalogActionOrigins_params *params ); @@ -224,15 +224,15 @@ struct cppISteamInput_SteamInput005_GetStringForAnalogActionName_params { void *linux_side; const char *_ret; - InputAnalogActionHandle_t eActionHandle; + uint64_t eActionHandle; }; extern void cppISteamInput_SteamInput005_GetStringForAnalogActionName( struct cppISteamInput_SteamInput005_GetStringForAnalogActionName_params *params ); struct cppISteamInput_SteamInput005_StopAnalogActionMomentum_params { void *linux_side; - InputHandle_t inputHandle; - InputAnalogActionHandle_t eAction; + uint64_t inputHandle; + uint64_t eAction; }; extern void cppISteamInput_SteamInput005_StopAnalogActionMomentum( struct cppISteamInput_SteamInput005_StopAnalogActionMomentum_params *params ); @@ -240,14 +240,14 @@ struct cppISteamInput_SteamInput005_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_GetMotionData( struct cppISteamInput_SteamInput005_GetMotionData_params *params ); struct cppISteamInput_SteamInput005_TriggerVibration_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -256,7 +256,7 @@ extern void cppISteamInput_SteamInput005_TriggerVibration( struct cppISteamInput struct cppISteamInput_SteamInput005_TriggerVibrationExtended_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; uint16_t usLeftTriggerSpeed; @@ -267,7 +267,7 @@ extern void cppISteamInput_SteamInput005_TriggerVibrationExtended( struct cppISt struct cppISteamInput_SteamInput005_TriggerSimpleHapticEvent_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eHapticLocation; uint8_t nIntensity; char nGainDB; @@ -279,7 +279,7 @@ extern void cppISteamInput_SteamInput005_TriggerSimpleHapticEvent( struct cppISt struct cppISteamInput_SteamInput005_SetLEDColor_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -290,7 +290,7 @@ extern void cppISteamInput_SteamInput005_SetLEDColor( struct cppISteamInput_Stea struct cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -299,7 +299,7 @@ extern void cppISteamInput_SteamInput005_Legacy_TriggerHapticPulse( struct cppIS struct cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -312,7 +312,7 @@ struct cppISteamInput_SteamInput005_ShowBindingPanel_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_ShowBindingPanel( struct cppISteamInput_SteamInput005_ShowBindingPanel_params *params ); @@ -320,14 +320,14 @@ struct cppISteamInput_SteamInput005_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_GetInputTypeForHandle( struct cppISteamInput_SteamInput005_GetInputTypeForHandle_params *params ); struct cppISteamInput_SteamInput005_GetControllerForGamepadIndex_params { void *linux_side; - InputHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamInput_SteamInput005_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput005_GetControllerForGamepadIndex_params *params ); @@ -336,7 +336,7 @@ struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params { void *linux_side; int32_t _ret; - InputHandle_t ulinputHandle; + uint64_t ulinputHandle; }; extern void cppISteamInput_SteamInput005_GetGamepadIndexForController( struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params *params ); @@ -360,7 +360,7 @@ struct cppISteamInput_SteamInput005_GetActionOriginFromXboxOrigin_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eOrigin; }; extern void cppISteamInput_SteamInput005_GetActionOriginFromXboxOrigin( struct cppISteamInput_SteamInput005_GetActionOriginFromXboxOrigin_params *params ); @@ -378,7 +378,7 @@ struct cppISteamInput_SteamInput005_GetDeviceBindingRevision_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; int32_t *pMajor; int32_t *pMinor; }; @@ -388,7 +388,7 @@ struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput005_GetRemotePlaySessionID( struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params *params ); diff --git a/lsteamclient/cppISteamInput_SteamInput006.h b/lsteamclient/cppISteamInput_SteamInput006.h index 2e41781f..0d140a83 100644 --- a/lsteamclient/cppISteamInput_SteamInput006.h +++ b/lsteamclient/cppISteamInput_SteamInput006.h @@ -48,7 +48,7 @@ struct cppISteamInput_SteamInput006_GetConnectedControllers_params { void *linux_side; int32_t _ret; - InputHandle_t *handlesOut; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput006_GetConnectedControllers( struct cppISteamInput_SteamInput006_GetConnectedControllers_params *params ); @@ -68,7 +68,7 @@ extern void cppISteamInput_SteamInput006_EnableActionEventCallbacks( struct cppI struct cppISteamInput_SteamInput006_GetActionSetHandle_params { void *linux_side; - InputActionSetHandle_t _ret; + uint64_t _ret; const char *pszActionSetName; }; extern void cppISteamInput_SteamInput006_GetActionSetHandle( struct cppISteamInput_SteamInput006_GetActionSetHandle_params *params ); @@ -76,39 +76,39 @@ extern void cppISteamInput_SteamInput006_GetActionSetHandle( struct cppISteamInp struct cppISteamInput_SteamInput006_ActivateActionSet_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; }; extern void cppISteamInput_SteamInput006_ActivateActionSet( struct cppISteamInput_SteamInput006_ActivateActionSet_params *params ); struct cppISteamInput_SteamInput006_GetCurrentActionSet_params { void *linux_side; - InputActionSetHandle_t _ret; - InputHandle_t inputHandle; + uint64_t _ret; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_GetCurrentActionSet( struct cppISteamInput_SteamInput006_GetCurrentActionSet_params *params ); struct cppISteamInput_SteamInput006_ActivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput006_ActivateActionSetLayer( struct cppISteamInput_SteamInput006_ActivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput006_DeactivateActionSetLayer_params { void *linux_side; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetLayerHandle; + uint64_t inputHandle; + uint64_t actionSetLayerHandle; }; extern void cppISteamInput_SteamInput006_DeactivateActionSetLayer( struct cppISteamInput_SteamInput006_DeactivateActionSetLayer_params *params ); struct cppISteamInput_SteamInput006_DeactivateAllActionSetLayers_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_DeactivateAllActionSetLayers( struct cppISteamInput_SteamInput006_DeactivateAllActionSetLayers_params *params ); @@ -116,15 +116,15 @@ struct cppISteamInput_SteamInput006_GetActiveActionSetLayers_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t *handlesOut; + uint64_t inputHandle; + uint64_t *handlesOut; }; extern void cppISteamInput_SteamInput006_GetActiveActionSetLayers( struct cppISteamInput_SteamInput006_GetActiveActionSetLayers_params *params ); struct cppISteamInput_SteamInput006_GetDigitalActionHandle_params { void *linux_side; - InputDigitalActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput006_GetDigitalActionHandle( struct cppISteamInput_SteamInput006_GetDigitalActionHandle_params *params ); @@ -133,8 +133,8 @@ struct cppISteamInput_SteamInput006_GetDigitalActionData_params { void *linux_side; InputDigitalActionData_t *_ret; - InputHandle_t inputHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t digitalActionHandle; }; extern void cppISteamInput_SteamInput006_GetDigitalActionData( struct cppISteamInput_SteamInput006_GetDigitalActionData_params *params ); @@ -142,9 +142,9 @@ struct cppISteamInput_SteamInput006_GetDigitalActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputDigitalActionHandle_t digitalActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t digitalActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput006_GetDigitalActionOrigins( struct cppISteamInput_SteamInput006_GetDigitalActionOrigins_params *params ); @@ -153,14 +153,14 @@ struct cppISteamInput_SteamInput006_GetStringForDigitalActionName_params { void *linux_side; const char *_ret; - InputDigitalActionHandle_t eActionHandle; + uint64_t eActionHandle; }; extern void cppISteamInput_SteamInput006_GetStringForDigitalActionName( struct cppISteamInput_SteamInput006_GetStringForDigitalActionName_params *params ); struct cppISteamInput_SteamInput006_GetAnalogActionHandle_params { void *linux_side; - InputAnalogActionHandle_t _ret; + uint64_t _ret; const char *pszActionName; }; extern void cppISteamInput_SteamInput006_GetAnalogActionHandle( struct cppISteamInput_SteamInput006_GetAnalogActionHandle_params *params ); @@ -169,8 +169,8 @@ struct cppISteamInput_SteamInput006_GetAnalogActionData_params { void *linux_side; InputAnalogActionData_t *_ret; - InputHandle_t inputHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t analogActionHandle; }; extern void cppISteamInput_SteamInput006_GetAnalogActionData( struct cppISteamInput_SteamInput006_GetAnalogActionData_params *params ); @@ -178,9 +178,9 @@ struct cppISteamInput_SteamInput006_GetAnalogActionOrigins_params { void *linux_side; int32_t _ret; - InputHandle_t inputHandle; - InputActionSetHandle_t actionSetHandle; - InputAnalogActionHandle_t analogActionHandle; + uint64_t inputHandle; + uint64_t actionSetHandle; + uint64_t analogActionHandle; uint32_t *originsOut; }; extern void cppISteamInput_SteamInput006_GetAnalogActionOrigins( struct cppISteamInput_SteamInput006_GetAnalogActionOrigins_params *params ); @@ -224,15 +224,15 @@ struct cppISteamInput_SteamInput006_GetStringForAnalogActionName_params { void *linux_side; const char *_ret; - InputAnalogActionHandle_t eActionHandle; + uint64_t eActionHandle; }; extern void cppISteamInput_SteamInput006_GetStringForAnalogActionName( struct cppISteamInput_SteamInput006_GetStringForAnalogActionName_params *params ); struct cppISteamInput_SteamInput006_StopAnalogActionMomentum_params { void *linux_side; - InputHandle_t inputHandle; - InputAnalogActionHandle_t eAction; + uint64_t inputHandle; + uint64_t eAction; }; extern void cppISteamInput_SteamInput006_StopAnalogActionMomentum( struct cppISteamInput_SteamInput006_StopAnalogActionMomentum_params *params ); @@ -240,14 +240,14 @@ struct cppISteamInput_SteamInput006_GetMotionData_params { void *linux_side; InputMotionData_t *_ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_GetMotionData( struct cppISteamInput_SteamInput006_GetMotionData_params *params ); struct cppISteamInput_SteamInput006_TriggerVibration_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; }; @@ -256,7 +256,7 @@ extern void cppISteamInput_SteamInput006_TriggerVibration( struct cppISteamInput struct cppISteamInput_SteamInput006_TriggerVibrationExtended_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint16_t usLeftSpeed; uint16_t usRightSpeed; uint16_t usLeftTriggerSpeed; @@ -267,7 +267,7 @@ extern void cppISteamInput_SteamInput006_TriggerVibrationExtended( struct cppISt struct cppISteamInput_SteamInput006_TriggerSimpleHapticEvent_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eHapticLocation; uint8_t nIntensity; char nGainDB; @@ -279,7 +279,7 @@ extern void cppISteamInput_SteamInput006_TriggerSimpleHapticEvent( struct cppISt struct cppISteamInput_SteamInput006_SetLEDColor_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint8_t nColorR; uint8_t nColorG; uint8_t nColorB; @@ -290,7 +290,7 @@ extern void cppISteamInput_SteamInput006_SetLEDColor( struct cppISteamInput_Stea struct cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; }; @@ -299,7 +299,7 @@ extern void cppISteamInput_SteamInput006_Legacy_TriggerHapticPulse( struct cppIS struct cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eTargetPad; uint16_t usDurationMicroSec; uint16_t usOffMicroSec; @@ -312,7 +312,7 @@ struct cppISteamInput_SteamInput006_ShowBindingPanel_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_ShowBindingPanel( struct cppISteamInput_SteamInput006_ShowBindingPanel_params *params ); @@ -320,14 +320,14 @@ struct cppISteamInput_SteamInput006_GetInputTypeForHandle_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_GetInputTypeForHandle( struct cppISteamInput_SteamInput006_GetInputTypeForHandle_params *params ); struct cppISteamInput_SteamInput006_GetControllerForGamepadIndex_params { void *linux_side; - InputHandle_t _ret; + uint64_t _ret; int32_t nIndex; }; extern void cppISteamInput_SteamInput006_GetControllerForGamepadIndex( struct cppISteamInput_SteamInput006_GetControllerForGamepadIndex_params *params ); @@ -336,7 +336,7 @@ struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params { void *linux_side; int32_t _ret; - InputHandle_t ulinputHandle; + uint64_t ulinputHandle; }; extern void cppISteamInput_SteamInput006_GetGamepadIndexForController( struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params *params ); @@ -360,7 +360,7 @@ struct cppISteamInput_SteamInput006_GetActionOriginFromXboxOrigin_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; uint32_t eOrigin; }; extern void cppISteamInput_SteamInput006_GetActionOriginFromXboxOrigin( struct cppISteamInput_SteamInput006_GetActionOriginFromXboxOrigin_params *params ); @@ -378,7 +378,7 @@ struct cppISteamInput_SteamInput006_GetDeviceBindingRevision_params { void *linux_side; bool _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; int32_t *pMajor; int32_t *pMinor; }; @@ -388,7 +388,7 @@ struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params { void *linux_side; uint32_t _ret; - InputHandle_t inputHandle; + uint64_t inputHandle; }; extern void cppISteamInput_SteamInput006_GetRemotePlaySessionID( struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params *params ); @@ -402,7 +402,7 @@ extern void cppISteamInput_SteamInput006_GetSessionInputConfigurationSettings( s struct cppISteamInput_SteamInput006_SetDualSenseTriggerEffect_params { void *linux_side; - InputHandle_t inputHandle; + uint64_t inputHandle; const ScePadTriggerEffectParam *pParam; }; extern void cppISteamInput_SteamInput006_SetDualSenseTriggerEffect( struct cppISteamInput_SteamInput006_SetDualSenseTriggerEffect_params *params ); diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h index 185ba36c..53199d77 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h @@ -2,7 +2,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus_params { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus_params *params ); @@ -10,7 +10,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; SteamItemDetails_t *pOutItemsArray; uint32_t *punOutItemsArraySize; }; @@ -20,7 +20,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_param { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_params *params ); @@ -28,7 +28,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID_param { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; CSteamID steamIDExpected; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID_params *params ); @@ -36,7 +36,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult_params { void *linux_side; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult_params *params ); @@ -44,7 +44,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems_params *params ); @@ -52,8 +52,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemInstanceID_t *pInstanceIDs; + int32_t *pResultHandle; + const uint64_t *pInstanceIDs; uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID_params *params ); @@ -62,7 +62,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; void *pOutBuffer; uint32_t *punOutBufferSize; }; @@ -72,7 +72,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pOutResultHandle; + int32_t *pOutResultHandle; const void *pBuffer; uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; @@ -83,8 +83,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; const uint32_t *punArrayQuantity; uint32_t unArrayLength; }; @@ -94,7 +94,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems_params *params ); @@ -102,8 +102,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t itemDef; + int32_t *pResultHandle; + int32_t itemDef; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem_params *params ); @@ -111,8 +111,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems_params *params ); @@ -121,8 +121,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemConsume; + int32_t *pResultHandle; + uint64_t itemConsume; uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem_params *params ); @@ -131,11 +131,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayGenerate; + int32_t *pResultHandle; + const int32_t *pArrayGenerate; const uint32_t *punArrayGenerateQuantity; uint32_t unArrayGenerateLength; - const SteamItemInstanceID_t *pArrayDestroy; + const uint64_t *pArrayDestroy; const uint32_t *punArrayDestroyQuantity; uint32_t unArrayDestroyLength; }; @@ -145,10 +145,10 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_par { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemIdSource; + int32_t *pResultHandle; + uint64_t itemIdSource; uint32_t unQuantity; - SteamItemInstanceID_t itemIdDest; + uint64_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_params *params ); @@ -162,8 +162,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t dropListDefinition; + int32_t *pResultHandle; + int32_t dropListDefinition; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop_params *params ); @@ -171,12 +171,12 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; CSteamID steamIDTradePartner; - const SteamItemInstanceID_t *pArrayGive; + const uint64_t *pArrayGive; const uint32_t *pArrayGiveQuantity; uint32_t nArrayGiveLength; - const SteamItemInstanceID_t *pArrayGet; + const uint64_t *pArrayGet; const uint32_t *pArrayGetQuantity; uint32_t nArrayGetLength; }; @@ -193,7 +193,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs_par { void *linux_side; bool _ret; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs_params *params ); @@ -202,7 +202,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionPropert { void *linux_side; bool _ret; - SteamItemDef_t iDefinition; + int32_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; uint32_t *punValueBufferSizeOut; @@ -212,7 +212,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionPr struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs_params *params ); @@ -222,7 +222,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefi void *linux_side; bool _ret; CSteamID steamID; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; 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 dc2478eb..6571b858 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h @@ -2,7 +2,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params *params ); @@ -10,7 +10,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; SteamItemDetails_t *pOutItemsArray; uint32_t *punOutItemsArraySize; }; @@ -20,7 +20,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_pa { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; uint32_t unItemIndex; const char *pchPropertyName; char *pchValueBuffer; @@ -32,7 +32,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_param { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params *params ); @@ -40,7 +40,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID_param { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; CSteamID steamIDExpected; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID_params *params ); @@ -48,7 +48,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult_params { void *linux_side; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult_params *params ); @@ -56,7 +56,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems_params *params ); @@ -64,8 +64,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemInstanceID_t *pInstanceIDs; + int32_t *pResultHandle; + const uint64_t *pInstanceIDs; uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params *params ); @@ -74,7 +74,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; void *pOutBuffer; uint32_t *punOutBufferSize; }; @@ -84,7 +84,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pOutResultHandle; + int32_t *pOutResultHandle; const void *pBuffer; uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; @@ -95,8 +95,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; const uint32_t *punArrayQuantity; uint32_t unArrayLength; }; @@ -106,7 +106,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems_params *params ); @@ -114,8 +114,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t itemDef; + int32_t *pResultHandle; + int32_t itemDef; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem_params *params ); @@ -123,8 +123,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params *params ); @@ -133,8 +133,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemConsume; + int32_t *pResultHandle; + uint64_t itemConsume; uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params *params ); @@ -143,11 +143,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayGenerate; + int32_t *pResultHandle; + const int32_t *pArrayGenerate; const uint32_t *punArrayGenerateQuantity; uint32_t unArrayGenerateLength; - const SteamItemInstanceID_t *pArrayDestroy; + const uint64_t *pArrayDestroy; const uint32_t *punArrayDestroyQuantity; uint32_t unArrayDestroyLength; }; @@ -157,10 +157,10 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_par { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemIdSource; + int32_t *pResultHandle; + uint64_t itemIdSource; uint32_t unQuantity; - SteamItemInstanceID_t itemIdDest; + uint64_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params *params ); @@ -174,8 +174,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t dropListDefinition; + int32_t *pResultHandle; + int32_t dropListDefinition; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop_params *params ); @@ -183,12 +183,12 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; CSteamID steamIDTradePartner; - const SteamItemInstanceID_t *pArrayGive; + const uint64_t *pArrayGive; const uint32_t *pArrayGiveQuantity; uint32_t nArrayGiveLength; - const SteamItemInstanceID_t *pArrayGet; + const uint64_t *pArrayGet; const uint32_t *pArrayGetQuantity; uint32_t nArrayGetLength; }; @@ -205,7 +205,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_par { void *linux_side; bool _ret; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_params *params ); @@ -214,7 +214,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionPropert { void *linux_side; bool _ret; - SteamItemDef_t iDefinition; + int32_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; uint32_t *punValueBufferSizeOut; @@ -224,7 +224,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionPr struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs_params *params ); @@ -234,7 +234,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefi void *linux_side; bool _ret; CSteamID steamID; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs_params *params ); @@ -242,8 +242,8 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoIte struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params { void *linux_side; - SteamAPICall_t _ret; - const SteamItemDef_t *pArrayItemDefs; + uint64_t _ret; + const int32_t *pArrayItemDefs; const uint32_t *punArrayQuantity; uint32_t unArrayLength; }; @@ -252,7 +252,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase( stru struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices_params *params ); @@ -267,7 +267,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_param { void *linux_side; bool _ret; - SteamItemDef_t *pArrayItemDefs; + int32_t *pArrayItemDefs; uint64_t *pPrices; uint32_t unArrayLength; }; @@ -277,7 +277,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params { void *linux_side; bool _ret; - SteamItemDef_t iDefinition; + int32_t iDefinition; uint64_t *pPrice; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params *params ); @@ -285,7 +285,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice( struc struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties_params { void *linux_side; - SteamInventoryUpdateHandle_t _ret; + uint64_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties_params *params ); @@ -293,8 +293,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty_params *params ); @@ -303,8 +303,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; const char *pchPropertyValue; }; @@ -314,8 +314,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; bool bValue; }; @@ -325,8 +325,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; int64_t nValue; }; @@ -336,8 +336,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; float flValue; }; @@ -347,8 +347,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties_p { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamInventoryResult_t *pResultHandle; + uint64_t handle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties_params *params ); diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h index 6d4a6371..a1a762ee 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.h @@ -2,7 +2,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus_params { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus_params *params ); @@ -10,7 +10,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; SteamItemDetails_t *pOutItemsArray; uint32_t *punOutItemsArraySize; }; @@ -20,7 +20,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty_pa { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; uint32_t unItemIndex; const char *pchPropertyName; char *pchValueBuffer; @@ -32,7 +32,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_param { void *linux_side; uint32_t _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_params *params ); @@ -40,7 +40,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID_param { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; CSteamID steamIDExpected; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID_params *params ); @@ -48,7 +48,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult_params { void *linux_side; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult_params *params ); @@ -56,7 +56,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems_params *params ); @@ -64,8 +64,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemInstanceID_t *pInstanceIDs; + int32_t *pResultHandle; + const uint64_t *pInstanceIDs; uint32_t unCountInstanceIDs; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID_params *params ); @@ -74,7 +74,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t resultHandle; + int32_t resultHandle; void *pOutBuffer; uint32_t *punOutBufferSize; }; @@ -84,7 +84,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pOutResultHandle; + int32_t *pOutResultHandle; const void *pBuffer; uint32_t unBufferSize; bool bRESERVED_MUST_BE_FALSE; @@ -95,8 +95,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; const uint32_t *punArrayQuantity; uint32_t unArrayLength; }; @@ -106,7 +106,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems_params *params ); @@ -114,8 +114,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t itemDef; + int32_t *pResultHandle; + int32_t itemDef; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem_params *params ); @@ -123,8 +123,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayItemDefs; + int32_t *pResultHandle; + const int32_t *pArrayItemDefs; uint32_t unArrayLength; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems_params *params ); @@ -133,8 +133,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemConsume; + int32_t *pResultHandle; + uint64_t itemConsume; uint32_t unQuantity; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem_params *params ); @@ -143,11 +143,11 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - const SteamItemDef_t *pArrayGenerate; + int32_t *pResultHandle; + const int32_t *pArrayGenerate; const uint32_t *punArrayGenerateQuantity; uint32_t unArrayGenerateLength; - const SteamItemInstanceID_t *pArrayDestroy; + const uint64_t *pArrayDestroy; const uint32_t *punArrayDestroyQuantity; uint32_t unArrayDestroyLength; }; @@ -157,10 +157,10 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_par { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemInstanceID_t itemIdSource; + int32_t *pResultHandle; + uint64_t itemIdSource; uint32_t unQuantity; - SteamItemInstanceID_t itemIdDest; + uint64_t itemIdDest; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_params *params ); @@ -174,8 +174,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; - SteamItemDef_t dropListDefinition; + int32_t *pResultHandle; + int32_t dropListDefinition; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop_params *params ); @@ -183,12 +183,12 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; CSteamID steamIDTradePartner; - const SteamItemInstanceID_t *pArrayGive; + const uint64_t *pArrayGive; const uint32_t *pArrayGiveQuantity; uint32_t nArrayGiveLength; - const SteamItemInstanceID_t *pArrayGet; + const uint64_t *pArrayGet; const uint32_t *pArrayGetQuantity; uint32_t nArrayGetLength; }; @@ -205,7 +205,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs_par { void *linux_side; bool _ret; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs_params *params ); @@ -214,7 +214,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionPropert { void *linux_side; bool _ret; - SteamItemDef_t iDefinition; + int32_t iDefinition; const char *pchPropertyName; char *pchValueBuffer; uint32_t *punValueBufferSizeOut; @@ -224,7 +224,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionPr struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamID; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs_params *params ); @@ -234,7 +234,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefi void *linux_side; bool _ret; CSteamID steamID; - SteamItemDef_t *pItemDefIDs; + int32_t *pItemDefIDs; uint32_t *punItemDefIDsArraySize; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs_params *params ); @@ -242,8 +242,8 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoIte struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase_params { void *linux_side; - SteamAPICall_t _ret; - const SteamItemDef_t *pArrayItemDefs; + uint64_t _ret; + const int32_t *pArrayItemDefs; const uint32_t *punArrayQuantity; uint32_t unArrayLength; }; @@ -252,7 +252,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase( stru struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices_params *params ); @@ -267,7 +267,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices_param { void *linux_side; bool _ret; - SteamItemDef_t *pArrayItemDefs; + int32_t *pArrayItemDefs; uint64_t *pCurrentPrices; uint64_t *pBasePrices; uint32_t unArrayLength; @@ -278,7 +278,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice_params { void *linux_side; bool _ret; - SteamItemDef_t iDefinition; + int32_t iDefinition; uint64_t *pCurrentPrice; uint64_t *pBasePrice; }; @@ -287,7 +287,7 @@ extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice( struc struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties_params { void *linux_side; - SteamInventoryUpdateHandle_t _ret; + uint64_t _ret; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties_params *params ); @@ -295,8 +295,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty_params *params ); @@ -305,8 +305,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; const char *pchPropertyValue; }; @@ -316,8 +316,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_2_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; bool bValue; }; @@ -327,8 +327,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; int64_t nValue; }; @@ -338,8 +338,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_4_params { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamItemInstanceID_t nItemID; + uint64_t handle; + uint64_t nItemID; const char *pchPropertyName; float flValue; }; @@ -349,8 +349,8 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties_p { void *linux_side; bool _ret; - SteamInventoryUpdateHandle_t handle; - SteamInventoryResult_t *pResultHandle; + uint64_t handle; + int32_t *pResultHandle; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties_params *params ); @@ -358,7 +358,7 @@ struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem_params { void *linux_side; bool _ret; - SteamInventoryResult_t *pResultHandle; + int32_t *pResultHandle; const char *pchItemToken; }; extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem_params *params ); diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h index f8d4fadc..f314e340 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.h @@ -1,7 +1,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -11,7 +11,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestIntern struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList_params *params ); @@ -19,7 +19,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANSer struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -29,7 +29,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriend struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -39,7 +39,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavori struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -49,7 +49,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistor struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList_params { void *linux_side; - AppId_t iApp; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -106,7 +106,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse; @@ -116,7 +116,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer( s struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse; @@ -126,7 +126,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse; @@ -136,7 +136,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery_params { void *linux_side; - HServerQuery hServerQuery; + int32_t hServerQuery; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery_params *params ); diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h index c5bc32aa..2a73ff56 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.h @@ -1,8 +1,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -12,8 +12,8 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestIntern struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList_params *params ); @@ -21,8 +21,8 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANSer struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -32,8 +32,8 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriend struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -43,8 +43,8 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavori struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -54,8 +54,8 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistor struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList_params { void *linux_side; - HServerListRequest _ret; - AppId_t iApp; + void *_ret; + uint32_t iApp; MatchMakingKeyValuePair_t **ppchFilters; uint32_t nFilters; void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse; @@ -65,7 +65,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpecta struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest_params { void *linux_side; - HServerListRequest hServerListRequest; + void *hServerListRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest_params *params ); @@ -73,7 +73,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_p { void *linux_side; gameserveritem_t *_ret; - HServerListRequest hRequest; + void *hRequest; int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_params *params ); @@ -81,14 +81,14 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDeta struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery_params { void *linux_side; - HServerListRequest hRequest; + void *hRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery_params *params ); struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery_params { void *linux_side; - HServerListRequest hRequest; + void *hRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery_params *params ); @@ -96,7 +96,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing_param { void *linux_side; bool _ret; - HServerListRequest hRequest; + void *hRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing_params *params ); @@ -104,14 +104,14 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_par { void *linux_side; int32_t _ret; - HServerListRequest hRequest; + void *hRequest; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_params *params ); struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer_params { void *linux_side; - HServerListRequest hRequest; + void *hRequest; int32_t iServer; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse; @@ -129,7 +129,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_PingServer( s struct cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse; @@ -139,7 +139,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_PlayerDetails struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules_params { void *linux_side; - HServerQuery _ret; + int32_t _ret; uint32_t unIP; uint16_t usPort; void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse; @@ -149,7 +149,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params { void *linux_side; - HServerQuery hServerQuery; + int32_t hServerQuery; }; extern void cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery( struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h index a2383f80..85738d79 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h index 0bc684ed..ba832c6c 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h index 4ed03607..e0e02baf 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h index 48d8c4fd..2e0fb138 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h index eed38265..4fe9654d 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -47,7 +47,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame( struct struct cppISteamMatchmaking_SteamMatchMaking006_RequestLobbyList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking006_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking006_RequestLobbyList_params *params ); @@ -87,7 +87,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex( struct cpp struct cppISteamMatchmaking_SteamMatchMaking006_CreateLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eLobbyType; }; extern void cppISteamMatchmaking_SteamMatchMaking006_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking006_CreateLobby_params *params ); @@ -95,7 +95,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking006_CreateLobby( struct cppISte struct cppISteamMatchmaking_SteamMatchMaking006_JoinLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking006_JoinLobby( struct cppISteamMatchmaking_SteamMatchMaking006_JoinLobby_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h index 74bd0921..c0a0eb42 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -47,7 +47,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame( struct struct cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList_params *params ); @@ -95,7 +95,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex( struct cpp struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eLobbyType; int32_t cMaxMembers; }; @@ -104,7 +104,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_CreateLobby( struct cppISte struct cppISteamMatchmaking_SteamMatchMaking007_JoinLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking007_JoinLobby( struct cppISteamMatchmaking_SteamMatchMaking007_JoinLobby_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h index 3e59b6c4..d44caabd 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -47,7 +47,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame( struct struct cppISteamMatchmaking_SteamMatchMaking008_RequestLobbyList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking008_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking008_RequestLobbyList_params *params ); @@ -109,7 +109,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_GetLobbyByIndex( struct cpp struct cppISteamMatchmaking_SteamMatchMaking008_CreateLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eLobbyType; int32_t cMaxMembers; }; @@ -118,7 +118,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking008_CreateLobby( struct cppISte struct cppISteamMatchmaking_SteamMatchMaking008_JoinLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking008_JoinLobby( struct cppISteamMatchmaking_SteamMatchMaking008_JoinLobby_params *params ); diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h index 77966b5c..08779d27 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.h @@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame_params void *linux_side; bool _ret; int32_t iGame; - AppId_t *pnAppID; + uint32_t *pnAppID; uint32_t *pnIP; uint16_t *pnConnPort; uint16_t *pnQueryPort; @@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame_params { void *linux_side; int32_t _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame_params { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; uint32_t nIP; uint16_t nConnPort; uint16_t nQueryPort; @@ -47,7 +47,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame( struct struct cppISteamMatchmaking_SteamMatchMaking009_RequestLobbyList_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamMatchmaking_SteamMatchMaking009_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking009_RequestLobbyList_params *params ); @@ -116,7 +116,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_GetLobbyByIndex( struct cpp struct cppISteamMatchmaking_SteamMatchMaking009_CreateLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eLobbyType; int32_t cMaxMembers; }; @@ -125,7 +125,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking009_CreateLobby( struct cppISte struct cppISteamMatchmaking_SteamMatchMaking009_JoinLobby_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDLobby; }; extern void cppISteamMatchmaking_SteamMatchMaking009_JoinLobby( struct cppISteamMatchmaking_SteamMatchMaking009_JoinLobby_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h index d85f857f..d4573a3e 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.h @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialize struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h index 62b86c75..1e3f34a9 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialize struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync( struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h index d83a12db..a9462f1c 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP_params *params ); @@ -9,7 +9,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress_params *params ); @@ -17,7 +17,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P_params *params ); @@ -25,7 +25,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nVirtualPort; }; @@ -35,7 +35,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection_params *params ); @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -54,7 +54,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket_params *params ); @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData_params *params ); @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName_params *params ); @@ -87,7 +87,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -108,7 +108,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConnection_params *params ); @@ -116,7 +116,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_144 **ppOutMessages; int32_t nMaxMessages; }; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnLis { void *linux_side; int32_t _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; winSteamNetworkingMessage_t_144 **ppOutMessages; int32_t nMaxMessages; }; @@ -136,7 +136,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo_params *params ); @@ -145,7 +145,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionSt { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingQuickConnectionStatus *pStats; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionStatus_params *params ); @@ -154,7 +154,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -164,7 +164,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddress_params *params ); @@ -173,8 +173,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -212,7 +212,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nVirtualPort; }; @@ -228,7 +228,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID_params *params ); @@ -243,7 +243,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; 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 82ca23eb..6d0310a1 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params *params ); @@ -9,7 +9,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress_params *params ); @@ -17,7 +17,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P_params *params ); @@ -25,7 +25,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nVirtualPort; }; @@ -35,7 +35,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection_params *params ); @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -54,7 +54,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket_params *params ); @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData_params *params ); @@ -71,14 +71,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName_params *params ); @@ -87,7 +87,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -97,7 +97,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -108,7 +108,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConnection_params *params ); @@ -116,7 +116,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_146 **ppOutMessages; int32_t nMaxMessages; }; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnLis { void *linux_side; int32_t _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; winSteamNetworkingMessage_t_146 **ppOutMessages; int32_t nMaxMessages; }; @@ -136,7 +136,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo_params *params ); @@ -145,7 +145,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionSt { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingQuickConnectionStatus *pStats; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionStatus_params *params ); @@ -154,7 +154,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -164,7 +164,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddress_params *params ); @@ -173,8 +173,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -227,7 +227,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nVirtualPort; }; @@ -243,7 +243,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID_params *params ); @@ -258,7 +258,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h index 7b56772e..8f799487 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -11,7 +11,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -31,7 +31,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nVirtualPort; int32_t nOptions; @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection_params *params ); @@ -51,7 +51,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData_params *params ); @@ -79,14 +79,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName_params *params ); @@ -95,7 +95,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -105,7 +105,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection_params *params ); @@ -134,7 +134,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_147 **ppOutMessages; int32_t nMaxMessages; }; @@ -144,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnLis { void *linux_side; int32_t _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; winSteamNetworkingMessage_t_147 **ppOutMessages; int32_t nMaxMessages; }; @@ -154,7 +154,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo_params *params ); @@ -163,7 +163,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionSt { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingQuickConnectionStatus *pStats; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionStatus_params *params ); @@ -172,7 +172,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -182,7 +182,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddress_params *params ); @@ -191,8 +191,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -245,7 +245,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nVirtualPort; int32_t nOptions; @@ -263,7 +263,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID_params *params ); @@ -278,7 +278,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -298,7 +298,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets006_GetGameCoordina struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ConnectP2PCustomSignaling_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; int32_t nOptions; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h index 338def42..50d91b1c 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -11,7 +11,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -31,7 +31,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nVirtualPort; int32_t nOptions; @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection_params *params ); @@ -51,7 +51,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData_params *params ); @@ -79,14 +79,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName_params *params ); @@ -95,7 +95,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -105,7 +105,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConnection_params *params ); @@ -134,7 +134,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_149 **ppOutMessages; int32_t nMaxMessages; }; @@ -144,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo_params *params ); @@ -153,7 +153,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionSt { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingQuickConnectionStatus *pStats; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionStatus_params *params ); @@ -162,7 +162,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -172,7 +172,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddress_params *params ); @@ -181,8 +181,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -215,7 +215,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetAuthenticati struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup_params { void *linux_side; - HSteamNetPollGroup _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup_params *params ); @@ -223,7 +223,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup_par { void *linux_side; bool _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup_params *params ); @@ -231,8 +231,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGro { void *linux_side; bool _ret; - HSteamNetConnection hConn; - HSteamNetPollGroup hPollGroup; + uint32_t hConn; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGroup_params *params ); @@ -240,7 +240,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPol { void *linux_side; int32_t _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; winSteamNetworkingMessage_t_149 **ppOutMessages; int32_t nMaxMessages; }; @@ -269,7 +269,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nVirtualPort; int32_t nOptions; @@ -287,7 +287,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID_params *params ); @@ -302,7 +302,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -322,7 +322,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetGameCoordina struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ConnectP2PCustomSignaling_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; void /*ISteamNetworkingConnectionCustomSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; int32_t nOptions; @@ -346,7 +346,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateReques bool _ret; int32_t *pcbBlob; void *pBlob; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest_params *params ); @@ -356,7 +356,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate_param bool _ret; const void *pCertificate; int32_t cbCertificate; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h index 03303170..87309e0b 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -11,7 +11,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nLocalVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -31,7 +31,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nRemoteVirtualPort; int32_t nOptions; @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection_params *params ); @@ -51,7 +51,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData_params *params ); @@ -79,14 +79,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName_params *params ); @@ -95,7 +95,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -105,7 +105,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection_params *params ); @@ -134,7 +134,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_152 **ppOutMessages; int32_t nMaxMessages; }; @@ -144,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_params *params ); @@ -153,7 +153,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionSt { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingQuickConnectionStatus *pStats; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus_params *params ); @@ -162,7 +162,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -172,7 +172,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress_params *params ); @@ -181,8 +181,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -215,7 +215,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetAuthenticati struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup_params { void *linux_side; - HSteamNetPollGroup _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup_params *params ); @@ -223,7 +223,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup_par { void *linux_side; bool _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup_params *params ); @@ -231,8 +231,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGro { void *linux_side; bool _ret; - HSteamNetConnection hConn; - HSteamNetPollGroup hPollGroup; + uint32_t hConn; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup_params *params ); @@ -240,7 +240,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPol { void *linux_side; int32_t _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; winSteamNetworkingMessage_t_152 **ppOutMessages; int32_t nMaxMessages; }; @@ -269,7 +269,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nRemoteVirtualPort; int32_t nOptions; @@ -287,7 +287,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID_params *params ); @@ -302,7 +302,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nLocalVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -322,7 +322,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetGameCoordina struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ConnectP2PCustomSignaling_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; void /*ISteamNetworkingConnectionSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; int32_t nRemoteVirtualPort; @@ -347,7 +347,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateReques bool _ret; int32_t *pcbBlob; void *pBlob; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest_params *params ); @@ -357,7 +357,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_param bool _ret; const void *pCertificate; int32_t cbCertificate; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate_params *params ); diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h index 4fa22790..c9f6a593 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.h @@ -1,7 +1,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; const SteamNetworkingIPAddr *localAddress; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -11,7 +11,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddress_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIPAddr *address; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -21,7 +21,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectByIPAddr struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2P_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nLocalVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -31,7 +31,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSoc struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2P_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityRemote; int32_t nRemoteVirtualPort; int32_t nOptions; @@ -43,7 +43,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection_par { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection_params *params ); @@ -51,7 +51,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection_para { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int32_t nReason; const char *pszDebug; bool bEnableLinger; @@ -62,7 +62,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket_pa { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserDat { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; int64_t nUserData; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData_params *params ); @@ -79,14 +79,14 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserDat { void *linux_side; int64_t _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData_params *params ); struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName_params { void *linux_side; - HSteamNetConnection hPeer; + uint32_t hPeer; const char *pszName; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName_params *params ); @@ -95,7 +95,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName_pa { void *linux_side; bool _ret; - HSteamNetConnection hPeer; + uint32_t hPeer; char *pszName; int32_t nMaxLen; }; @@ -105,7 +105,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnect { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; const void *pData; uint32_t cbData; int32_t nSendFlags; @@ -126,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConne { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConnection_params *params ); @@ -134,7 +134,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnCon { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; winSteamNetworkingMessage_t_158 **ppOutMessages; int32_t nMaxMessages; }; @@ -144,7 +144,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo_pa { void *linux_side; bool _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionInfo_t *pInfo; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo_params *params ); @@ -153,7 +153,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTim { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetConnectionRealTimeStatus_t *pStatus; int32_t nLanes; SteamNetConnectionRealTimeLaneStatus_t *pLanes; @@ -164,7 +164,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectio { void *linux_side; int32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; char *pszBuf; int32_t cbBuf; }; @@ -174,7 +174,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddre { void *linux_side; bool _ret; - HSteamListenSocket hSocket; + uint32_t hSocket; SteamNetworkingIPAddr *address; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddress( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddress_params *params ); @@ -183,8 +183,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateSocketPair_par { void *linux_side; bool _ret; - HSteamNetConnection *pOutConnection1; - HSteamNetConnection *pOutConnection2; + uint32_t *pOutConnection1; + uint32_t *pOutConnection2; bool bUseNetworkLoopback; const SteamNetworkingIdentity *pIdentity1; const SteamNetworkingIdentity *pIdentity2; @@ -195,7 +195,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionL { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; int32_t nNumLanes; const int32_t *pLanePriorities; const uint16_t *pLaneWeights; @@ -228,7 +228,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetAuthenticati struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup_params { void *linux_side; - HSteamNetPollGroup _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup_params *params ); @@ -236,7 +236,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup_par { void *linux_side; bool _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup_params *params ); @@ -244,8 +244,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGro { void *linux_side; bool _ret; - HSteamNetConnection hConn; - HSteamNetPollGroup hPollGroup; + uint32_t hConn; + uint32_t hPollGroup; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGroup( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGroup_params *params ); @@ -253,7 +253,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPol { void *linux_side; int32_t _ret; - HSteamNetPollGroup hPollGroup; + uint32_t hPollGroup; winSteamNetworkingMessage_t_158 **ppOutMessages; int32_t nMaxMessages; }; @@ -282,7 +282,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_FindRelayAuthTi struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; const SteamNetworkingIdentity *identityTarget; int32_t nRemoteVirtualPort; int32_t nOptions; @@ -300,7 +300,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID_params { void *linux_side; - SteamNetworkingPOPID _ret; + uint32_t _ret; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID_params *params ); @@ -315,7 +315,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedica struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateHostedDedicatedServerListenSocket_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t nLocalVirtualPort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -335,7 +335,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetGameCoordina struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConnectP2PCustomSignaling_params { void *linux_side; - HSteamNetConnection _ret; + uint32_t _ret; void /*ISteamNetworkingConnectionSignaling*/ *pSignaling; const SteamNetworkingIdentity *pPeerIdentity; int32_t nRemoteVirtualPort; @@ -360,7 +360,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateReques bool _ret; int32_t *pcbBlob; void *pBlob; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest_params *params ); @@ -370,7 +370,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_param bool _ret; const void *pCertificate; int32_t cbCertificate; - SteamNetworkingErrMsg *errMsg; + char (*errMsg)[1024]; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_params *params ); @@ -406,7 +406,7 @@ extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetFakeIP( stru struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketP2PFakeIP_params { void *linux_side; - HSteamListenSocket _ret; + uint32_t _ret; int32_t idxFakePort; int32_t nOptions; const SteamNetworkingConfigValue_t *pOptions; @@ -417,7 +417,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForCo { void *linux_side; uint32_t _ret; - HSteamNetConnection hConn; + uint32_t hConn; SteamNetworkingIPAddr *pOutAddr; }; extern void cppISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForConnection_params *params ); diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h index 063b780d..e085cd14 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.h @@ -60,8 +60,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_para { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; - SteamNetworkingPOPID *pViaRelayPoP; + uint32_t popID; + uint32_t *pViaRelayPoP; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_params *params ); @@ -69,7 +69,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_param { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; + uint32_t popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params *params ); @@ -84,7 +84,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params { void *linux_side; int32_t _ret; - SteamNetworkingPOPID *list; + uint32_t *list; int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params *params ); @@ -92,7 +92,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList( struct struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp_params { void *linux_side; - SteamNetworkingMicroseconds _ret; + int64_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp_params *params ); @@ -125,7 +125,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params int32_t scopeObj; uint32_t *pOutDataType; void *pResult; - size_t *cbResult; + uint32_t *cbResult; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params *params ); @@ -153,7 +153,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_To void *linux_side; const SteamNetworkingIPAddr *addr; char *buf; - size_t cbBuf; + uint32_t cbBuf; bool bWithPort; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString_params *params ); @@ -172,7 +172,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ void *linux_side; const SteamNetworkingIdentity *identity; char *buf; - size_t cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString_params *params ); diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h index 9b7fc00d..e8996fab 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.h @@ -61,8 +61,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_para { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; - SteamNetworkingPOPID *pViaRelayPoP; + uint32_t popID; + uint32_t *pViaRelayPoP; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_param { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; + uint32_t popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params *params ); @@ -85,7 +85,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params { void *linux_side; int32_t _ret; - SteamNetworkingPOPID *list; + uint32_t *list; int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params *params ); @@ -93,7 +93,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList( struct struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp_params { void *linux_side; - SteamNetworkingMicroseconds _ret; + int64_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp_params *params ); @@ -126,7 +126,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params int32_t scopeObj; uint32_t *pOutDataType; void *pResult; - size_t *cbResult; + uint32_t *cbResult; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params *params ); @@ -154,7 +154,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_To void *linux_side; const SteamNetworkingIPAddr *addr; char *buf; - size_t cbBuf; + uint32_t cbBuf; bool bWithPort; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString_params *params ); @@ -173,7 +173,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ void *linux_side; const SteamNetworkingIdentity *identity; char *buf; - size_t cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString_params *params ); diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h index 4aeeb423..d49bba73 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.h @@ -69,8 +69,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter_para { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; - SteamNetworkingPOPID *pViaRelayPoP; + uint32_t popID; + uint32_t *pViaRelayPoP; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter_params *params ); @@ -78,7 +78,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_param { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; + uint32_t popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_params *params ); @@ -93,7 +93,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params { void *linux_side; int32_t _ret; - SteamNetworkingPOPID *list; + uint32_t *list; int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params *params ); @@ -101,7 +101,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList( struct struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp_params { void *linux_side; - SteamNetworkingMicroseconds _ret; + int64_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp_params *params ); @@ -134,7 +134,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue_params int32_t scopeObj; uint32_t *pOutDataType; void *pResult; - size_t *cbResult; + uint32_t *cbResult; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue_params *params ); @@ -162,7 +162,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_To void *linux_side; const SteamNetworkingIPAddr *addr; char *buf; - size_t cbBuf; + uint32_t cbBuf; bool bWithPort; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_ToString_params *params ); @@ -181,7 +181,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ void *linux_side; const SteamNetworkingIdentity *identity; char *buf; - size_t cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ToString_params *params ); diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h index 8bc9fe46..f4ec80f5 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.h @@ -69,8 +69,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_para { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; - SteamNetworkingPOPID *pViaRelayPoP; + uint32_t popID; + uint32_t *pViaRelayPoP; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_params *params ); @@ -78,7 +78,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_param { void *linux_side; int32_t _ret; - SteamNetworkingPOPID popID; + uint32_t popID; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params *params ); @@ -93,7 +93,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params { void *linux_side; int32_t _ret; - SteamNetworkingPOPID *list; + uint32_t *list; int32_t nListSz; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params *params ); @@ -101,7 +101,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList( struct struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp_params { void *linux_side; - SteamNetworkingMicroseconds _ret; + int64_t _ret; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp_params *params ); @@ -151,7 +151,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params int32_t scopeObj; uint32_t *pOutDataType; void *pResult; - size_t *cbResult; + uint32_t *cbResult; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params *params ); @@ -179,7 +179,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_To void *linux_side; const SteamNetworkingIPAddr *addr; char *buf; - size_t cbBuf; + uint32_t cbBuf; bool bWithPort; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString_params *params ); @@ -206,7 +206,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ void *linux_side; const SteamNetworkingIdentity *identity; char *buf; - size_t cbBuf; + uint32_t cbBuf; }; extern void cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString_params *params ); diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking001.h b/lsteamclient/cppISteamNetworking_SteamNetworking001.h index b38278b0..c50696af 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking001.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking001.h @@ -1,7 +1,7 @@ struct cppISteamNetworking_SteamNetworking001_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; uint32_t nIP; uint16_t nPort; @@ -11,7 +11,7 @@ extern void cppISteamNetworking_SteamNetworking001_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -21,7 +21,7 @@ extern void cppISteamNetworking_SteamNetworking001_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking001_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; uint32_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -32,7 +32,7 @@ struct cppISteamNetworking_SteamNetworking001_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking001_DestroySocket( struct cppISteamNetworking_SteamNetworking001_DestroySocket_params *params ); @@ -41,7 +41,7 @@ struct cppISteamNetworking_SteamNetworking001_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking001_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking001_DestroyListenSocket_params *params ); @@ -50,7 +50,7 @@ struct cppISteamNetworking_SteamNetworking001_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -61,7 +61,7 @@ struct cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket_params *params ); @@ -70,7 +70,7 @@ struct cppISteamNetworking_SteamNetworking001_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -81,9 +81,9 @@ struct cppISteamNetworking_SteamNetworking001_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking001_IsDataAvailable( struct cppISteamNetworking_SteamNetworking001_IsDataAvailable_params *params ); @@ -91,11 +91,11 @@ struct cppISteamNetworking_SteamNetworking001_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking001_RetrieveData( struct cppISteamNetworking_SteamNetworking001_RetrieveData_params *params ); @@ -103,7 +103,7 @@ struct cppISteamNetworking_SteamNetworking001_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; uint32_t *punIPRemote; @@ -115,7 +115,7 @@ struct cppISteamNetworking_SteamNetworking001_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pnIP; uint16_t *pnPort; }; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking002.h b/lsteamclient/cppISteamNetworking_SteamNetworking002.h index ba7b1c1d..eb21461c 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking002.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking002.h @@ -1,7 +1,7 @@ struct cppISteamNetworking_SteamNetworking002_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; uint32_t nIP; uint16_t nPort; @@ -12,7 +12,7 @@ extern void cppISteamNetworking_SteamNetworking002_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -23,7 +23,7 @@ extern void cppISteamNetworking_SteamNetworking002_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking002_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; uint32_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -34,7 +34,7 @@ struct cppISteamNetworking_SteamNetworking002_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking002_DestroySocket( struct cppISteamNetworking_SteamNetworking002_DestroySocket_params *params ); @@ -43,7 +43,7 @@ struct cppISteamNetworking_SteamNetworking002_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking002_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking002_DestroyListenSocket_params *params ); @@ -52,7 +52,7 @@ struct cppISteamNetworking_SteamNetworking002_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -63,7 +63,7 @@ struct cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket_params *params ); @@ -72,7 +72,7 @@ struct cppISteamNetworking_SteamNetworking002_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -83,9 +83,9 @@ struct cppISteamNetworking_SteamNetworking002_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking002_IsDataAvailable( struct cppISteamNetworking_SteamNetworking002_IsDataAvailable_params *params ); @@ -93,11 +93,11 @@ struct cppISteamNetworking_SteamNetworking002_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking002_RetrieveData( struct cppISteamNetworking_SteamNetworking002_RetrieveData_params *params ); @@ -105,7 +105,7 @@ struct cppISteamNetworking_SteamNetworking002_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; uint32_t *punIPRemote; @@ -117,7 +117,7 @@ struct cppISteamNetworking_SteamNetworking002_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pnIP; uint16_t *pnPort; }; @@ -127,7 +127,7 @@ struct cppISteamNetworking_SteamNetworking002_GetSocketConnectionType_params { void *linux_side; uint32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking002_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking002_GetSocketConnectionType_params *params ); @@ -135,7 +135,7 @@ struct cppISteamNetworking_SteamNetworking002_GetMaxPacketSize_params { void *linux_side; int32_t _ret; - SNetSocket_t hSocket; + uint32_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 54509312..4a540118 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking003.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking003.h @@ -56,7 +56,7 @@ extern void cppISteamNetworking_SteamNetworking003_GetP2PSessionState( struct cp struct cppISteamNetworking_SteamNetworking003_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; uint32_t nIP; uint16_t nPort; @@ -67,7 +67,7 @@ extern void cppISteamNetworking_SteamNetworking003_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -78,7 +78,7 @@ extern void cppISteamNetworking_SteamNetworking003_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking003_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; uint32_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -89,7 +89,7 @@ struct cppISteamNetworking_SteamNetworking003_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking003_DestroySocket( struct cppISteamNetworking_SteamNetworking003_DestroySocket_params *params ); @@ -98,7 +98,7 @@ struct cppISteamNetworking_SteamNetworking003_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking003_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking003_DestroyListenSocket_params *params ); @@ -107,7 +107,7 @@ struct cppISteamNetworking_SteamNetworking003_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -118,7 +118,7 @@ struct cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket_params *params ); @@ -127,7 +127,7 @@ struct cppISteamNetworking_SteamNetworking003_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -138,9 +138,9 @@ struct cppISteamNetworking_SteamNetworking003_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking003_IsDataAvailable( struct cppISteamNetworking_SteamNetworking003_IsDataAvailable_params *params ); @@ -148,11 +148,11 @@ struct cppISteamNetworking_SteamNetworking003_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking003_RetrieveData( struct cppISteamNetworking_SteamNetworking003_RetrieveData_params *params ); @@ -160,7 +160,7 @@ struct cppISteamNetworking_SteamNetworking003_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; uint32_t *punIPRemote; @@ -172,7 +172,7 @@ struct cppISteamNetworking_SteamNetworking003_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pnIP; uint16_t *pnPort; }; @@ -182,7 +182,7 @@ struct cppISteamNetworking_SteamNetworking003_GetSocketConnectionType_params { void *linux_side; uint32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking003_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking003_GetSocketConnectionType_params *params ); @@ -190,7 +190,7 @@ struct cppISteamNetworking_SteamNetworking003_GetMaxPacketSize_params { void *linux_side; int32_t _ret; - SNetSocket_t hSocket; + uint32_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 0e2f807d..d9f015d1 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking004.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking004.h @@ -59,7 +59,7 @@ extern void cppISteamNetworking_SteamNetworking004_GetP2PSessionState( struct cp struct cppISteamNetworking_SteamNetworking004_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; uint32_t nIP; uint16_t nPort; @@ -70,7 +70,7 @@ extern void cppISteamNetworking_SteamNetworking004_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -81,7 +81,7 @@ extern void cppISteamNetworking_SteamNetworking004_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking004_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; uint32_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -92,7 +92,7 @@ struct cppISteamNetworking_SteamNetworking004_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking004_DestroySocket( struct cppISteamNetworking_SteamNetworking004_DestroySocket_params *params ); @@ -101,7 +101,7 @@ struct cppISteamNetworking_SteamNetworking004_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking004_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking004_DestroyListenSocket_params *params ); @@ -110,7 +110,7 @@ struct cppISteamNetworking_SteamNetworking004_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -121,7 +121,7 @@ struct cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket_params *params ); @@ -130,7 +130,7 @@ struct cppISteamNetworking_SteamNetworking004_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -141,9 +141,9 @@ struct cppISteamNetworking_SteamNetworking004_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking004_IsDataAvailable( struct cppISteamNetworking_SteamNetworking004_IsDataAvailable_params *params ); @@ -151,11 +151,11 @@ struct cppISteamNetworking_SteamNetworking004_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking004_RetrieveData( struct cppISteamNetworking_SteamNetworking004_RetrieveData_params *params ); @@ -163,7 +163,7 @@ struct cppISteamNetworking_SteamNetworking004_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; uint32_t *punIPRemote; @@ -175,7 +175,7 @@ struct cppISteamNetworking_SteamNetworking004_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pnIP; uint16_t *pnPort; }; @@ -185,7 +185,7 @@ struct cppISteamNetworking_SteamNetworking004_GetSocketConnectionType_params { void *linux_side; uint32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking004_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking004_GetSocketConnectionType_params *params ); @@ -193,7 +193,7 @@ struct cppISteamNetworking_SteamNetworking004_GetMaxPacketSize_params { void *linux_side; int32_t _ret; - SNetSocket_t hSocket; + uint32_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 763f7ea8..084015bd 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking005.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking005.h @@ -76,7 +76,7 @@ extern void cppISteamNetworking_SteamNetworking005_AllowP2PPacketRelay( struct c struct cppISteamNetworking_SteamNetworking005_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; uint32_t nIP; uint16_t nPort; @@ -87,7 +87,7 @@ extern void cppISteamNetworking_SteamNetworking005_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -98,7 +98,7 @@ extern void cppISteamNetworking_SteamNetworking005_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking005_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; uint32_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -109,7 +109,7 @@ struct cppISteamNetworking_SteamNetworking005_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking005_DestroySocket( struct cppISteamNetworking_SteamNetworking005_DestroySocket_params *params ); @@ -118,7 +118,7 @@ struct cppISteamNetworking_SteamNetworking005_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking005_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking005_DestroyListenSocket_params *params ); @@ -127,7 +127,7 @@ struct cppISteamNetworking_SteamNetworking005_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -138,7 +138,7 @@ struct cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket_params *params ); @@ -147,7 +147,7 @@ struct cppISteamNetworking_SteamNetworking005_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -158,9 +158,9 @@ struct cppISteamNetworking_SteamNetworking005_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking005_IsDataAvailable( struct cppISteamNetworking_SteamNetworking005_IsDataAvailable_params *params ); @@ -168,11 +168,11 @@ struct cppISteamNetworking_SteamNetworking005_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking005_RetrieveData( struct cppISteamNetworking_SteamNetworking005_RetrieveData_params *params ); @@ -180,7 +180,7 @@ struct cppISteamNetworking_SteamNetworking005_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; uint32_t *punIPRemote; @@ -192,7 +192,7 @@ struct cppISteamNetworking_SteamNetworking005_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pnIP; uint16_t *pnPort; }; @@ -202,7 +202,7 @@ struct cppISteamNetworking_SteamNetworking005_GetSocketConnectionType_params { void *linux_side; uint32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking005_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking005_GetSocketConnectionType_params *params ); @@ -210,7 +210,7 @@ struct cppISteamNetworking_SteamNetworking005_GetMaxPacketSize_params { void *linux_side; int32_t _ret; - SNetSocket_t hSocket; + uint32_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 8d4f58f2..de9b656d 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking006.h +++ b/lsteamclient/cppISteamNetworking_SteamNetworking006.h @@ -76,7 +76,7 @@ extern void cppISteamNetworking_SteamNetworking006_AllowP2PPacketRelay( struct c struct cppISteamNetworking_SteamNetworking006_CreateListenSocket_params { void *linux_side; - SNetListenSocket_t _ret; + uint32_t _ret; int32_t nVirtualP2PPort; SteamIPAddress_t nIP; uint16_t nPort; @@ -87,7 +87,7 @@ extern void cppISteamNetworking_SteamNetworking006_CreateListenSocket( struct cp struct cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; CSteamID steamIDTarget; int32_t nVirtualPort; int32_t nTimeoutSec; @@ -98,7 +98,7 @@ extern void cppISteamNetworking_SteamNetworking006_CreateP2PConnectionSocket( st struct cppISteamNetworking_SteamNetworking006_CreateConnectionSocket_params { void *linux_side; - SNetSocket_t _ret; + uint32_t _ret; SteamIPAddress_t nIP; uint16_t nPort; int32_t nTimeoutSec; @@ -109,7 +109,7 @@ struct cppISteamNetworking_SteamNetworking006_DestroySocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking006_DestroySocket( struct cppISteamNetworking_SteamNetworking006_DestroySocket_params *params ); @@ -118,7 +118,7 @@ struct cppISteamNetworking_SteamNetworking006_DestroyListenSocket_params { void *linux_side; bool _ret; - SNetListenSocket_t hSocket; + uint32_t hSocket; bool bNotifyRemoteEnd; }; extern void cppISteamNetworking_SteamNetworking006_DestroyListenSocket( struct cppISteamNetworking_SteamNetworking006_DestroyListenSocket_params *params ); @@ -127,7 +127,7 @@ struct cppISteamNetworking_SteamNetworking006_SendDataOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubData; uint32_t cubData; bool bReliable; @@ -138,7 +138,7 @@ struct cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; uint32_t *pcubMsgSize; }; extern void cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket( struct cppISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket_params *params ); @@ -147,7 +147,7 @@ struct cppISteamNetworking_SteamNetworking006_RetrieveDataFromSocket_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; @@ -158,9 +158,9 @@ struct cppISteamNetworking_SteamNetworking006_IsDataAvailable_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking006_IsDataAvailable( struct cppISteamNetworking_SteamNetworking006_IsDataAvailable_params *params ); @@ -168,11 +168,11 @@ struct cppISteamNetworking_SteamNetworking006_RetrieveData_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; void *pubDest; uint32_t cubDest; uint32_t *pcubMsgSize; - SNetSocket_t *phSocket; + uint32_t *phSocket; }; extern void cppISteamNetworking_SteamNetworking006_RetrieveData( struct cppISteamNetworking_SteamNetworking006_RetrieveData_params *params ); @@ -180,7 +180,7 @@ struct cppISteamNetworking_SteamNetworking006_GetSocketInfo_params { void *linux_side; bool _ret; - SNetSocket_t hSocket; + uint32_t hSocket; CSteamID *pSteamIDRemote; int32_t *peSocketStatus; SteamIPAddress_t *punIPRemote; @@ -192,7 +192,7 @@ struct cppISteamNetworking_SteamNetworking006_GetListenSocketInfo_params { void *linux_side; bool _ret; - SNetListenSocket_t hListenSocket; + uint32_t hListenSocket; SteamIPAddress_t *pnIP; uint16_t *pnPort; }; @@ -202,7 +202,7 @@ struct cppISteamNetworking_SteamNetworking006_GetSocketConnectionType_params { void *linux_side; uint32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking006_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking006_GetSocketConnectionType_params *params ); @@ -210,7 +210,7 @@ struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params { void *linux_side; int32_t _ret; - SNetSocket_t hSocket; + uint32_t hSocket; }; extern void cppISteamNetworking_SteamNetworking006_GetMaxPacketSize( struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params *params ); diff --git a/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h index 50740ea1..c3b26a86 100644 --- a/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h @@ -16,7 +16,7 @@ struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsA { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppBlocked( struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppBlocked_params *params ); @@ -24,7 +24,7 @@ struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsA { void *linux_side; bool _ret; - AppId_t nAppID; + uint32_t nAppID; }; extern void cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppInBlockList( struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppInBlockList_params *params ); diff --git a/lsteamclient/cppISteamParties_SteamParties002.h b/lsteamclient/cppISteamParties_SteamParties002.h index 38439af8..404f146d 100644 --- a/lsteamclient/cppISteamParties_SteamParties002.h +++ b/lsteamclient/cppISteamParties_SteamParties002.h @@ -8,7 +8,7 @@ extern void cppISteamParties_SteamParties002_GetNumActiveBeacons( struct cppISte struct cppISteamParties_SteamParties002_GetBeaconByIndex_params { void *linux_side; - PartyBeaconID_t _ret; + uint64_t _ret; uint32_t unIndex; }; extern void cppISteamParties_SteamParties002_GetBeaconByIndex( struct cppISteamParties_SteamParties002_GetBeaconByIndex_params *params ); @@ -17,7 +17,7 @@ struct cppISteamParties_SteamParties002_GetBeaconDetails_params { void *linux_side; bool _ret; - PartyBeaconID_t ulBeaconID; + uint64_t ulBeaconID; CSteamID *pSteamIDBeaconOwner; winSteamPartyBeaconLocation_t_158 *pLocation; char *pchMetadata; @@ -28,8 +28,8 @@ extern void cppISteamParties_SteamParties002_GetBeaconDetails( struct cppISteamP struct cppISteamParties_SteamParties002_JoinParty_params { void *linux_side; - SteamAPICall_t _ret; - PartyBeaconID_t ulBeaconID; + uint64_t _ret; + uint64_t ulBeaconID; }; extern void cppISteamParties_SteamParties002_JoinParty( struct cppISteamParties_SteamParties002_JoinParty_params *params ); @@ -53,7 +53,7 @@ extern void cppISteamParties_SteamParties002_GetAvailableBeaconLocations( struct struct cppISteamParties_SteamParties002_CreateBeacon_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unOpenSlots; winSteamPartyBeaconLocation_t_158 *pBeaconLocation; const char *pchConnectString; @@ -64,7 +64,7 @@ extern void cppISteamParties_SteamParties002_CreateBeacon( struct cppISteamParti struct cppISteamParties_SteamParties002_OnReservationCompleted_params { void *linux_side; - PartyBeaconID_t ulBeacon; + uint64_t ulBeacon; CSteamID steamIDUser; }; extern void cppISteamParties_SteamParties002_OnReservationCompleted( struct cppISteamParties_SteamParties002_OnReservationCompleted_params *params ); @@ -72,7 +72,7 @@ extern void cppISteamParties_SteamParties002_OnReservationCompleted( struct cppI struct cppISteamParties_SteamParties002_CancelReservation_params { void *linux_side; - PartyBeaconID_t ulBeacon; + uint64_t ulBeacon; CSteamID steamIDUser; }; extern void cppISteamParties_SteamParties002_CancelReservation( struct cppISteamParties_SteamParties002_CancelReservation_params *params ); @@ -80,8 +80,8 @@ extern void cppISteamParties_SteamParties002_CancelReservation( struct cppISteam struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params { void *linux_side; - SteamAPICall_t _ret; - PartyBeaconID_t ulBeacon; + uint64_t _ret; + uint64_t ulBeacon; uint32_t unOpenSlots; }; extern void cppISteamParties_SteamParties002_ChangeNumOpenSlots( struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params *params ); @@ -90,7 +90,7 @@ struct cppISteamParties_SteamParties002_DestroyBeacon_params { void *linux_side; bool _ret; - PartyBeaconID_t ulBeacon; + uint64_t ulBeacon; }; extern void cppISteamParties_SteamParties002_DestroyBeacon( struct cppISteamParties_SteamParties002_DestroyBeacon_params *params ); diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h index 422eba53..68d6ecbe 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.h @@ -8,7 +8,7 @@ extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionC struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params { void *linux_side; - RemotePlaySessionID_t _ret; + uint32_t _ret; int32_t iSessionIndex; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params *params ); @@ -17,7 +17,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamI { void *linux_side; CSteamID *_ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID_params *params ); @@ -25,7 +25,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClient { void *linux_side; const char *_ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName_params *params ); @@ -33,7 +33,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClient { void *linux_side; uint32_t _ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor_params *params ); @@ -41,7 +41,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClien { void *linux_side; bool _ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; int32_t *pnResolutionX; int32_t *pnResolutionY; }; diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h index 2e9f8517..7aea4551 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h @@ -8,7 +8,7 @@ extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionC struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params { void *linux_side; - RemotePlaySessionID_t _ret; + uint32_t _ret; int32_t iSessionIndex; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params *params ); @@ -17,7 +17,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamI { void *linux_side; CSteamID *_ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID_params *params ); @@ -25,7 +25,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClient { void *linux_side; const char *_ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName_params *params ); @@ -33,7 +33,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClient { void *linux_side; uint32_t _ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; }; extern void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor_params *params ); @@ -41,7 +41,7 @@ struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClien { void *linux_side; bool _ret; - RemotePlaySessionID_t unSessionID; + uint32_t unSessionID; int32_t *pnResolutionX; int32_t *pnResolutionY; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h index 29821b29..11a0d85c 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare_params *params ); @@ -123,8 +123,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload_params *params ); @@ -132,8 +132,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -144,7 +144,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -160,7 +160,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; 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 ceed88e1..3dbc77bd 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare_params *params ); @@ -140,8 +140,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload_params *params ); @@ -149,8 +149,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -161,7 +161,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -177,7 +177,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; 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 132e0263..b9cd0e6a 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare_params *params ); @@ -140,8 +140,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload_params *params ); @@ -149,8 +149,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -161,7 +161,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -177,7 +177,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params *params ); @@ -185,10 +185,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -199,10 +199,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; SteamParamStringArray_t *pTags; @@ -212,7 +212,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; RemoteStorageUpdatePublishedFileRequest_t updatePublishedFileRequest; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile_params *params ); @@ -220,23 +220,23 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params *params ); @@ -244,15 +244,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params *params ); @@ -260,8 +260,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile_params *params ); diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h index de5893cc..60297370 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare_params *params ); @@ -140,8 +140,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload_params *params ); @@ -149,7 +149,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -159,8 +159,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -171,7 +171,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -187,7 +187,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle_params *params ); @@ -195,10 +195,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -210,8 +210,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest_params *params ); @@ -219,7 +219,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileFile_params *params ); @@ -228,7 +228,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFilePreviewFile_params *params ); @@ -237,7 +237,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTitle_params *params ); @@ -246,7 +246,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileDescription_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility_params *params ); @@ -264,7 +264,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTags_params *params ); @@ -272,31 +272,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles_params *params ); @@ -304,15 +304,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles_params *params ); @@ -320,8 +320,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile_params *params ); @@ -329,7 +329,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileSetChangeDescription_params *params ); @@ -337,16 +337,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote_params *params ); @@ -354,15 +354,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -373,10 +373,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchVideoURL; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -387,8 +387,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction_params *params ); @@ -396,7 +396,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -405,7 +405,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h index deab3705..2d4b9e7f 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare_params *params ); @@ -140,8 +140,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload_params *params ); @@ -149,7 +149,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -159,8 +159,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -171,7 +171,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -187,7 +187,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle_params *params ); @@ -195,10 +195,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -210,8 +210,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest_params *params ); @@ -219,7 +219,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileFile_params *params ); @@ -228,7 +228,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFilePreviewFile_params *params ); @@ -237,7 +237,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTitle_params *params ); @@ -246,7 +246,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileDescription_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileVisibility_params *params ); @@ -264,7 +264,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTags_params *params ); @@ -272,31 +272,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles_params *params ); @@ -304,15 +304,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles_params *params ); @@ -320,8 +320,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile_params *params ); @@ -329,7 +329,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileSetChangeDescription_params *params ); @@ -337,16 +337,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote_params *params ); @@ -354,15 +354,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -373,12 +373,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -389,8 +389,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction_params *params ); @@ -398,7 +398,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -407,7 +407,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h index 3ad12b42..8cd10ee1 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare_params *params ); @@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen_params *params ); @@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose_params *params ); @@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel_params *params ); @@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload_params *params ); @@ -183,7 +183,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -193,8 +193,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -205,7 +205,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; }; @@ -221,7 +221,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params *params ); @@ -229,10 +229,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -244,8 +244,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest_params *params ); @@ -253,7 +253,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile_params *params ); @@ -262,7 +262,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile_params *params ); @@ -271,7 +271,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle_params *params ); @@ -280,7 +280,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription_params *params ); @@ -289,7 +289,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility_params *params ); @@ -298,7 +298,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags_params *params ); @@ -306,31 +306,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params *params ); @@ -338,15 +338,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params *params ); @@ -354,8 +354,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile_params *params ); @@ -363,7 +363,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription_params *params ); @@ -371,16 +371,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote_params *params ); @@ -388,15 +388,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -407,12 +407,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -423,8 +423,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction_params *params ); @@ -432,7 +432,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -441,7 +441,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h index 702ada20..0d27bd09 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare_params *params ); @@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen_params *params ); @@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamClose_params *params ); @@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamCancel_params *params ); @@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload_params *params ); @@ -183,7 +183,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -193,8 +193,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -205,7 +205,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -222,7 +222,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle_params *params ); @@ -230,10 +230,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -245,8 +245,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest_params *params ); @@ -254,7 +254,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileFile_params *params ); @@ -263,7 +263,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFilePreviewFile_params *params ); @@ -272,7 +272,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTitle_params *params ); @@ -281,7 +281,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileDescription_params *params ); @@ -290,7 +290,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileVisibility_params *params ); @@ -299,7 +299,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTags_params *params ); @@ -307,31 +307,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles_params *params ); @@ -339,15 +339,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles_params *params ); @@ -355,8 +355,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile_params *params ); @@ -364,7 +364,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileSetChangeDescription_params *params ); @@ -372,16 +372,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote_params *params ); @@ -389,15 +389,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -408,12 +408,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -424,8 +424,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction_params *params ); @@ -433,7 +433,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -442,7 +442,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h index 6ebfe126..9da35432 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare_params *params ); @@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen_params *params ); @@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamClose_params *params ); @@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamCancel_params *params ); @@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload_params *params ); @@ -184,7 +184,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -194,8 +194,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -223,7 +223,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle_params *params ); @@ -231,10 +231,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -246,8 +246,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileFile_params *params ); @@ -264,7 +264,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFilePreviewFile_params *params ); @@ -273,7 +273,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTitle_params *params ); @@ -282,7 +282,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileDescription_params *params ); @@ -291,7 +291,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileVisibility_params *params ); @@ -300,7 +300,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTags_params *params ); @@ -308,31 +308,31 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles_params *params ); @@ -340,15 +340,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles_params *params ); @@ -356,8 +356,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile_params *params ); @@ -365,7 +365,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileSetChangeDescription_params *params ); @@ -373,16 +373,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote_params *params ); @@ -390,15 +390,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -409,12 +409,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -425,8 +425,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction_params *params ); @@ -434,7 +434,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -443,7 +443,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -456,8 +456,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h index 1d9b88ae..a5ea3072 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare_params *params ); @@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen_params *params ); @@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose_params *params ); @@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel_params *params ); @@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload_params *params ); @@ -184,7 +184,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -194,8 +194,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -223,7 +223,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params *params ); @@ -231,10 +231,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -246,8 +246,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest_params *params ); @@ -255,7 +255,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile_params *params ); @@ -264,7 +264,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile_params *params ); @@ -273,7 +273,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle_params *params ); @@ -282,7 +282,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription_params *params ); @@ -291,7 +291,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility_params *params ); @@ -300,7 +300,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags_params *params ); @@ -308,16 +308,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params *params ); @@ -325,15 +325,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPu struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params *params ); @@ -341,15 +341,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params *params ); @@ -357,8 +357,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile_params *params ); @@ -366,7 +366,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription_params *params ); @@ -374,16 +374,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote_params *params ); @@ -391,15 +391,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -410,12 +410,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -426,8 +426,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction_params *params ); @@ -435,7 +435,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -444,7 +444,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -457,8 +457,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h index 314458bf..8d5bc47f 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h @@ -37,7 +37,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare_params *params ); @@ -54,7 +54,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen_params *params ); @@ -63,7 +63,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -73,7 +73,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose_params *params ); @@ -81,7 +81,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel_params *params ); @@ -174,8 +174,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload_params *params ); @@ -184,7 +184,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -194,8 +194,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -206,7 +206,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -224,7 +224,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params *params ); @@ -232,10 +232,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -247,8 +247,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest_params *params ); @@ -256,7 +256,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile_params *params ); @@ -265,7 +265,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile_params *params ); @@ -274,7 +274,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle_params *params ); @@ -283,7 +283,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription_params *params ); @@ -292,7 +292,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility_params *params ); @@ -301,7 +301,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags_params *params ); @@ -309,16 +309,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params *params ); @@ -326,15 +326,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPu struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params *params ); @@ -342,15 +342,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params *params ); @@ -358,8 +358,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile_params *params ); @@ -367,7 +367,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription_params *params ); @@ -375,16 +375,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote_params *params ); @@ -392,15 +392,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -411,12 +411,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -427,8 +427,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction_params *params ); @@ -436,7 +436,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -445,7 +445,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -458,8 +458,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h index b3441b90..68d121cf 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h @@ -21,7 +21,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileR struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const void *pvData; uint32_t cubData; @@ -31,7 +31,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileW struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; uint32_t nOffset; uint32_t cubToRead; @@ -42,7 +42,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAs { void *linux_side; bool _ret; - SteamAPICall_t hReadCall; + uint64_t hReadCall; void *pvBuffer; uint32_t cubToRead; }; @@ -67,7 +67,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare_params *params ); @@ -84,7 +84,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen_params *params ); @@ -93,7 +93,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -103,7 +103,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamClose_params *params ); @@ -111,7 +111,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamCancel_params *params ); @@ -204,8 +204,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload_params *params ); @@ -214,7 +214,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -224,8 +224,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -236,7 +236,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -254,7 +254,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle_params *params ); @@ -262,10 +262,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -277,8 +277,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest_params *params ); @@ -286,7 +286,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileFile_params *params ); @@ -295,7 +295,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFilePreviewFile_params *params ); @@ -304,7 +304,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTitle_params *params ); @@ -313,7 +313,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileDescription_params *params ); @@ -322,7 +322,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility_params *params ); @@ -331,7 +331,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTags_params *params ); @@ -339,16 +339,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails_params *params ); @@ -356,15 +356,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPu struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles_params *params ); @@ -372,15 +372,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles_params *params ); @@ -388,8 +388,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile_params *params ); @@ -397,7 +397,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileSetChangeDescription_params *params ); @@ -405,16 +405,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote_params *params ); @@ -422,15 +422,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -441,12 +441,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -457,8 +457,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction_params *params ); @@ -466,7 +466,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -475,7 +475,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -488,8 +488,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h index 344c5b6e..c75538a9 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h @@ -21,7 +21,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileR struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const void *pvData; uint32_t cubData; @@ -31,7 +31,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileW struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; uint32_t nOffset; uint32_t cubToRead; @@ -42,7 +42,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAs { void *linux_side; bool _ret; - SteamAPICall_t hReadCall; + uint64_t hReadCall; void *pvBuffer; uint32_t cubToRead; }; @@ -67,7 +67,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare_params *params ); @@ -84,7 +84,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen_params *params ); @@ -93,7 +93,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -103,7 +103,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamClose_params *params ); @@ -111,7 +111,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamCancel_params *params ); @@ -204,8 +204,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload_params *params ); @@ -214,7 +214,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -224,8 +224,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -236,7 +236,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -254,7 +254,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle_params *params ); @@ -262,10 +262,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -277,8 +277,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest_params *params ); @@ -286,7 +286,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileFile_params *params ); @@ -295,7 +295,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFilePreviewFile_params *params ); @@ -304,7 +304,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTitle_params *params ); @@ -313,7 +313,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileDescription_params *params ); @@ -322,7 +322,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileVisibility_params *params ); @@ -331,7 +331,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTags_params *params ); @@ -339,16 +339,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails_params *params ); @@ -356,15 +356,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPu struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles_params *params ); @@ -372,15 +372,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles_params *params ); @@ -388,8 +388,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile_params *params ); @@ -397,7 +397,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileSetChangeDescription_params *params ); @@ -405,16 +405,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote_params *params ); @@ -422,15 +422,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -441,12 +441,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -457,8 +457,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction_params *params ); @@ -466,7 +466,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -475,7 +475,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -488,8 +488,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h index 76c4ba32..dc9f07c1 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.h @@ -21,7 +21,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileR struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const void *pvData; uint32_t cubData; @@ -31,7 +31,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileW struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsync_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; uint32_t nOffset; uint32_t cubToRead; @@ -42,7 +42,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAs { void *linux_side; bool _ret; - SteamAPICall_t hReadCall; + uint64_t hReadCall; void *pvBuffer; uint32_t cubToRead; }; @@ -67,7 +67,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileD struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare_params *params ); @@ -84,7 +84,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetSy struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen_params { void *linux_side; - UGCFileWriteStreamHandle_t _ret; + uint64_t _ret; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen_params *params ); @@ -93,7 +93,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; const void *pvData; int32_t cubData; }; @@ -103,7 +103,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamClose( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamClose_params *params ); @@ -111,7 +111,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteS { void *linux_side; bool _ret; - UGCFileWriteStreamHandle_t writeHandle; + uint64_t writeHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamCancel( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamCancel_params *params ); @@ -204,8 +204,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetCl struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; uint32_t unPriority; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload_params *params ); @@ -214,7 +214,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDown { void *linux_side; bool _ret; - UGCHandle_t hContent; + uint64_t hContent; int32_t *pnBytesDownloaded; int32_t *pnBytesExpected; }; @@ -224,8 +224,8 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDeta { void *linux_side; bool _ret; - UGCHandle_t hContent; - AppId_t *pnAppID; + uint64_t hContent; + uint32_t *pnAppID; char **ppchName; int32_t *pnFileSizeInBytes; CSteamID *pSteamIDOwner; @@ -236,7 +236,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead_pa { void *linux_side; int32_t _ret; - UGCHandle_t hContent; + uint64_t hContent; void *pvData; int32_t cubDataToRead; uint32_t cOffset; @@ -254,7 +254,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle_params { void *linux_side; - UGCHandle_t _ret; + uint64_t _ret; int32_t iCachedContent; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle_params *params ); @@ -262,10 +262,10 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCa struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishWorkshopFile_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchFile; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -277,8 +277,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest_params { void *linux_side; - PublishedFileUpdateHandle_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest_params *params ); @@ -286,7 +286,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileFile_params *params ); @@ -295,7 +295,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchPreviewFile; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFilePreviewFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFilePreviewFile_params *params ); @@ -304,7 +304,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchTitle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTitle( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTitle_params *params ); @@ -313,7 +313,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileDescription_params *params ); @@ -322,7 +322,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; uint32_t eVisibility; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileVisibility_params *params ); @@ -331,7 +331,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; SteamParamStringArray_t *pTags; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTags( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTags_params *params ); @@ -339,16 +339,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t _ret; + uint64_t updateHandle; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t unMaxSecondsOld; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails_params *params ); @@ -356,15 +356,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPu struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles_params *params ); @@ -372,15 +372,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t unStartIndex; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles_params *params ); @@ -388,8 +388,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile_params *params ); @@ -397,7 +397,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePubl { void *linux_side; bool _ret; - PublishedFileUpdateHandle_t updateHandle; + uint64_t updateHandle; const char *pchChangeDescription; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileSetChangeDescription( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileSetChangeDescription_params *params ); @@ -405,16 +405,16 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; bool bVoteUp; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote_params *params ); @@ -422,15 +422,15 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Updat struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails_params *params ); struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSharedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamId; uint32_t unStartIndex; SteamParamStringArray_t *pRequiredTags; @@ -441,12 +441,12 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishVideo_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eVideoProvider; const char *pchVideoAccount; const char *pchVideoIdentifier; const char *pchPreviewFile; - AppId_t nConsumerAppId; + uint32_t nConsumerAppId; const char *pchTitle; const char *pchDescription; uint32_t eVisibility; @@ -457,8 +457,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Publi struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t unPublishedFileId; + uint64_t _ret; + uint64_t unPublishedFileId; uint32_t eAction; }; extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction_params *params ); @@ -466,7 +466,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUs struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedFilesByUserAction_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eAction; uint32_t unStartIndex; }; @@ -475,7 +475,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumeratePublishedWorkshopFiles_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; uint32_t eEnumerationType; uint32_t unStartIndex; uint32_t unCount; @@ -488,8 +488,8 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_Enume struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation_params { void *linux_side; - SteamAPICall_t _ret; - UGCHandle_t hContent; + uint64_t _ret; + uint64_t hContent; const char *pchLocation; uint32_t unPriority; }; diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h index 5f4edba4..ee4576e7 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h @@ -1,7 +1,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; void *pubRGB; uint32_t cubRGB; int32_t nWidth; @@ -12,7 +12,7 @@ extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScre struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_AddScreenshotToLibrary_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; const char *pchFilename; const char *pchThumbnailFilename; int32_t nWidth; @@ -37,7 +37,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation_pa { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; const char *pchLocation; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation_params *params ); @@ -46,7 +46,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser_params { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; CSteamID steamID; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser_params *params ); diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h index 2b8715ad..667d4f7b 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h @@ -1,7 +1,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; void *pubRGB; uint32_t cubRGB; int32_t nWidth; @@ -12,7 +12,7 @@ extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScre struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; const char *pchFilename; const char *pchThumbnailFilename; int32_t nWidth; @@ -37,7 +37,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation_pa { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; const char *pchLocation; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation_params *params ); @@ -46,7 +46,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser_params { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; CSteamID steamID; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser_params *params ); @@ -55,8 +55,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFi { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; - PublishedFileId_t unPublishedFileID; + uint32_t hScreenshot; + uint64_t unPublishedFileID; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile_params *params ); diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h index 6f65757f..44a6ce5e 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h @@ -1,7 +1,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; void *pubRGB; uint32_t cubRGB; int32_t nWidth; @@ -12,7 +12,7 @@ extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScre struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddScreenshotToLibrary_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; const char *pchFilename; const char *pchThumbnailFilename; int32_t nWidth; @@ -37,7 +37,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation_pa { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; const char *pchLocation; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation_params *params ); @@ -46,7 +46,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser_params { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; + uint32_t hScreenshot; CSteamID steamID; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser_params *params ); @@ -55,8 +55,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFi { void *linux_side; bool _ret; - ScreenshotHandle hScreenshot; - PublishedFileId_t unPublishedFileID; + uint32_t hScreenshot; + uint64_t unPublishedFileID; }; extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFile( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFile_params *params ); @@ -70,7 +70,7 @@ extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_IsScreens struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreenshotToLibrary_params { void *linux_side; - ScreenshotHandle _ret; + uint32_t _ret; uint32_t eType; const char *pchFilename; const char *pchVRFilename; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h index 7e60d82e..8164b5f4 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest_params *params ); @@ -36,7 +36,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_128 *pDetails; }; @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag_params *params ); @@ -63,7 +63,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag_params *params ); @@ -72,7 +72,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription_params *params ); @@ -81,7 +81,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly_params *params ); @@ -90,7 +90,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter_params *params ); @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText_params *params ); @@ -117,7 +117,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params *params ); @@ -125,8 +125,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h index 897f610b..8f1df4ae 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest_params *params ); @@ -36,7 +36,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_130 *pDetails; }; @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag_params *params ); @@ -63,7 +63,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag_params *params ); @@ -72,7 +72,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription_params *params ); @@ -81,7 +81,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly_params *params ); @@ -90,7 +90,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params *params ); @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag_params *params ); @@ -117,7 +117,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText_params *params ); @@ -126,7 +126,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays_params *params ); @@ -134,8 +134,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params *params ); @@ -143,8 +143,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem_params *params ); @@ -152,9 +152,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate_params *params ); @@ -162,7 +162,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle_params *params ); @@ -171,7 +171,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility_params *params ); @@ -189,7 +189,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags_params *params ); @@ -198,7 +198,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview_params *params ); @@ -215,8 +215,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview( struct cp struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate_params *params ); @@ -225,7 +225,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -234,16 +234,16 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem_params *params ); @@ -258,7 +258,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params *params ); @@ -267,7 +267,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -278,7 +278,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool *pbNeedsUpdate; bool *pbIsDownloading; uint64_t *punBytesDownloaded; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h index 74ac3e73..fc01edd8 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest_params *params ); @@ -36,7 +36,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_132 *pDetails; }; @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag_params *params ); @@ -63,7 +63,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag_params *params ); @@ -72,7 +72,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription_params *params ); @@ -81,7 +81,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly_params *params ); @@ -90,7 +90,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params *params ); @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag_params *params ); @@ -117,7 +117,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText_params *params ); @@ -126,7 +126,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays_params *params ); @@ -134,8 +134,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params *params ); @@ -143,8 +143,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem_params *params ); @@ -152,9 +152,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate_params *params ); @@ -162,7 +162,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle_params *params ); @@ -171,7 +171,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility_params *params ); @@ -189,7 +189,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags_params *params ); @@ -198,7 +198,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview_params *params ); @@ -215,8 +215,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview( struct cp struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate_params *params ); @@ -225,7 +225,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -234,16 +234,16 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem_params *params ); @@ -258,7 +258,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params *params ); @@ -267,7 +267,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -279,7 +279,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool *pbNeedsUpdate; bool *pbIsDownloading; uint64_t *punBytesDownloaded; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h index e5951691..cf3722c4 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest_params *params ); @@ -36,7 +36,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_132x *pDetails; }; @@ -46,7 +46,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest_params *params ); @@ -54,7 +54,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag_params *params ); @@ -63,7 +63,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag_params *params ); @@ -72,7 +72,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription_params *params ); @@ -81,7 +81,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly_params *params ); @@ -90,7 +90,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params *params ); @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag_params *params ); @@ -117,7 +117,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText_params *params ); @@ -126,7 +126,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays_params *params ); @@ -134,8 +134,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params *params ); @@ -143,8 +143,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem_params *params ); @@ -152,9 +152,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate_params *params ); @@ -162,7 +162,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle_params *params ); @@ -171,7 +171,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription_params *params ); @@ -180,7 +180,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility_params *params ); @@ -189,7 +189,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags_params *params ); @@ -198,7 +198,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview_params *params ); @@ -215,8 +215,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview( struct cp struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate_params *params ); @@ -225,7 +225,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -234,16 +234,16 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem_params *params ); @@ -258,7 +258,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params *params ); @@ -267,7 +267,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params *params ); @@ -275,7 +275,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -287,7 +287,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -297,7 +297,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h index 14005f27..4d38c827 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_133b *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint32_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -121,7 +121,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest_params *params ); @@ -129,7 +129,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag_params *params ); @@ -138,7 +138,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag_params *params ); @@ -147,7 +147,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription_params *params ); @@ -156,7 +156,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren_params *params ); @@ -174,7 +174,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews_params *params ); @@ -183,7 +183,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly_params *params ); @@ -192,7 +192,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params *params ); @@ -201,7 +201,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter_params *params ); @@ -210,7 +210,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag_params *params ); @@ -219,7 +219,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText_params *params ); @@ -228,7 +228,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays_params *params ); @@ -236,8 +236,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params *params ); @@ -245,8 +245,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem_params *params ); @@ -254,9 +254,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate_params *params ); @@ -264,7 +264,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle_params *params ); @@ -273,7 +273,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription_params *params ); @@ -282,7 +282,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata_params *params ); @@ -291,7 +291,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility_params *params ); @@ -300,7 +300,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags_params *params ); @@ -309,7 +309,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent_params *params ); @@ -318,7 +318,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview_params *params ); @@ -326,8 +326,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview( struct cp struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate_params *params ); @@ -336,7 +336,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -345,34 +345,34 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem_params *params ); @@ -387,7 +387,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params *params ); @@ -396,7 +396,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params *params ); @@ -404,7 +404,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -416,7 +416,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -426,7 +426,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h index 1827c511..0bd57ddc 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_133x *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint32_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -121,7 +121,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest_params *params ); @@ -129,7 +129,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag_params *params ); @@ -138,7 +138,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag_params *params ); @@ -147,7 +147,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription_params *params ); @@ -156,7 +156,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata_params *params ); @@ -165,7 +165,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren_params *params ); @@ -174,7 +174,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews_params *params ); @@ -183,7 +183,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly_params *params ); @@ -192,7 +192,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage_params *params ); @@ -201,7 +201,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params *params ); @@ -210,7 +210,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter_params *params ); @@ -219,7 +219,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag_params *params ); @@ -228,7 +228,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText_params *params ); @@ -237,7 +237,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays_params *params ); @@ -245,8 +245,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params *params ); @@ -254,8 +254,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem_params *params ); @@ -263,9 +263,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate_params *params ); @@ -273,7 +273,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle_params *params ); @@ -282,7 +282,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription_params *params ); @@ -291,7 +291,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage_params *params ); @@ -300,7 +300,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata_params *params ); @@ -309,7 +309,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility_params *params ); @@ -318,7 +318,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags_params *params ); @@ -327,7 +327,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent_params *params ); @@ -336,7 +336,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview_params *params ); @@ -344,8 +344,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview( struct cp struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate_params *params ); @@ -354,7 +354,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -363,8 +363,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote_params *params ); @@ -372,42 +372,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem_params *params ); @@ -422,7 +422,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params *params ); @@ -431,7 +431,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params *params ); @@ -439,7 +439,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -451,7 +451,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -461,7 +461,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h index a94242d2..90f732d7 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_136 *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint32_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -121,7 +121,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_params *params ); @@ -130,7 +130,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest_params *params ); @@ -152,7 +152,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag_params *params ); @@ -161,7 +161,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag_params *params ); @@ -170,7 +170,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags_params *params ); @@ -179,7 +179,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription_params *params ); @@ -188,7 +188,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata_params *params ); @@ -197,7 +197,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren_params *params ); @@ -206,7 +206,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews_params *params ); @@ -215,7 +215,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly_params *params ); @@ -224,7 +224,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage_params *params ); @@ -233,7 +233,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params *params ); @@ -242,7 +242,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter_params *params ); @@ -251,7 +251,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag_params *params ); @@ -260,7 +260,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText_params *params ); @@ -269,7 +269,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params *params ); @@ -278,7 +278,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -287,8 +287,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params *params ); @@ -296,8 +296,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem_params *params ); @@ -305,9 +305,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate_params *params ); @@ -315,7 +315,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle_params *params ); @@ -324,7 +324,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription_params *params ); @@ -333,7 +333,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage_params *params ); @@ -342,7 +342,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata_params *params ); @@ -351,7 +351,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility_params *params ); @@ -360,7 +360,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags_params *params ); @@ -369,7 +369,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent_params *params ); @@ -378,7 +378,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview_params *params ); @@ -387,7 +387,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags_params *params ); @@ -396,7 +396,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -405,8 +405,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag( struc struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate_params *params ); @@ -415,7 +415,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -424,8 +424,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote_params *params ); @@ -433,42 +433,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem_params *params ); @@ -483,7 +483,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params *params ); @@ -492,7 +492,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params *params ); @@ -500,7 +500,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -512,7 +512,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -522,7 +522,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem_params *params ); @@ -531,7 +531,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h index e5a9aa64..82277088 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_137 *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint32_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -123,7 +123,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_params *params ); @@ -132,7 +132,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -146,7 +146,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest_params *params ); @@ -154,7 +154,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag_params *params ); @@ -163,7 +163,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag_params *params ); @@ -172,7 +172,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags_params *params ); @@ -181,7 +181,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription_params *params ); @@ -190,7 +190,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren_params *params ); @@ -208,7 +208,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews_params *params ); @@ -217,7 +217,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly_params *params ); @@ -226,7 +226,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage_params *params ); @@ -235,7 +235,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params *params ); @@ -244,7 +244,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter_params *params ); @@ -253,7 +253,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag_params *params ); @@ -262,7 +262,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText_params *params ); @@ -271,7 +271,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params *params ); @@ -280,7 +280,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -289,8 +289,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params *params ); @@ -298,8 +298,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem_params *params ); @@ -307,9 +307,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate_params *params ); @@ -317,7 +317,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle_params *params ); @@ -326,7 +326,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription_params *params ); @@ -335,7 +335,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage_params *params ); @@ -344,7 +344,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata_params *params ); @@ -353,7 +353,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility_params *params ); @@ -362,7 +362,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags_params *params ); @@ -371,7 +371,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent_params *params ); @@ -380,7 +380,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview_params *params ); @@ -389,7 +389,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags_params *params ); @@ -398,7 +398,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -408,7 +408,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -418,7 +418,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo_params *params ); @@ -427,7 +427,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -437,7 +437,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -447,7 +447,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params *params ); @@ -455,8 +455,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate_params *params ); @@ -465,7 +465,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -474,8 +474,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote_params *params ); @@ -483,42 +483,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem_params *params ); @@ -533,7 +533,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params *params ); @@ -542,7 +542,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params *params ); @@ -550,7 +550,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -562,7 +562,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -572,7 +572,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem_params *params ); @@ -581,7 +581,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h index 0867fbae..97698c00 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_139 *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -123,7 +123,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_params *params ); @@ -132,7 +132,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -146,7 +146,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest_params *params ); @@ -154,7 +154,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag_params *params ); @@ -163,7 +163,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag_params *params ); @@ -172,7 +172,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs_params *params ); @@ -181,7 +181,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags_params *params ); @@ -190,7 +190,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata_params *params ); @@ -208,7 +208,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren_params *params ); @@ -217,7 +217,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews_params *params ); @@ -226,7 +226,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly_params *params ); @@ -235,7 +235,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage_params *params ); @@ -244,7 +244,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params *params ); @@ -253,7 +253,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter_params *params ); @@ -262,7 +262,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag_params *params ); @@ -271,7 +271,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText_params *params ); @@ -280,7 +280,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params *params ); @@ -289,7 +289,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -298,8 +298,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params *params ); @@ -307,8 +307,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem_params *params ); @@ -316,9 +316,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate_params *params ); @@ -326,7 +326,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle_params *params ); @@ -335,7 +335,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription_params *params ); @@ -344,7 +344,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage_params *params ); @@ -353,7 +353,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata_params *params ); @@ -362,7 +362,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility_params *params ); @@ -371,7 +371,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags_params *params ); @@ -380,7 +380,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent_params *params ); @@ -389,7 +389,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview_params *params ); @@ -398,7 +398,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags_params *params ); @@ -407,7 +407,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -417,7 +417,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -427,7 +427,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo_params *params ); @@ -436,7 +436,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -446,7 +446,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -456,7 +456,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params *params ); @@ -464,8 +464,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate_params *params ); @@ -474,7 +474,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -483,8 +483,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote_params *params ); @@ -492,42 +492,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem_params *params ); @@ -542,7 +542,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params *params ); @@ -551,7 +551,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params *params ); @@ -559,7 +559,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -571,7 +571,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -581,7 +581,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem_params *params ); @@ -590,7 +590,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer_params *params ); @@ -605,8 +605,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking_params *params ); @@ -614,8 +614,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params *params ); @@ -623,7 +623,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h index a205e2c0..697dc0da 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest_params *params ); @@ -27,8 +27,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_params *params ); @@ -36,8 +36,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest_params *params ); @@ -45,7 +45,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_142 *pDetails; }; @@ -55,7 +55,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -66,7 +66,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -77,9 +77,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren_params *params ); @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -99,7 +99,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -108,7 +108,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -123,7 +123,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_params *params ); @@ -132,7 +132,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -146,7 +146,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest_params *params ); @@ -154,7 +154,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag_params *params ); @@ -163,7 +163,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag_params *params ); @@ -172,7 +172,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs_params *params ); @@ -181,7 +181,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags_params *params ); @@ -190,7 +190,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata_params *params ); @@ -208,7 +208,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren_params *params ); @@ -217,7 +217,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews_params *params ); @@ -226,7 +226,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly_params *params ); @@ -235,7 +235,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params *params ); @@ -244,7 +244,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage_params *params ); @@ -253,7 +253,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params *params ); @@ -262,7 +262,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter_params *params ); @@ -271,7 +271,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag_params *params ); @@ -280,7 +280,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText_params *params ); @@ -289,7 +289,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params *params ); @@ -298,7 +298,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -307,8 +307,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params *params ); @@ -316,8 +316,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem_params *params ); @@ -325,9 +325,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate_params *params ); @@ -335,7 +335,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle_params *params ); @@ -344,7 +344,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription_params *params ); @@ -353,7 +353,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage_params *params ); @@ -362,7 +362,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata_params *params ); @@ -371,7 +371,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility_params *params ); @@ -380,7 +380,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags_params *params ); @@ -389,7 +389,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent_params *params ); @@ -398,7 +398,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview_params *params ); @@ -407,7 +407,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags_params *params ); @@ -416,7 +416,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -426,7 +426,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -436,7 +436,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo_params *params ); @@ -445,7 +445,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -455,7 +455,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -465,7 +465,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params *params ); @@ -473,8 +473,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate_params *params ); @@ -483,7 +483,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -492,8 +492,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote_params *params ); @@ -501,42 +501,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem_params *params ); @@ -551,7 +551,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params *params ); @@ -560,7 +560,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params *params ); @@ -568,7 +568,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -580,7 +580,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -590,7 +590,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem_params *params ); @@ -599,7 +599,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer_params *params ); @@ -614,8 +614,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking_params *params ); @@ -623,8 +623,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params *params ); @@ -632,59 +632,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h index 9fbd238e..343d9cbd 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_144 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -78,7 +78,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -89,9 +89,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren_params *params ); @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -120,7 +120,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -135,7 +135,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_params *params ); @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -158,7 +158,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest_params *params ); @@ -166,7 +166,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag_params *params ); @@ -175,7 +175,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag_params *params ); @@ -184,7 +184,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs_params *params ); @@ -193,7 +193,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags_params *params ); @@ -202,7 +202,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription_params *params ); @@ -211,7 +211,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata_params *params ); @@ -220,7 +220,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren_params *params ); @@ -229,7 +229,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews_params *params ); @@ -238,7 +238,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly_params *params ); @@ -247,7 +247,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params *params ); @@ -256,7 +256,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage_params *params ); @@ -265,7 +265,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params *params ); @@ -274,7 +274,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter_params *params ); @@ -283,7 +283,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag_params *params ); @@ -292,7 +292,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText_params *params ); @@ -301,7 +301,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params *params ); @@ -310,7 +310,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -319,8 +319,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params *params ); @@ -328,8 +328,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem_params *params ); @@ -337,9 +337,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate_params *params ); @@ -347,7 +347,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle_params *params ); @@ -356,7 +356,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription_params *params ); @@ -365,7 +365,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage_params *params ); @@ -374,7 +374,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata_params *params ); @@ -383,7 +383,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility_params *params ); @@ -392,7 +392,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags_params *params ); @@ -401,7 +401,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent_params *params ); @@ -410,7 +410,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview_params *params ); @@ -419,7 +419,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload_params *params ); @@ -428,7 +428,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags_params *params ); @@ -437,7 +437,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -447,7 +447,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -457,7 +457,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo_params *params ); @@ -466,7 +466,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -476,7 +476,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -486,7 +486,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params *params ); @@ -494,8 +494,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate_params *params ); @@ -504,7 +504,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -513,8 +513,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote_params *params ); @@ -522,42 +522,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem_params *params ); @@ -572,7 +572,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params *params ); @@ -581,7 +581,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params *params ); @@ -589,7 +589,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -601,7 +601,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -611,7 +611,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem_params *params ); @@ -620,7 +620,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer_params *params ); @@ -635,8 +635,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking_params *params ); @@ -644,8 +644,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params *params ); @@ -653,59 +653,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h index d4b31846..a9164fa5 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_146 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -78,7 +78,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -89,9 +89,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren_params *params ); @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -120,7 +120,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -135,7 +135,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_params *params ); @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -158,7 +158,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -170,7 +170,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag_params *params ); @@ -187,7 +187,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag_params *params ); @@ -196,7 +196,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs_params *params ); @@ -205,7 +205,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags_params *params ); @@ -214,7 +214,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription_params *params ); @@ -223,7 +223,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata_params *params ); @@ -232,7 +232,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren_params *params ); @@ -241,7 +241,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews_params *params ); @@ -250,7 +250,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly_params *params ); @@ -259,7 +259,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params *params ); @@ -268,7 +268,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage_params *params ); @@ -277,7 +277,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params *params ); @@ -286,7 +286,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter_params *params ); @@ -295,7 +295,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag_params *params ); @@ -304,7 +304,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText_params *params ); @@ -313,7 +313,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params *params ); @@ -322,7 +322,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -331,8 +331,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params *params ); @@ -340,8 +340,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem_params *params ); @@ -349,9 +349,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate_params *params ); @@ -359,7 +359,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle_params *params ); @@ -368,7 +368,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription_params *params ); @@ -377,7 +377,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage_params *params ); @@ -386,7 +386,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata_params *params ); @@ -395,7 +395,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility_params *params ); @@ -404,7 +404,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags_params *params ); @@ -413,7 +413,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent_params *params ); @@ -422,7 +422,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview_params *params ); @@ -431,7 +431,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload_params *params ); @@ -440,7 +440,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags_params *params ); @@ -448,7 +448,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags_params *params ); @@ -457,7 +457,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -467,7 +467,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -477,7 +477,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo_params *params ); @@ -486,7 +486,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -496,7 +496,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -506,7 +506,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params *params ); @@ -514,8 +514,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate_params *params ); @@ -524,7 +524,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -533,8 +533,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote_params *params ); @@ -542,42 +542,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem_params *params ); @@ -592,7 +592,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params *params ); @@ -601,7 +601,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params *params ); @@ -609,7 +609,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -621,7 +621,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -631,7 +631,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem_params *params ); @@ -640,7 +640,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer_params *params ); @@ -655,8 +655,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking_params *params ); @@ -664,8 +664,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params *params ); @@ -673,59 +673,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h index 0a040073..81935a7d 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_150 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -78,7 +78,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -89,9 +89,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren_params *params ); @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -120,7 +120,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -135,7 +135,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_params *params ); @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -158,7 +158,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -170,7 +170,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag_params *params ); @@ -187,7 +187,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const SteamParamStringArray_t *pTagGroups; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup_params *params ); @@ -196,7 +196,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag_params *params ); @@ -205,7 +205,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs_params *params ); @@ -214,7 +214,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags_params *params ); @@ -223,7 +223,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription_params *params ); @@ -232,7 +232,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata_params *params ); @@ -241,7 +241,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren_params *params ); @@ -250,7 +250,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews_params *params ); @@ -259,7 +259,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly_params *params ); @@ -268,7 +268,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params *params ); @@ -277,7 +277,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage_params *params ); @@ -286,7 +286,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params *params ); @@ -295,7 +295,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter_params *params ); @@ -304,7 +304,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag_params *params ); @@ -313,7 +313,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText_params *params ); @@ -322,7 +322,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params *params ); @@ -331,7 +331,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -340,8 +340,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params *params ); @@ -349,8 +349,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem_params *params ); @@ -358,9 +358,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate_params *params ); @@ -368,7 +368,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle_params *params ); @@ -377,7 +377,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription_params *params ); @@ -386,7 +386,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage_params *params ); @@ -395,7 +395,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata_params *params ); @@ -404,7 +404,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility_params *params ); @@ -413,7 +413,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags_params *params ); @@ -422,7 +422,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent_params *params ); @@ -431,7 +431,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview_params *params ); @@ -440,7 +440,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload_params *params ); @@ -449,7 +449,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags_params *params ); @@ -457,7 +457,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags_params *params ); @@ -466,7 +466,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -476,7 +476,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -486,7 +486,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo_params *params ); @@ -495,7 +495,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -505,7 +505,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -515,7 +515,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params *params ); @@ -523,8 +523,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate_params *params ); @@ -533,7 +533,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -542,8 +542,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote_params *params ); @@ -551,42 +551,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem_params *params ); @@ -601,7 +601,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params *params ); @@ -610,7 +610,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params *params ); @@ -618,7 +618,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -630,7 +630,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -640,7 +640,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem_params *params ); @@ -649,7 +649,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer_params *params ); @@ -664,8 +664,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking_params *params ); @@ -673,8 +673,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params *params ); @@ -682,59 +682,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h index c893fb94..d8b4704e 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_152 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params *params ); @@ -76,7 +76,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName_para { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -122,9 +122,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren_params *params ); @@ -133,7 +133,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -153,7 +153,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -168,7 +168,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -191,7 +191,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -203,7 +203,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest_params *params ); @@ -211,7 +211,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag_params *params ); @@ -220,7 +220,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const SteamParamStringArray_t *pTagGroups; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup_params *params ); @@ -229,7 +229,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag_params *params ); @@ -238,7 +238,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs_params *params ); @@ -247,7 +247,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags_params *params ); @@ -256,7 +256,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription_params *params ); @@ -265,7 +265,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata_params *params ); @@ -274,7 +274,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren_params *params ); @@ -283,7 +283,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews_params *params ); @@ -292,7 +292,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly_params *params ); @@ -301,7 +301,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params *params ); @@ -310,7 +310,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage_params *params ); @@ -319,7 +319,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params *params ); @@ -328,7 +328,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter_params *params ); @@ -337,7 +337,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag_params *params ); @@ -346,7 +346,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText_params *params ); @@ -355,7 +355,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params *params ); @@ -364,7 +364,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -373,8 +373,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params *params ); @@ -382,8 +382,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem_params *params ); @@ -391,9 +391,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate_params *params ); @@ -401,7 +401,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle_params *params ); @@ -410,7 +410,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription_params *params ); @@ -419,7 +419,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage_params *params ); @@ -428,7 +428,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata_params *params ); @@ -437,7 +437,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility_params *params ); @@ -446,7 +446,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags_params *params ); @@ -455,7 +455,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent_params *params ); @@ -464,7 +464,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview_params *params ); @@ -473,7 +473,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload_params *params ); @@ -482,7 +482,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags_params *params ); @@ -490,7 +490,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags_params *params ); @@ -499,7 +499,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -509,7 +509,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -519,7 +519,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo_params *params ); @@ -528,7 +528,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -538,7 +538,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -548,7 +548,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params *params ); @@ -556,8 +556,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate_params *params ); @@ -566,7 +566,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -575,8 +575,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote_params *params ); @@ -584,42 +584,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem_params *params ); @@ -634,7 +634,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params *params ); @@ -643,7 +643,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params *params ); @@ -651,7 +651,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -663,7 +663,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -673,7 +673,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem_params *params ); @@ -682,7 +682,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer_params *params ); @@ -697,8 +697,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking_params *params ); @@ -706,8 +706,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params *params ); @@ -715,59 +715,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem_params *params ); @@ -781,7 +781,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_ShowWorkshopEULA( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h index d72bd1a9..e128d10c 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_155 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params *params ); @@ -76,7 +76,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName_para { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -122,9 +122,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren_params *params ); @@ -133,7 +133,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -153,7 +153,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -168,7 +168,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -191,7 +191,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -203,7 +203,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest_params *params ); @@ -211,7 +211,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag_params *params ); @@ -220,7 +220,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const SteamParamStringArray_t *pTagGroups; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup_params *params ); @@ -229,7 +229,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag_params *params ); @@ -238,7 +238,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs_params *params ); @@ -247,7 +247,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags_params *params ); @@ -256,7 +256,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription_params *params ); @@ -265,7 +265,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata_params *params ); @@ -274,7 +274,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren_params *params ); @@ -283,7 +283,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews_params *params ); @@ -292,7 +292,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly_params *params ); @@ -301,7 +301,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params *params ); @@ -310,7 +310,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage_params *params ); @@ -319,7 +319,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params *params ); @@ -328,7 +328,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter_params *params ); @@ -337,7 +337,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag_params *params ); @@ -346,7 +346,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText_params *params ); @@ -355,7 +355,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params *params ); @@ -364,9 +364,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange_params *params ); @@ -374,9 +374,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange_params *params ); @@ -384,7 +384,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -393,8 +393,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params *params ); @@ -402,8 +402,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem_params *params ); @@ -411,9 +411,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate_params *params ); @@ -421,7 +421,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle_params *params ); @@ -430,7 +430,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription_params *params ); @@ -439,7 +439,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage_params *params ); @@ -448,7 +448,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata_params *params ); @@ -457,7 +457,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility_params *params ); @@ -466,7 +466,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags_params *params ); @@ -475,7 +475,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent_params *params ); @@ -484,7 +484,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview_params *params ); @@ -493,7 +493,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload_params *params ); @@ -502,7 +502,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags_params *params ); @@ -510,7 +510,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags_params *params ); @@ -519,7 +519,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -529,7 +529,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -539,7 +539,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo_params *params ); @@ -548,7 +548,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -558,7 +558,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -568,7 +568,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params *params ); @@ -576,8 +576,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate_params *params ); @@ -586,7 +586,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -595,8 +595,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote_params *params ); @@ -604,42 +604,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem_params *params ); @@ -654,7 +654,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params *params ); @@ -663,7 +663,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params *params ); @@ -671,7 +671,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -683,7 +683,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -693,7 +693,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem_params *params ); @@ -702,7 +702,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer_params *params ); @@ -717,8 +717,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking_params *params ); @@ -726,8 +726,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params *params ); @@ -735,59 +735,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem_params *params ); @@ -801,7 +801,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_ShowWorkshopEULA( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h index f2ff1d53..cd4f06ac 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_157 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params *params ); @@ -76,7 +76,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName_para { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -122,9 +122,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren_params *params ); @@ -133,7 +133,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -153,7 +153,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -168,7 +168,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -191,7 +191,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -203,7 +203,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors_ { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t *pvecDescriptors; uint32_t cMaxEntries; @@ -214,7 +214,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest_params *params ); @@ -222,7 +222,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag_params *params ); @@ -231,7 +231,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const SteamParamStringArray_t *pTagGroups; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup_params *params ); @@ -240,7 +240,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag_params *params ); @@ -249,7 +249,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs_params *params ); @@ -258,7 +258,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags_params *params ); @@ -267,7 +267,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription_params *params ); @@ -276,7 +276,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata_params *params ); @@ -285,7 +285,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren_params *params ); @@ -294,7 +294,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews_params *params ); @@ -303,7 +303,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly_params *params ); @@ -312,7 +312,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params *params ); @@ -321,7 +321,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage_params *params ); @@ -330,7 +330,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params *params ); @@ -339,7 +339,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter_params *params ); @@ -348,7 +348,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag_params *params ); @@ -357,7 +357,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText_params *params ); @@ -366,7 +366,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params *params ); @@ -375,9 +375,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange_params *params ); @@ -385,9 +385,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange_params *params ); @@ -395,7 +395,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -404,8 +404,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params *params ); @@ -413,8 +413,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem_params *params ); @@ -422,9 +422,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate_params *params ); @@ -432,7 +432,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle_params *params ); @@ -441,7 +441,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription_params *params ); @@ -450,7 +450,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage_params *params ); @@ -459,7 +459,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata_params *params ); @@ -468,7 +468,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility_params *params ); @@ -477,7 +477,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags_params *params ); @@ -486,7 +486,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent_params *params ); @@ -495,7 +495,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview_params *params ); @@ -504,7 +504,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload_params *params ); @@ -513,7 +513,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags_params *params ); @@ -521,7 +521,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags_params *params ); @@ -530,7 +530,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -540,7 +540,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -550,7 +550,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo_params *params ); @@ -559,7 +559,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -569,7 +569,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -579,7 +579,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params *params ); @@ -588,7 +588,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t descid; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor_params *params ); @@ -597,7 +597,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t descid; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor_params *params ); @@ -605,8 +605,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate_params *params ); @@ -615,7 +615,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -624,8 +624,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote_params *params ); @@ -633,42 +633,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem_params *params ); @@ -683,7 +683,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params *params ); @@ -692,7 +692,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params *params ); @@ -700,7 +700,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -712,7 +712,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -722,7 +722,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem_params *params ); @@ -731,7 +731,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer_params *params ); @@ -746,8 +746,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking_params *params ); @@ -755,8 +755,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params *params ); @@ -764,59 +764,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem_params *params ); @@ -830,7 +830,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_ShowWorkshopEULA( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus_params *params ); diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h index 9b5c242f..b946ec07 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.h @@ -1,13 +1,13 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - AccountID_t unAccountID; + uint64_t _ret; + uint32_t unAccountID; uint32_t eListType; uint32_t eMatchingUGCType; uint32_t eSortOrder; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params *params ); @@ -15,11 +15,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; uint32_t unPage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_params *params ); @@ -27,11 +27,11 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2_params { void *linux_side; - UGCQueryHandle_t _ret; + uint64_t _ret; uint32_t eQueryType; uint32_t eMatchingeMatchingUGCTypeFileType; - AppId_t nCreatorAppID; - AppId_t nConsumerAppID; + uint32_t nCreatorAppID; + uint32_t nConsumerAppID; const char *pchCursor; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2_params *params ); @@ -39,8 +39,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_params { void *linux_side; - UGCQueryHandle_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_params *params ); @@ -48,8 +48,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest_params { void *linux_side; - SteamAPICall_t _ret; - UGCQueryHandle_t handle; + uint64_t _ret; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest_params *params ); @@ -57,7 +57,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; winSteamUGCDetails_t_158 *pDetails; }; @@ -67,7 +67,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params *params ); @@ -76,7 +76,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -88,7 +88,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName_para { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t indexTag; char *pchValue; @@ -100,7 +100,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchURL; uint32_t cchURLSize; @@ -111,7 +111,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; char *pchMetadata; uint32_t cchMetadatasize; @@ -122,9 +122,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren_params *params ); @@ -133,7 +133,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t eStatType; uint64_t *pStatValue; @@ -144,7 +144,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPrevie { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews_params *params ); @@ -153,7 +153,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview_p { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t previewIndex; char *pchURLOrVideoID; @@ -168,7 +168,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_par { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_params *params ); @@ -177,7 +177,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t keyValueTagIndex; char *pchKey; @@ -191,7 +191,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; const char *pchKey; char *pchValue; @@ -203,7 +203,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_ { void *linux_side; uint32_t _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t index; uint32_t *pvecDescriptors; uint32_t cMaxEntries; @@ -214,7 +214,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest_params *params ); @@ -222,7 +222,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag_params *params ); @@ -231,7 +231,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const SteamParamStringArray_t *pTagGroups; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup_params *params ); @@ -240,7 +240,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pTagName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag_params *params ); @@ -249,7 +249,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnOnlyIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs_params *params ); @@ -258,7 +258,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnKeyValueTags; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags_params *params ); @@ -267,7 +267,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription_param { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnLongDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription_params *params ); @@ -276,7 +276,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnMetadata; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata_params *params ); @@ -285,7 +285,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnChildren; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren_params *params ); @@ -294,7 +294,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews_pa { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnAdditionalPreviews; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews_params *params ); @@ -303,7 +303,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bReturnTotalOnly; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly_params *params ); @@ -312,7 +312,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params *params ); @@ -321,7 +321,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage_params *params ); @@ -330,7 +330,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params *params ); @@ -339,7 +339,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pMatchCloudFileName; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter_params *params ); @@ -348,7 +348,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; bool bMatchAnyTag; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag_params *params ); @@ -357,7 +357,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pSearchText; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText_params *params ); @@ -366,7 +366,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; uint32_t unDays; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params *params ); @@ -375,9 +375,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange_params *params ); @@ -385,9 +385,9 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; - RTime32 rtStart; - RTime32 rtEnd; + uint64_t handle; + uint32_t rtStart; + uint32_t rtEnd; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange_params *params ); @@ -395,7 +395,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTag_params { void *linux_side; bool _ret; - UGCQueryHandle_t handle; + uint64_t handle; const char *pKey; const char *pValue; }; @@ -404,8 +404,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTag( s struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; uint32_t unMaxAgeSeconds; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params *params ); @@ -413,8 +413,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nConsumerAppId; + uint64_t _ret; + uint32_t nConsumerAppId; uint32_t eFileType; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem_params *params ); @@ -422,9 +422,9 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem( struct cppISt struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate_params { void *linux_side; - UGCUpdateHandle_t _ret; - AppId_t nConsumerAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nConsumerAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate_params *params ); @@ -432,7 +432,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchTitle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle_params *params ); @@ -441,7 +441,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchDescription; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription_params *params ); @@ -450,7 +450,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchLanguage; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage_params *params ); @@ -459,7 +459,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchMetaData; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata_params *params ); @@ -468,7 +468,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t eVisibility; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility_params *params ); @@ -477,7 +477,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t updateHandle; + uint64_t updateHandle; const SteamParamStringArray_t *pTags; bool bAllowAdminTags; }; @@ -487,7 +487,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszContentFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent_params *params ); @@ -496,7 +496,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview_params *params ); @@ -505,7 +505,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; bool bAllowLegacyUpload; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload_params *params ); @@ -514,7 +514,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags_para { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags_params *params ); @@ -522,7 +522,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags_params *params ); @@ -531,7 +531,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemKeyValueTag_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pchKey; const char *pchValue; }; @@ -541,7 +541,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszPreviewFile; uint32_t type; }; @@ -551,7 +551,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; const char *pszVideoID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo_params *params ); @@ -560,7 +560,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszPreviewFile; }; @@ -570,7 +570,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; const char *pszVideoID; }; @@ -580,7 +580,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t index; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params *params ); @@ -589,7 +589,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t descid; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor_params *params ); @@ -598,7 +598,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor_params { void *linux_side; bool _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint32_t descid; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor_params *params ); @@ -606,8 +606,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate_params { void *linux_side; - SteamAPICall_t _ret; - UGCUpdateHandle_t handle; + uint64_t _ret; + uint64_t handle; const char *pchChangeNote; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate_params *params ); @@ -616,7 +616,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params { void *linux_side; uint32_t _ret; - UGCUpdateHandle_t handle; + uint64_t handle; uint64_t *punBytesProcessed; uint64_t *punBytesTotal; }; @@ -625,8 +625,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; bool bVoteUp; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote_params *params ); @@ -634,42 +634,42 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote( struct c struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites_params { void *linux_side; - SteamAPICall_t _ret; - AppId_t nAppId; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint32_t nAppId; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem_params *params ); @@ -684,7 +684,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params { void *linux_side; uint32_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t *pvecPublishedFileID; uint32_t cMaxEntries; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params *params ); @@ -693,7 +693,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params { void *linux_side; uint32_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params *params ); @@ -701,7 +701,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punSizeOnDisk; char *pchFolder; uint32_t cchFolderSize; @@ -713,7 +713,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; uint64_t *punBytesDownloaded; uint64_t *punBytesTotal; }; @@ -723,7 +723,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem_params { void *linux_side; bool _ret; - PublishedFileId_t nPublishedFileID; + uint64_t nPublishedFileID; bool bHighPriority; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem_params *params ); @@ -732,7 +732,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer_par { void *linux_side; bool _ret; - DepotId_t unWorkshopDepotID; + uint32_t unWorkshopDepotID; const char *pszFolder; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer_params *params ); @@ -747,8 +747,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SuspendDownloads( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking_params *params ); @@ -756,8 +756,8 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking( st struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t *pvecPublishedFileID; + uint64_t _ret; + uint64_t *pvecPublishedFileID; uint32_t unNumPublishedFileIDs; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params *params ); @@ -765,59 +765,59 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking( str struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nParentPublishedFileID; - PublishedFileId_t nChildPublishedFileID; + uint64_t _ret; + uint64_t nParentPublishedFileID; + uint64_t nChildPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; - AppId_t nAppID; + uint64_t _ret; + uint64_t nPublishedFileID; + uint32_t nAppID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies_params *params ); struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem_params { void *linux_side; - SteamAPICall_t _ret; - PublishedFileId_t nPublishedFileID; + uint64_t _ret; + uint64_t nPublishedFileID; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem_params *params ); @@ -831,7 +831,7 @@ extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_ShowWorkshopEULA( struct struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus_params *params ); diff --git a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h index 26642962..a0262692 100644 --- a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h +++ b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h @@ -1,7 +1,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params { void *linux_side; - ClientUnifiedMessageHandle _ret; + uint64_t _ret; const char *pchServiceMethod; const void *pRequestBuffer; uint32_t unRequestBufferSize; @@ -13,7 +13,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMet { void *linux_side; bool _ret; - ClientUnifiedMessageHandle hHandle; + uint64_t hHandle; uint32_t *punResponseSize; uint32_t *peResult; }; @@ -23,7 +23,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMet { void *linux_side; bool _ret; - ClientUnifiedMessageHandle hHandle; + uint64_t hHandle; void *pResponseBuffer; uint32_t unResponseBufferSize; bool bAutoRelease; @@ -34,7 +34,7 @@ struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_Releas { void *linux_side; bool _ret; - ClientUnifiedMessageHandle hHandle; + uint64_t hHandle; }; extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h index 0ed58c34..f40455fd 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h @@ -113,7 +113,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h index de664cb6..9d60b7ee 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h @@ -113,7 +113,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats_params *params ); @@ -159,7 +159,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -169,7 +169,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName_params *params ); @@ -186,7 +186,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params *params ); @@ -194,7 +194,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod_params *params ); @@ -202,15 +202,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -221,7 +221,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; LeaderboardEntry_t *pLeaderboardEntry; int32_t *pDetails; @@ -232,8 +232,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; int32_t nScore; int32_t *pScoreDetails; int32_t cScoreDetailsCount; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h index 289e5922..1cb90e61 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h @@ -113,7 +113,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats_params *params ); @@ -159,7 +159,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -169,7 +169,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard_params *params ); @@ -178,7 +178,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName_params *params ); @@ -186,7 +186,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount_params *params ); @@ -194,7 +194,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSortMethod_params *params ); @@ -202,15 +202,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -221,7 +221,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; LeaderboardEntry_t *pLeaderboardEntry; int32_t *pDetails; @@ -232,8 +232,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -244,7 +244,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h index 1c5bc153..8168463f 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h @@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -190,7 +190,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params *params ); @@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod_params *params ); @@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -242,7 +242,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; LeaderboardEntry_t *pLeaderboardEntry; int32_t *pDetails; @@ -253,8 +253,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -265,7 +265,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h index b75dd01a..f86eca1c 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.h @@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -190,7 +190,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params *params ); @@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod_params *params ); @@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -242,7 +242,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; winLeaderboardEntry_t_111x *pLeaderboardEntry; int32_t *pDetails; @@ -253,8 +253,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -265,16 +265,16 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; - UGCHandle_t hUGC; + uint64_t _ret; + uint64_t hSteamLeaderboard; + uint64_t hUGC; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h index dec27ae8..1aeed6a7 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h @@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -190,7 +190,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount_params *params ); @@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSortMethod_params *params ); @@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -241,8 +241,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeade struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; CSteamID *prgUsers; int32_t cUsers; }; @@ -252,7 +252,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; winLeaderboardEntry_t_113 *pLeaderboardEntry; int32_t *pDetails; @@ -263,8 +263,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -275,16 +275,16 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; - UGCHandle_t hUGC; + uint64_t _ret; + uint64_t hSteamLeaderboard; + uint64_t hUGC; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h index 5990ad71..133e12d4 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h @@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateAchie struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats_params *params ); @@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -190,7 +190,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard_params *params ); @@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName_params *params ); @@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount_params *params ); @@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSortMethod_params *params ); @@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -241,8 +241,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeade struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; CSteamID *prgUsers; int32_t cUsers; }; @@ -252,7 +252,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; winLeaderboardEntry_t_119 *pLeaderboardEntry; int32_t *pDetails; @@ -263,8 +263,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -275,23 +275,23 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; - UGCHandle_t hUGC; + uint64_t _ret; + uint64_t hSteamLeaderboard; + uint64_t hUGC; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages_params *params ); @@ -330,7 +330,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetAchievemen struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h index bf0db7a2..43209b76 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h @@ -138,7 +138,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievemen struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats_params *params ); @@ -195,7 +195,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -205,7 +205,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard_params *params ); @@ -214,7 +214,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName_params *params ); @@ -222,7 +222,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount_params *params ); @@ -230,7 +230,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSortMethod_params *params ); @@ -238,15 +238,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -256,8 +256,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeade struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; CSteamID *prgUsers; int32_t cUsers; }; @@ -267,7 +267,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; winLeaderboardEntry_t_148a *pLeaderboardEntry; int32_t *pDetails; @@ -278,8 +278,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -290,23 +290,23 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; - UGCHandle_t hUGC; + uint64_t _ret; + uint64_t hSteamLeaderboard; + uint64_t hUGC; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages_params *params ); @@ -345,7 +345,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetAchievemen struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats_params *params ); diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h index 79e149f7..87674517 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.h @@ -138,7 +138,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievemen struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; CSteamID steamIDUser; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats_params *params ); @@ -195,7 +195,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_ResetAllStats struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindOrCreateLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; uint32_t eLeaderboardSortMethod; uint32_t eLeaderboardDisplayType; @@ -205,7 +205,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindOrCreateL struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchLeaderboardName; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard_params *params ); @@ -214,7 +214,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName { void *linux_side; const char *_ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName_params *params ); @@ -222,7 +222,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntr { void *linux_side; int32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount_params *params ); @@ -230,7 +230,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSort { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSortMethod_params *params ); @@ -238,15 +238,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisp { void *linux_side; uint32_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t hSteamLeaderboard; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisplayType_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardDataRequest; int32_t nRangeStart; int32_t nRangeEnd; @@ -256,8 +256,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeade struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; CSteamID *prgUsers; int32_t cUsers; }; @@ -267,7 +267,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeade { void *linux_side; bool _ret; - SteamLeaderboardEntries_t hSteamLeaderboardEntries; + uint64_t hSteamLeaderboardEntries; int32_t index; winLeaderboardEntry_t_158 *pLeaderboardEntry; int32_t *pDetails; @@ -278,8 +278,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloaded struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; + uint64_t _ret; + uint64_t hSteamLeaderboard; uint32_t eLeaderboardUploadScoreMethod; int32_t nScore; const int32_t *pScoreDetails; @@ -290,23 +290,23 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderb struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC_params { void *linux_side; - SteamAPICall_t _ret; - SteamLeaderboard_t hSteamLeaderboard; - UGCHandle_t hUGC; + uint64_t _ret; + uint64_t hSteamLeaderboard; + uint64_t hUGC; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers_params *params ); struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages_params *params ); @@ -345,7 +345,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievemen struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; int32_t nHistoryDays; }; extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser004.h b/lsteamclient/cppISteamUser_SteamUser004.h index df2d6946..fa86afb4 100644 --- a/lsteamclient/cppISteamUser_SteamUser004.h +++ b/lsteamclient/cppISteamUser_SteamUser004.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser004_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser004_GetHSteamUser( struct cppISteamUser_SteamUser004_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser005.h b/lsteamclient/cppISteamUser_SteamUser005.h index 6124f32e..15199606 100644 --- a/lsteamclient/cppISteamUser_SteamUser005.h +++ b/lsteamclient/cppISteamUser_SteamUser005.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser005_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser005_GetHSteamUser( struct cppISteamUser_SteamUser005_GetHSteamUser_params *params ); @@ -181,7 +181,7 @@ struct cppISteamUser_SteamUser005_SendGuestPassByEmail_params void *linux_side; bool _ret; const char *pchEmailAccount; - GID_t gidGuestPassID; + uint64_t gidGuestPassID; bool bResending; }; extern void cppISteamUser_SteamUser005_SendGuestPassByEmail( struct cppISteamUser_SteamUser005_SendGuestPassByEmail_params *params ); @@ -191,7 +191,7 @@ struct cppISteamUser_SteamUser005_SendGuestPassByAccountID_params void *linux_side; bool _ret; uint32_t uAccountID; - GID_t gidGuestPassID; + uint64_t gidGuestPassID; bool bResending; }; extern void cppISteamUser_SteamUser005_SendGuestPassByAccountID( struct cppISteamUser_SteamUser005_SendGuestPassByAccountID_params *params ); @@ -229,7 +229,7 @@ extern void cppISteamUser_SteamUser005_GetGuestPassToRedeemCount( struct cppISte struct cppISteamUser_SteamUser005_GetGuestPassLastUpdateTime_params { void *linux_side; - RTime32 _ret; + uint32_t _ret; }; extern void cppISteamUser_SteamUser005_GetGuestPassLastUpdateTime( struct cppISteamUser_SteamUser005_GetGuestPassLastUpdateTime_params *params ); @@ -238,12 +238,12 @@ struct cppISteamUser_SteamUser005_GetGuestPassToGiveInfo_params void *linux_side; bool _ret; uint32_t nPassIndex; - GID_t *pgidGuestPassID; - PackageId_t *pnPackageID; - RTime32 *pRTime32Created; - RTime32 *pRTime32Expiration; - RTime32 *pRTime32Sent; - RTime32 *pRTime32Redeemed; + uint64_t *pgidGuestPassID; + uint32_t *pnPackageID; + uint32_t *pRTime32Created; + uint32_t *pRTime32Expiration; + uint32_t *pRTime32Sent; + uint32_t *pRTime32Redeemed; char *pchRecipientAddress; int32_t cRecipientAddressSize; }; @@ -254,12 +254,12 @@ struct cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo_params void *linux_side; bool _ret; uint32_t nPassIndex; - GID_t *pgidGuestPassID; - PackageId_t *pnPackageID; - RTime32 *pRTime32Created; - RTime32 *pRTime32Expiration; - RTime32 *pRTime32Sent; - RTime32 *pRTime32Redeemed; + uint64_t *pgidGuestPassID; + uint32_t *pnPackageID; + uint32_t *pRTime32Created; + uint32_t *pRTime32Expiration; + uint32_t *pRTime32Sent; + uint32_t *pRTime32Redeemed; }; extern void cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo( struct cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo_params *params ); @@ -324,7 +324,7 @@ extern void cppISteamUser_SteamUser005_SetPassword( struct cppISteamUser_SteamUs struct cppISteamUser_SteamUser005_SetAccountCreationTime_params { void *linux_side; - RTime32 rt; + uint32_t rt; }; extern void cppISteamUser_SteamUser005_SetAccountCreationTime( struct cppISteamUser_SteamUser005_SetAccountCreationTime_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser006.h b/lsteamclient/cppISteamUser_SteamUser006.h index 25123f50..a5967807 100644 --- a/lsteamclient/cppISteamUser_SteamUser006.h +++ b/lsteamclient/cppISteamUser_SteamUser006.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser006_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser006_GetHSteamUser( struct cppISteamUser_SteamUser006_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser007.h b/lsteamclient/cppISteamUser_SteamUser007.h index 16c6d6a4..44f20b1f 100644 --- a/lsteamclient/cppISteamUser_SteamUser007.h +++ b/lsteamclient/cppISteamUser_SteamUser007.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser007_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser007_GetHSteamUser( struct cppISteamUser_SteamUser007_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser008.h b/lsteamclient/cppISteamUser_SteamUser008.h index f24444b3..4a558a7a 100644 --- a/lsteamclient/cppISteamUser_SteamUser008.h +++ b/lsteamclient/cppISteamUser_SteamUser008.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser008_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser008_GetHSteamUser( struct cppISteamUser_SteamUser008_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser009.h b/lsteamclient/cppISteamUser_SteamUser009.h index 0a92eace..a1bd854a 100644 --- a/lsteamclient/cppISteamUser_SteamUser009.h +++ b/lsteamclient/cppISteamUser_SteamUser009.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser009_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser009_GetHSteamUser( struct cppISteamUser_SteamUser009_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser010.h b/lsteamclient/cppISteamUser_SteamUser010.h index 9207581a..e38f9e20 100644 --- a/lsteamclient/cppISteamUser_SteamUser010.h +++ b/lsteamclient/cppISteamUser_SteamUser010.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser010_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser010_GetHSteamUser( struct cppISteamUser_SteamUser010_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser011.h b/lsteamclient/cppISteamUser_SteamUser011.h index 1a87a55a..d33ff872 100644 --- a/lsteamclient/cppISteamUser_SteamUser011.h +++ b/lsteamclient/cppISteamUser_SteamUser011.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser011_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser011_GetHSteamUser( struct cppISteamUser_SteamUser011_GetHSteamUser_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser012.h b/lsteamclient/cppISteamUser_SteamUser012.h index fef6dc75..533c3625 100644 --- a/lsteamclient/cppISteamUser_SteamUser012.h +++ b/lsteamclient/cppISteamUser_SteamUser012.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser012_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser012_GetHSteamUser( struct cppISteamUser_SteamUser012_GetHSteamUser_params *params ); @@ -95,7 +95,7 @@ extern void cppISteamUser_SteamUser012_DecompressVoice( struct cppISteamUser_Ste struct cppISteamUser_SteamUser012_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -105,7 +105,7 @@ extern void cppISteamUser_SteamUser012_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser012_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -122,16 +122,16 @@ extern void cppISteamUser_SteamUser012_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser012_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser012_CancelAuthTicket( struct cppISteamUser_SteamUser012_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser012_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser012_UserHasLicenseForApp( struct cppISteamUser_SteamUser012_UserHasLicenseForApp_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser013.h b/lsteamclient/cppISteamUser_SteamUser013.h index 6a6b4e9e..db5066f0 100644 --- a/lsteamclient/cppISteamUser_SteamUser013.h +++ b/lsteamclient/cppISteamUser_SteamUser013.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser013_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser013_GetHSteamUser( struct cppISteamUser_SteamUser013_GetHSteamUser_params *params ); @@ -109,7 +109,7 @@ extern void cppISteamUser_SteamUser013_DecompressVoice( struct cppISteamUser_Ste struct cppISteamUser_SteamUser013_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser013_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser013_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -136,16 +136,16 @@ extern void cppISteamUser_SteamUser013_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser013_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser013_CancelAuthTicket( struct cppISteamUser_SteamUser013_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser013_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser013_UserHasLicenseForApp( struct cppISteamUser_SteamUser013_UserHasLicenseForApp_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser014.h b/lsteamclient/cppISteamUser_SteamUser014.h index 9fbf3263..2564876a 100644 --- a/lsteamclient/cppISteamUser_SteamUser014.h +++ b/lsteamclient/cppISteamUser_SteamUser014.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser014_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser014_GetHSteamUser( struct cppISteamUser_SteamUser014_GetHSteamUser_params *params ); @@ -109,7 +109,7 @@ extern void cppISteamUser_SteamUser014_DecompressVoice( struct cppISteamUser_Ste struct cppISteamUser_SteamUser014_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser014_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser014_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -136,16 +136,16 @@ extern void cppISteamUser_SteamUser014_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser014_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser014_CancelAuthTicket( struct cppISteamUser_SteamUser014_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser014_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser014_UserHasLicenseForApp( struct cppISteamUser_SteamUser014_UserHasLicenseForApp_params *params ); @@ -168,7 +168,7 @@ extern void cppISteamUser_SteamUser014_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser014_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; diff --git a/lsteamclient/cppISteamUser_SteamUser015.h b/lsteamclient/cppISteamUser_SteamUser015.h index 53e5790b..4ded1d74 100644 --- a/lsteamclient/cppISteamUser_SteamUser015.h +++ b/lsteamclient/cppISteamUser_SteamUser015.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser015_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser015_GetHSteamUser( struct cppISteamUser_SteamUser015_GetHSteamUser_params *params ); @@ -117,7 +117,7 @@ extern void cppISteamUser_SteamUser015_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser015_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -127,7 +127,7 @@ extern void cppISteamUser_SteamUser015_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser015_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -144,16 +144,16 @@ extern void cppISteamUser_SteamUser015_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser015_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser015_CancelAuthTicket( struct cppISteamUser_SteamUser015_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser015_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser015_UserHasLicenseForApp( struct cppISteamUser_SteamUser015_UserHasLicenseForApp_params *params ); @@ -176,7 +176,7 @@ extern void cppISteamUser_SteamUser015_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser015_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; diff --git a/lsteamclient/cppISteamUser_SteamUser016.h b/lsteamclient/cppISteamUser_SteamUser016.h index 5d4c405a..1c4daa42 100644 --- a/lsteamclient/cppISteamUser_SteamUser016.h +++ b/lsteamclient/cppISteamUser_SteamUser016.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser016_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser016_GetHSteamUser( struct cppISteamUser_SteamUser016_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser016_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser016_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -129,7 +129,7 @@ extern void cppISteamUser_SteamUser016_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser016_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -146,16 +146,16 @@ extern void cppISteamUser_SteamUser016_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser016_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser016_CancelAuthTicket( struct cppISteamUser_SteamUser016_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser016_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser016_UserHasLicenseForApp( struct cppISteamUser_SteamUser016_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser016_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser016_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; diff --git a/lsteamclient/cppISteamUser_SteamUser017.h b/lsteamclient/cppISteamUser_SteamUser017.h index cc71a9ad..e7a0bcc0 100644 --- a/lsteamclient/cppISteamUser_SteamUser017.h +++ b/lsteamclient/cppISteamUser_SteamUser017.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser017_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser017_GetHSteamUser( struct cppISteamUser_SteamUser017_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser017_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser017_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -129,7 +129,7 @@ extern void cppISteamUser_SteamUser017_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser017_BeginAuthSession_params { void *linux_side; - EBeginAuthSessionResult _ret; + uint32_t _ret; const void *pAuthTicket; int32_t cbAuthTicket; CSteamID steamID; @@ -146,16 +146,16 @@ extern void cppISteamUser_SteamUser017_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser017_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser017_CancelAuthTicket( struct cppISteamUser_SteamUser017_CancelAuthTicket_params *params ); struct cppISteamUser_SteamUser017_UserHasLicenseForApp_params { void *linux_side; - EUserHasLicenseForAppResult _ret; + uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser017_UserHasLicenseForApp( struct cppISteamUser_SteamUser017_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser017_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser017_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; diff --git a/lsteamclient/cppISteamUser_SteamUser018.h b/lsteamclient/cppISteamUser_SteamUser018.h index 6d57f928..03b9a161 100644 --- a/lsteamclient/cppISteamUser_SteamUser018.h +++ b/lsteamclient/cppISteamUser_SteamUser018.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser018_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser018_GetHSteamUser( struct cppISteamUser_SteamUser018_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser018_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser018_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -146,7 +146,7 @@ extern void cppISteamUser_SteamUser018_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser018_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser018_CancelAuthTicket( struct cppISteamUser_SteamUser018_CancelAuthTicket_params *params ); @@ -155,7 +155,7 @@ struct cppISteamUser_SteamUser018_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser018_UserHasLicenseForApp( struct cppISteamUser_SteamUser018_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser018_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser018_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -213,7 +213,7 @@ extern void cppISteamUser_SteamUser018_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser018_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser018_RequestStoreAuthURL( struct cppISteamUser_SteamUser018_RequestStoreAuthURL_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser019.h b/lsteamclient/cppISteamUser_SteamUser019.h index 647834ba..2dcb10c0 100644 --- a/lsteamclient/cppISteamUser_SteamUser019.h +++ b/lsteamclient/cppISteamUser_SteamUser019.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser019_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser019_GetHSteamUser( struct cppISteamUser_SteamUser019_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser019_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser019_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -146,7 +146,7 @@ extern void cppISteamUser_SteamUser019_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser019_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser019_CancelAuthTicket( struct cppISteamUser_SteamUser019_CancelAuthTicket_params *params ); @@ -155,7 +155,7 @@ struct cppISteamUser_SteamUser019_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser019_UserHasLicenseForApp( struct cppISteamUser_SteamUser019_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser019_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser019_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -213,7 +213,7 @@ extern void cppISteamUser_SteamUser019_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser019_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser019_RequestStoreAuthURL( struct cppISteamUser_SteamUser019_RequestStoreAuthURL_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser020.h b/lsteamclient/cppISteamUser_SteamUser020.h index 9ce1a5c8..e6765968 100644 --- a/lsteamclient/cppISteamUser_SteamUser020.h +++ b/lsteamclient/cppISteamUser_SteamUser020.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser020_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser020_GetHSteamUser( struct cppISteamUser_SteamUser020_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser020_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser020_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -146,7 +146,7 @@ extern void cppISteamUser_SteamUser020_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser020_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser020_CancelAuthTicket( struct cppISteamUser_SteamUser020_CancelAuthTicket_params *params ); @@ -155,7 +155,7 @@ struct cppISteamUser_SteamUser020_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser020_UserHasLicenseForApp( struct cppISteamUser_SteamUser020_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser020_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser020_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -213,7 +213,7 @@ extern void cppISteamUser_SteamUser020_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser020_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser020_RequestStoreAuthURL( struct cppISteamUser_SteamUser020_RequestStoreAuthURL_params *params ); @@ -249,14 +249,14 @@ extern void cppISteamUser_SteamUser020_BIsPhoneRequiringVerification( struct cpp struct cppISteamUser_SteamUser020_GetMarketEligibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser020_GetMarketEligibility( struct cppISteamUser_SteamUser020_GetMarketEligibility_params *params ); struct cppISteamUser_SteamUser020_GetDurationControl_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser020_GetDurationControl( struct cppISteamUser_SteamUser020_GetDurationControl_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser021.h b/lsteamclient/cppISteamUser_SteamUser021.h index 7e31e886..c52ceb43 100644 --- a/lsteamclient/cppISteamUser_SteamUser021.h +++ b/lsteamclient/cppISteamUser_SteamUser021.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser021_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser021_GetHSteamUser( struct cppISteamUser_SteamUser021_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser021_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser021_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -146,7 +146,7 @@ extern void cppISteamUser_SteamUser021_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser021_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser021_CancelAuthTicket( struct cppISteamUser_SteamUser021_CancelAuthTicket_params *params ); @@ -155,7 +155,7 @@ struct cppISteamUser_SteamUser021_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser021_UserHasLicenseForApp( struct cppISteamUser_SteamUser021_UserHasLicenseForApp_params *params ); @@ -178,7 +178,7 @@ extern void cppISteamUser_SteamUser021_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser021_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -213,7 +213,7 @@ extern void cppISteamUser_SteamUser021_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser021_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser021_RequestStoreAuthURL( struct cppISteamUser_SteamUser021_RequestStoreAuthURL_params *params ); @@ -249,14 +249,14 @@ extern void cppISteamUser_SteamUser021_BIsPhoneRequiringVerification( struct cpp struct cppISteamUser_SteamUser021_GetMarketEligibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser021_GetMarketEligibility( struct cppISteamUser_SteamUser021_GetMarketEligibility_params *params ); struct cppISteamUser_SteamUser021_GetDurationControl_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser021_GetDurationControl( struct cppISteamUser_SteamUser021_GetDurationControl_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser022.h b/lsteamclient/cppISteamUser_SteamUser022.h index fee9608d..e81a111d 100644 --- a/lsteamclient/cppISteamUser_SteamUser022.h +++ b/lsteamclient/cppISteamUser_SteamUser022.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser022_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser022_GetHSteamUser( struct cppISteamUser_SteamUser022_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser022_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser022_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -147,7 +147,7 @@ extern void cppISteamUser_SteamUser022_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser022_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser022_CancelAuthTicket( struct cppISteamUser_SteamUser022_CancelAuthTicket_params *params ); @@ -156,7 +156,7 @@ struct cppISteamUser_SteamUser022_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser022_UserHasLicenseForApp( struct cppISteamUser_SteamUser022_UserHasLicenseForApp_params *params ); @@ -179,7 +179,7 @@ extern void cppISteamUser_SteamUser022_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser022_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -214,7 +214,7 @@ extern void cppISteamUser_SteamUser022_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser022_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser022_RequestStoreAuthURL( struct cppISteamUser_SteamUser022_RequestStoreAuthURL_params *params ); @@ -250,14 +250,14 @@ extern void cppISteamUser_SteamUser022_BIsPhoneRequiringVerification( struct cpp struct cppISteamUser_SteamUser022_GetMarketEligibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser022_GetMarketEligibility( struct cppISteamUser_SteamUser022_GetMarketEligibility_params *params ); struct cppISteamUser_SteamUser022_GetDurationControl_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser022_GetDurationControl( struct cppISteamUser_SteamUser022_GetDurationControl_params *params ); diff --git a/lsteamclient/cppISteamUser_SteamUser023.h b/lsteamclient/cppISteamUser_SteamUser023.h index 3b6865c0..ad5ed272 100644 --- a/lsteamclient/cppISteamUser_SteamUser023.h +++ b/lsteamclient/cppISteamUser_SteamUser023.h @@ -1,7 +1,7 @@ struct cppISteamUser_SteamUser023_GetHSteamUser_params { void *linux_side; - HSteamUser _ret; + int32_t _ret; }; extern void cppISteamUser_SteamUser023_GetHSteamUser( struct cppISteamUser_SteamUser023_GetHSteamUser_params *params ); @@ -119,7 +119,7 @@ extern void cppISteamUser_SteamUser023_GetVoiceOptimalSampleRate( struct cppISte struct cppISteamUser_SteamUser023_GetAuthSessionTicket_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; void *pTicket; int32_t cbMaxTicket; uint32_t *pcbTicket; @@ -130,7 +130,7 @@ extern void cppISteamUser_SteamUser023_GetAuthSessionTicket( struct cppISteamUse struct cppISteamUser_SteamUser023_GetAuthTicketForWebApi_params { void *linux_side; - HAuthTicket _ret; + uint32_t _ret; const char *pchIdentity; }; extern void cppISteamUser_SteamUser023_GetAuthTicketForWebApi( struct cppISteamUser_SteamUser023_GetAuthTicketForWebApi_params *params ); @@ -155,7 +155,7 @@ extern void cppISteamUser_SteamUser023_EndAuthSession( struct cppISteamUser_Stea struct cppISteamUser_SteamUser023_CancelAuthTicket_params { void *linux_side; - HAuthTicket hAuthTicket; + uint32_t hAuthTicket; }; extern void cppISteamUser_SteamUser023_CancelAuthTicket( struct cppISteamUser_SteamUser023_CancelAuthTicket_params *params ); @@ -164,7 +164,7 @@ struct cppISteamUser_SteamUser023_UserHasLicenseForApp_params void *linux_side; uint32_t _ret; CSteamID steamID; - AppId_t appID; + uint32_t appID; }; extern void cppISteamUser_SteamUser023_UserHasLicenseForApp( struct cppISteamUser_SteamUser023_UserHasLicenseForApp_params *params ); @@ -187,7 +187,7 @@ extern void cppISteamUser_SteamUser023_AdvertiseGame( struct cppISteamUser_Steam struct cppISteamUser_SteamUser023_RequestEncryptedAppTicket_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; void *pDataToInclude; int32_t cbDataToInclude; }; @@ -222,7 +222,7 @@ extern void cppISteamUser_SteamUser023_GetPlayerSteamLevel( struct cppISteamUser struct cppISteamUser_SteamUser023_RequestStoreAuthURL_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *pchRedirectURL; }; extern void cppISteamUser_SteamUser023_RequestStoreAuthURL( struct cppISteamUser_SteamUser023_RequestStoreAuthURL_params *params ); @@ -258,14 +258,14 @@ extern void cppISteamUser_SteamUser023_BIsPhoneRequiringVerification( struct cpp struct cppISteamUser_SteamUser023_GetMarketEligibility_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser023_GetMarketEligibility( struct cppISteamUser_SteamUser023_GetMarketEligibility_params *params ); struct cppISteamUser_SteamUser023_GetDurationControl_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; }; extern void cppISteamUser_SteamUser023_GetDurationControl( struct cppISteamUser_SteamUser023_GetDurationControl_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils002.h b/lsteamclient/cppISteamUtils_SteamUtils002.h index 541e9bbc..ea4ac8ba 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils002.h +++ b/lsteamclient/cppISteamUtils_SteamUtils002.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils002_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils002_IsAPICallCompleted( struct cppISteamUtils_SteamUtils002_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils002_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils002_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils002_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils002_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; diff --git a/lsteamclient/cppISteamUtils_SteamUtils004.h b/lsteamclient/cppISteamUtils_SteamUtils004.h index d7b88792..b31142e7 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils004.h +++ b/lsteamclient/cppISteamUtils_SteamUtils004.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils004_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils004_IsAPICallCompleted( struct cppISteamUtils_SteamUtils004_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils004_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils004_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils004_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils004_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; diff --git a/lsteamclient/cppISteamUtils_SteamUtils005.h b/lsteamclient/cppISteamUtils_SteamUtils005.h index 91cda6e6..f00d50bc 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils005.h +++ b/lsteamclient/cppISteamUtils_SteamUtils005.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils005_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils005_IsAPICallCompleted( struct cppISteamUtils_SteamUtils005_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils005_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils005_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils005_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils005_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils005_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils005_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils005_CheckFileSignature( struct cppISteamUtils_SteamUtils005_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils006.h b/lsteamclient/cppISteamUtils_SteamUtils006.h index 7048cf17..ed60f110 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils006.h +++ b/lsteamclient/cppISteamUtils_SteamUtils006.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils006_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils006_IsAPICallCompleted( struct cppISteamUtils_SteamUtils006_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils006_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils006_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils006_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils006_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils006_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils006_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils006_CheckFileSignature( struct cppISteamUtils_SteamUtils006_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils007.h b/lsteamclient/cppISteamUtils_SteamUtils007.h index cfe2596f..f1cb2961 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils007.h +++ b/lsteamclient/cppISteamUtils_SteamUtils007.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils007_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils007_IsAPICallCompleted( struct cppISteamUtils_SteamUtils007_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils007_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils007_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils007_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils007_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils007_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils007_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils007_CheckFileSignature( struct cppISteamUtils_SteamUtils007_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils008.h b/lsteamclient/cppISteamUtils_SteamUtils008.h index 3e0d6e91..1bc4e4fb 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils008.h +++ b/lsteamclient/cppISteamUtils_SteamUtils008.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils008_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils008_IsAPICallCompleted( struct cppISteamUtils_SteamUtils008_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils008_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils008_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils008_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils008_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils008_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils008_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils008_CheckFileSignature( struct cppISteamUtils_SteamUtils008_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils009.h b/lsteamclient/cppISteamUtils_SteamUtils009.h index ebd7f44b..c068cb45 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils009.h +++ b/lsteamclient/cppISteamUtils_SteamUtils009.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils009_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils009_IsAPICallCompleted( struct cppISteamUtils_SteamUtils009_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils009_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils009_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils009_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils009_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils009_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils009_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils009_CheckFileSignature( struct cppISteamUtils_SteamUtils009_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamUtils_SteamUtils010.h b/lsteamclient/cppISteamUtils_SteamUtils010.h index 7145a808..d50b2655 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils010.h +++ b/lsteamclient/cppISteamUtils_SteamUtils010.h @@ -87,7 +87,7 @@ struct cppISteamUtils_SteamUtils010_IsAPICallCompleted_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; bool *pbFailed; }; extern void cppISteamUtils_SteamUtils010_IsAPICallCompleted( struct cppISteamUtils_SteamUtils010_IsAPICallCompleted_params *params ); @@ -96,7 +96,7 @@ struct cppISteamUtils_SteamUtils010_GetAPICallFailureReason_params { void *linux_side; uint32_t _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; }; extern void cppISteamUtils_SteamUtils010_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils010_GetAPICallFailureReason_params *params ); @@ -104,7 +104,7 @@ struct cppISteamUtils_SteamUtils010_GetAPICallResult_params { void *linux_side; bool _ret; - SteamAPICall_t hSteamAPICall; + uint64_t hSteamAPICall; void *pCallback; int32_t cubCallback; int32_t iCallbackExpected; @@ -149,7 +149,7 @@ extern void cppISteamUtils_SteamUtils010_BOverlayNeedsPresent( struct cppISteamU struct cppISteamUtils_SteamUtils010_CheckFileSignature_params { void *linux_side; - SteamAPICall_t _ret; + uint64_t _ret; const char *szFileName; }; extern void cppISteamUtils_SteamUtils010_CheckFileSignature( struct cppISteamUtils_SteamUtils010_CheckFileSignature_params *params ); diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h index edb0e191..e73bcc8c 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h @@ -1,7 +1,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params { void *linux_side; - AppId_t unVideoAppID; + uint32_t unVideoAppID; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params *params ); diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h index 0e974372..fcf1d548 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h @@ -1,7 +1,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params { void *linux_side; - AppId_t unVideoAppID; + uint32_t unVideoAppID; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *params ); @@ -16,7 +16,7 @@ extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting( struct cppI struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params { void *linux_side; - AppId_t unVideoAppID; + uint32_t unVideoAppID; }; extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params *params ); @@ -24,7 +24,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params { void *linux_side; bool _ret; - AppId_t unVideoAppID; + uint32_t unVideoAppID; char *pchBuffer; int32_t *pnBufferSize; }; diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 26efd871..fabf5483 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -588,13 +588,11 @@ def declspec(decl, name): call = callconv(decl) if type(decl) is Cursor: decl = decl.type - canon = decl.get_canonical() - - if canon.kind == TypeKind.POINTER and canon.get_pointee().kind == TypeKind.FUNCTIONPROTO: - canon = canon.get_pointee() - return declspec_func(canon, f"*{call}{name}") + decl = decl.get_canonical() const = 'const ' if decl.is_const_qualified() else '' + if decl.kind == TypeKind.FUNCTIONPROTO: + return declspec_func(decl, name) if decl.kind in (TypeKind.POINTER, TypeKind.LVALUEREFERENCE): decl = decl.get_pointee() return declspec(decl, f"*{call}{const}{name}") diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index 29b38abd..c0144ee1 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -870,12 +870,12 @@ 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_t *c ); -static bool (*steamclient_GetAPICallResult)(HSteamPipe, SteamAPICall_t, void *, int, int, bool *); -static bool (*steamclient_FreeLastCallback)(HSteamPipe); +static bool (*steamclient_BGetCallback)( int32_t a, CallbackMsg_t *b, int32_t *c ); +static bool (*steamclient_GetAPICallResult)( int32_t, uint64_t, void *, int, int, bool * ); +static bool (*steamclient_FreeLastCallback)( int32_t ); static void (*steamclient_ReleaseThreadLocalMemory)(int); static bool (*steamclient_IsKnownInterface)( const char *pchVersion ); -static void (*steamclient_NotifyMissingInterface)( HSteamPipe hSteamPipe, const char *pchVersion ); +static void (*steamclient_NotifyMissingInterface)( int32_t hSteamPipe, const char *pchVersion ); static int load_steamclient(void) { @@ -979,7 +979,7 @@ void *CDECL CreateInterface(const char *name, int *return_code) #pragma pack( push, 8 ) struct winCallbackMsg_t { - HSteamUser m_hSteamUser; + int32_t m_hSteamUser; int m_iCallback; uint8_t *m_pubParam; int m_cubParam; @@ -988,7 +988,7 @@ struct winCallbackMsg_t static void *last_cb = NULL; -bool CDECL Steam_BGetCallback( HSteamPipe pipe, struct winCallbackMsg_t *win_msg, int32_t *ignored ) +bool CDECL Steam_BGetCallback( int32_t pipe, struct winCallbackMsg_t *win_msg, int32_t *ignored ) { bool ret; CallbackMsg_t lin_msg; @@ -1072,7 +1072,7 @@ void convert_callback_utow( int id, void *lin_callback, int lin_callback_len, vo } } -bool CDECL Steam_GetAPICallResult( HSteamPipe pipe, SteamAPICall_t call, void *w_callback, +bool CDECL Steam_GetAPICallResult( int32_t pipe, uint64_t call, void *w_callback, int w_callback_len, int id, bool *failed ) { int u_callback_len = w_callback_len; @@ -1094,7 +1094,7 @@ bool CDECL Steam_GetAPICallResult( HSteamPipe pipe, SteamAPICall_t call, void *w return ret; } -bool CDECL Steam_FreeLastCallback(HSteamPipe pipe) +bool CDECL Steam_FreeLastCallback( int32_t pipe ) { TRACE("%u\n", pipe); @@ -1154,7 +1154,7 @@ bool after_shutdown(bool ret) return ret; } -HSteamPipe after_steam_pipe_create(HSteamPipe pipe) +int32_t after_steam_pipe_create( int32_t pipe ) { DWORD callback_thread_id; @@ -1180,7 +1180,7 @@ bool CDECL Steam_IsKnownInterface( const char *pchVersion ) return steamclient_IsKnownInterface( pchVersion ); } -void CDECL Steam_NotifyMissingInterface( HSteamPipe hSteamPipe, const char *pchVersion ) +void CDECL Steam_NotifyMissingInterface( int32_t hSteamPipe, const char *pchVersion ) { TRACE("%u %s\n", hSteamPipe, pchVersion); load_steamclient(); diff --git a/lsteamclient/steamclient_private.h b/lsteamclient/steamclient_private.h index 48ad7eb1..5da4f92a 100644 --- a/lsteamclient/steamclient_private.h +++ b/lsteamclient/steamclient_private.h @@ -2,6 +2,7 @@ #include #include +#include #include #include "windef.h" @@ -128,7 +129,7 @@ struct callback_data void execute_callback(struct callback_data *cb_data); bool is_native_thread(void); bool after_shutdown(bool); -HSteamPipe after_steam_pipe_create(HSteamPipe pipe); +int32_t after_steam_pipe_create( int32_t pipe ); #ifdef __cplusplus } diff --git a/lsteamclient/steamclient_wrappers.c b/lsteamclient/steamclient_wrappers.c index 11d4d22b..a0a0eb5b 100644 --- a/lsteamclient/steamclient_wrappers.c +++ b/lsteamclient/steamclient_wrappers.c @@ -47,31 +47,33 @@ struct gccServerListResponse { struct winServerListResponse *win_side; }; -void gccServerListResponse_ServerResponded(struct gccServerListResponse *_this, HServerListRequest hRequest, int iServer) +void gccServerListResponse_ServerResponded( struct gccServerListResponse *_this, void *hRequest, int iServer ) { TRACE("%p/%p\n", _this, _this->win_side); - CALL_VTBL_FUNC(_this->win_side, 0, void, (winServerListResponse *, HServerListRequest, int), (_this->win_side, hRequest, iServer)); + CALL_VTBL_FUNC( _this->win_side, 0, void, (winServerListResponse *, void *, int), + (_this->win_side, hRequest, iServer) ); } -void gccServerListResponse_ServerFailedToRespond(struct gccServerListResponse *_this, HServerListRequest hRequest, int iServer) +void gccServerListResponse_ServerFailedToRespond( struct gccServerListResponse *_this, void *hRequest, int iServer ) { TRACE("%p/%p\n", _this, _this->win_side); - CALL_VTBL_FUNC(_this->win_side, 4, void, (winServerListResponse *, HServerListRequest, int), (_this->win_side, hRequest, iServer)); + CALL_VTBL_FUNC( _this->win_side, 4, void, (winServerListResponse *, void *, int), + (_this->win_side, hRequest, iServer) ); } -void gccServerListResponse_RefreshComplete( struct gccServerListResponse *_this, HServerListRequest hRequest, uint32_t response ) +void gccServerListResponse_RefreshComplete( struct gccServerListResponse *_this, void *hRequest, uint32_t response ) { TRACE("%p/%p\n", _this, _this->win_side); - CALL_VTBL_FUNC( _this->win_side, 8, void, (winServerListResponse *, HServerListRequest, uint32_t), + CALL_VTBL_FUNC( _this->win_side, 8, void, (winServerListResponse *, void *, uint32_t), (_this->win_side, hRequest, response) ); } struct gccServerListResponseVtbl { - void (*ServerResponded)(struct gccServerListResponse *, HServerListRequest, int); + void (*ServerResponded)( struct gccServerListResponse *, void *, int ); - void (*ServerFailedToRespond)(struct gccServerListResponse *, HServerListRequest, int); + void (*ServerFailedToRespond)( struct gccServerListResponse *, void *, int ); - void (*RefreshComplete)( struct gccServerListResponse *, HServerListRequest, uint32_t ); + void (*RefreshComplete)( struct gccServerListResponse *, void *, uint32_t ); } gccServerListResponse_vtbl = { gccServerListResponse_ServerResponded, gccServerListResponse_ServerFailedToRespond, diff --git a/lsteamclient/winISteamAppList.c b/lsteamclient/winISteamAppList.c index 82219cd2..c582f97d 100644 --- a/lsteamclient/winISteamAppList.c +++ b/lsteamclient/winISteamAppList.c @@ -32,7 +32,7 @@ uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumIns return params._ret; } -uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps(struct w_steam_iface *_this, AppId_t *pvecAppID, uint32_t unMaxAppIDs) +uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps(struct w_steam_iface *_this, uint32_t *pvecAppID, uint32_t unMaxAppIDs) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params params = { @@ -45,7 +45,7 @@ uint32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstal return params._ret; } -int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName(struct w_steam_iface *_this, AppId_t nAppID, char *pchName, int32_t cchNameMax) +int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName(struct w_steam_iface *_this, uint32_t nAppID, char *pchName, int32_t cchNameMax) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params params = { @@ -59,7 +59,7 @@ int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName return params._ret; } -int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir(struct w_steam_iface *_this, AppId_t nAppID, char *pchDirectory, int32_t cchNameMax) +int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir(struct w_steam_iface *_this, uint32_t nAppID, char *pchDirectory, int32_t cchNameMax) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_params params = { @@ -74,7 +74,7 @@ int32_t __thiscall winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInst return params._ret; } -int32_t __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, uint32_t nAppID) { struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params params = { diff --git a/lsteamclient/winISteamApps.c b/lsteamclient/winISteamApps.c index 93c7813b..4b52a530 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) -int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(struct w_steam_iface *_this, AppId_t nAppID, const char *pchKey, char *pchValue, int32_t cchValueMax) +int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(struct w_steam_iface *_this, uint32_t nAppID, const char *pchKey, char *pchValue, int32_t cchValueMax) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params params = { @@ -129,7 +129,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION002_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribedApp_params params = { @@ -245,7 +245,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp_params params = { @@ -257,7 +257,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled_params params = { @@ -380,7 +380,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp_params params = { @@ -392,7 +392,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled_params params = { @@ -404,7 +404,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsDlcInstalled(str return params._ret; } -uint32_t __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, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetEarliestPurchaseUnixTime_params params = { @@ -438,7 +438,7 @@ int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_GetDLCCount(stru return params._ret; } -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) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, uint32_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex_params params = { @@ -454,7 +454,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_BGetDLCDataByIndex( return params._ret; } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC_params params = { @@ -465,7 +465,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC(struct w cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_InstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION004_UninstallDLC_params params = { @@ -599,7 +599,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp_params params = { @@ -611,7 +611,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled_params params = { @@ -623,7 +623,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsDlcInstalled(str return params._ret; } -uint32_t __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, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetEarliestPurchaseUnixTime_params params = { @@ -657,7 +657,7 @@ int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetDLCCount(stru return params._ret; } -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) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, uint32_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex_params params = { @@ -673,7 +673,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BGetDLCDataByIndex( return params._ret; } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC_params params = { @@ -684,7 +684,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC(struct w cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_InstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC_params params = { @@ -695,7 +695,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC(struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_UninstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_RequestAppProofOfPurchaseKey_params params = { @@ -731,7 +731,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_MarkContentCorrupt( return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots(struct w_steam_iface *_this, DepotId_t *pvecDepots, uint32_t cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots(struct w_steam_iface *_this, uint32_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDepots_params params = { @@ -744,7 +744,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetInstalledDep return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir(struct w_steam_iface *_this, uint32_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDir_params params = { @@ -759,7 +759,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_GetAppInstallDi return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsAppInstalled_params params = { @@ -902,7 +902,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp_params params = { @@ -914,7 +914,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled_params params = { @@ -926,7 +926,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled(str return params._ret; } -uint32_t __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, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params params = { @@ -960,7 +960,7 @@ int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetDLCCount(stru return params._ret; } -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) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, uint32_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params params = { @@ -976,7 +976,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex( return params._ret; } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC_params params = { @@ -987,7 +987,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC(struct w cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC_params params = { @@ -998,7 +998,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC(struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey_params params = { @@ -1034,7 +1034,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_MarkContentCorrupt( return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots(struct w_steam_iface *_this, uint32_t appID, uint32_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params params = { @@ -1048,7 +1048,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDep return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir(struct w_steam_iface *_this, uint32_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params params = { @@ -1063,7 +1063,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDi return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled_params params = { @@ -1234,7 +1234,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp_params params = { @@ -1246,7 +1246,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled_params params = { @@ -1258,7 +1258,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled(str return params._ret; } -uint32_t __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, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime_params params = { @@ -1292,7 +1292,7 @@ int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount(stru return params._ret; } -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) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, uint32_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex_params params = { @@ -1308,7 +1308,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BGetDLCDataByIndex( return params._ret; } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC_params params = { @@ -1319,7 +1319,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC(struct w cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_InstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC_params params = { @@ -1330,7 +1330,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC(struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey_params params = { @@ -1366,7 +1366,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_MarkContentCorrupt( return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots(struct w_steam_iface *_this, uint32_t appID, uint32_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDepots_params params = { @@ -1380,7 +1380,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetInstalledDep return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir(struct w_steam_iface *_this, uint32_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDir_params params = { @@ -1395,7 +1395,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppInstallDi return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsAppInstalled_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress(struct w_steam_iface *_this, uint32_t nAppID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDlcDownloadProgress_params params = { @@ -1599,7 +1599,7 @@ const char * __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAvailabl return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp_params params = { @@ -1611,7 +1611,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp(st return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled_params params = { @@ -1623,7 +1623,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled(str return params._ret; } -uint32_t __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, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime_params params = { @@ -1657,7 +1657,7 @@ int32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount(stru return params._ret; } -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) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex(struct w_steam_iface *_this, int32_t iDLC, uint32_t *pAppID, bool *pbAvailable, char *pchName, int32_t cchNameBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex_params params = { @@ -1673,7 +1673,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex( return params._ret; } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC_params params = { @@ -1684,7 +1684,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC(struct w cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC_params params = { @@ -1695,7 +1695,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC(struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC( ¶ms ); } -void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey_params params = { @@ -1731,7 +1731,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_MarkContentCorrupt( return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots(struct w_steam_iface *_this, AppId_t appID, DepotId_t *pvecDepots, uint32_t cMaxDepots) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots(struct w_steam_iface *_this, uint32_t appID, uint32_t *pvecDepots, uint32_t cMaxDepots) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots_params params = { @@ -1745,7 +1745,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDep return params._ret; } -uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir(struct w_steam_iface *_this, AppId_t appID, char *pchFolder, uint32_t cchFolderBufferSize) +uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir(struct w_steam_iface *_this, uint32_t appID, char *pchFolder, uint32_t cchFolderBufferSize) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir_params params = { @@ -1760,7 +1760,7 @@ uint32_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDi return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled(struct w_steam_iface *_this, AppId_t appID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled(struct w_steam_iface *_this, uint32_t appID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress(struct w_steam_iface *_this, uint32_t nAppID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress_params params = { @@ -1831,7 +1831,7 @@ void __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAllProofOfPu cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAllProofOfPurchaseKeys( ¶ms ); } -SteamAPICall_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails(struct w_steam_iface *_this, const char *pszFileName) +uint64_t __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails(struct w_steam_iface *_this, const char *pszFileName) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails_params params = { @@ -1882,7 +1882,7 @@ bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial(struc return params._ret; } -bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext(struct w_steam_iface *_this, AppId_t nAppID) +bool __thiscall winISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext_params params = { diff --git a/lsteamclient/winISteamClient.c b/lsteamclient/winISteamClient.c index 6ad7afdc..69105625 100644 --- a/lsteamclient/winISteamClient.c +++ b/lsteamclient/winISteamClient.c @@ -37,7 +37,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient006_GetISteamMatchmakingServe DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient006_RunFrame, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient006_GetIPCCallCount, 4) -HSteamPipe __thiscall winISteamClient_SteamClient006_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient006_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient006_CreateSteamPipe_params params = { @@ -48,7 +48,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient006_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient006_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient006_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient006_BReleaseSteamPipe_params params = { @@ -60,7 +60,7 @@ bool __thiscall winISteamClient_SteamClient006_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient006_CreateGlobalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe) +int32_t __thiscall winISteamClient_SteamClient006_CreateGlobalUser(struct w_steam_iface *_this, int32_t *phSteamPipe) { struct cppISteamClient_SteamClient006_CreateGlobalUser_params params = { @@ -72,7 +72,7 @@ HSteamUser __thiscall winISteamClient_SteamClient006_CreateGlobalUser(struct w_s return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient006_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient006_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient006_ConnectToGlobalUser_params params = { @@ -84,7 +84,7 @@ HSteamUser __thiscall winISteamClient_SteamClient006_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient006_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe) +int32_t __thiscall winISteamClient_SteamClient006_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe) { struct cppISteamClient_SteamClient006_CreateLocalUser_params params = { @@ -96,7 +96,7 @@ HSteamUser __thiscall winISteamClient_SteamClient006_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient006_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient006_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient006_ReleaseUser_params params = { @@ -108,7 +108,7 @@ void __thiscall winISteamClient_SteamClient006_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient006_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient006_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient006_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamUser_params params = { @@ -123,7 +123,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient006_GetISteamUser(st return params._ret; } -void * __thiscall winISteamClient_SteamClient006_GetIVAC(struct w_steam_iface *_this, HSteamUser hSteamUser) +void * __thiscall winISteamClient_SteamClient006_GetIVAC(struct w_steam_iface *_this, int32_t hSteamUser) { struct cppISteamClient_SteamClient006_GetIVAC_params params = { @@ -135,7 +135,7 @@ void * __thiscall winISteamClient_SteamClient006_GetIVAC(struct w_steam_iface *_ return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient006_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient006_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamGameServer_params params = { @@ -174,7 +174,7 @@ const char * __thiscall winISteamClient_SteamClient006_GetUniverseName(struct w_ return params._ret; } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient006_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient006_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamFriends_params params = { @@ -189,7 +189,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient006_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient006_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient006_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamUtils_params params = { @@ -203,7 +203,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient006_GetISteamUtils( return params._ret; } -void * __thiscall winISteamClient_SteamClient006_GetISteamBilling(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient006_GetISteamBilling(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamBilling_params params = { @@ -217,7 +217,7 @@ void * __thiscall winISteamClient_SteamClient006_GetISteamBilling(struct w_steam return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient006_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient006_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamMatchmaking_params params = { @@ -232,7 +232,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient006_GetISteam return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient006_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient006_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamApps_params params = { @@ -247,7 +247,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient006_GetISteamApps(st return params._ret; } -void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient006_GetISteamContentServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient006_GetISteamContentServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamContentServer_params params = { @@ -262,7 +262,7 @@ void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient006_GetISte return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient006_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient006_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamMasterServerUpdater_params params = { @@ -277,7 +277,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient006_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient006_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient006_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient006_GetISteamMatchmakingServers_params params = { @@ -379,7 +379,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient007_GetISteamNetworking, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient007_SetWarningMessageHook, 8) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient007_GetISteamRemoteStorage, 16) -HSteamPipe __thiscall winISteamClient_SteamClient007_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient007_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient007_CreateSteamPipe_params params = { @@ -390,7 +390,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient007_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient007_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient007_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient007_BReleaseSteamPipe_params params = { @@ -402,7 +402,7 @@ bool __thiscall winISteamClient_SteamClient007_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient007_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient007_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient007_ConnectToGlobalUser_params params = { @@ -414,7 +414,7 @@ HSteamUser __thiscall winISteamClient_SteamClient007_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient007_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe) +int32_t __thiscall winISteamClient_SteamClient007_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe) { struct cppISteamClient_SteamClient007_CreateLocalUser_params params = { @@ -426,7 +426,7 @@ HSteamUser __thiscall winISteamClient_SteamClient007_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient007_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient007_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient007_ReleaseUser_params params = { @@ -438,7 +438,7 @@ void __thiscall winISteamClient_SteamClient007_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient007_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient007_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient007_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamUser_params params = { @@ -453,7 +453,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient007_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient007_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient007_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamGameServer_params params = { @@ -480,7 +480,7 @@ void __thiscall winISteamClient_SteamClient007_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient007_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient007_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient007_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamFriends_params params = { @@ -495,7 +495,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient007_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient007_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient007_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamUtils_params params = { @@ -509,7 +509,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient007_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient007_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient007_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamMatchmaking_params params = { @@ -524,7 +524,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient007_GetISteam return params._ret; } -void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient007_GetISteamContentServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient007_GetISteamContentServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamContentServer_params params = { @@ -539,7 +539,7 @@ void /*ISteamContentServer*/ * __thiscall winISteamClient_SteamClient007_GetISte return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient007_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient007_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamMasterServerUpdater_params params = { @@ -554,7 +554,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient007_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient007_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient007_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamMatchmakingServers_params params = { @@ -569,7 +569,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient007_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient007_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient007_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamGenericInterface_params params = { @@ -605,7 +605,7 @@ uint32_t __thiscall winISteamClient_SteamClient007_GetIPCCallCount(struct w_stea return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient007_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient007_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamUserStats_params params = { @@ -620,7 +620,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient007_GetISteamUs return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient007_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient007_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamApps_params params = { @@ -635,7 +635,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient007_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient007_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient007_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamNetworking_params params = { @@ -661,7 +661,7 @@ void __thiscall winISteamClient_SteamClient007_SetWarningMessageHook(struct w_st cppISteamClient_SteamClient007_SetWarningMessageHook( ¶ms ); } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient007_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient007_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient007_GetISteamRemoteStorage_params params = { @@ -742,7 +742,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient008_RunFrame, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient008_GetIPCCallCount, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient008_SetWarningMessageHook, 8) -HSteamPipe __thiscall winISteamClient_SteamClient008_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient008_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient008_CreateSteamPipe_params params = { @@ -753,7 +753,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient008_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient008_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient008_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient008_BReleaseSteamPipe_params params = { @@ -765,7 +765,7 @@ bool __thiscall winISteamClient_SteamClient008_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient008_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient008_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient008_ConnectToGlobalUser_params params = { @@ -777,7 +777,7 @@ HSteamUser __thiscall winISteamClient_SteamClient008_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient008_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient008_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient008_CreateLocalUser_params params = { @@ -790,7 +790,7 @@ HSteamUser __thiscall winISteamClient_SteamClient008_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient008_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient008_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient008_ReleaseUser_params params = { @@ -802,7 +802,7 @@ void __thiscall winISteamClient_SteamClient008_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient008_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient008_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient008_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamUser_params params = { @@ -817,7 +817,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient008_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient008_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient008_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamGameServer_params params = { @@ -844,7 +844,7 @@ void __thiscall winISteamClient_SteamClient008_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient008_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient008_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient008_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamFriends_params params = { @@ -859,7 +859,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient008_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient008_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient008_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamUtils_params params = { @@ -873,7 +873,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient008_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient008_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient008_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamMatchmaking_params params = { @@ -888,7 +888,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient008_GetISteam return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient008_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient008_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamMasterServerUpdater_params params = { @@ -903,7 +903,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient008_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient008_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient008_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamMatchmakingServers_params params = { @@ -918,7 +918,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient008_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient008_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient008_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamGenericInterface_params params = { @@ -933,7 +933,7 @@ void * __thiscall winISteamClient_SteamClient008_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient008_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient008_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamUserStats_params params = { @@ -948,7 +948,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient008_GetISteamUs return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient008_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient008_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamApps_params params = { @@ -963,7 +963,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient008_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient008_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient008_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamNetworking_params params = { @@ -978,7 +978,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient008_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient008_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient008_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient008_GetISteamRemoteStorage_params params = { @@ -1091,7 +1091,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient009_RunFrame, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient009_GetIPCCallCount, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient009_SetWarningMessageHook, 8) -HSteamPipe __thiscall winISteamClient_SteamClient009_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient009_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient009_CreateSteamPipe_params params = { @@ -1102,7 +1102,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient009_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient009_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient009_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient009_BReleaseSteamPipe_params params = { @@ -1114,7 +1114,7 @@ bool __thiscall winISteamClient_SteamClient009_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient009_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient009_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient009_ConnectToGlobalUser_params params = { @@ -1126,7 +1126,7 @@ HSteamUser __thiscall winISteamClient_SteamClient009_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient009_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient009_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient009_CreateLocalUser_params params = { @@ -1139,7 +1139,7 @@ HSteamUser __thiscall winISteamClient_SteamClient009_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient009_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient009_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient009_ReleaseUser_params params = { @@ -1151,7 +1151,7 @@ void __thiscall winISteamClient_SteamClient009_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient009_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient009_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient009_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamUser_params params = { @@ -1166,7 +1166,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient009_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient009_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient009_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamGameServer_params params = { @@ -1193,7 +1193,7 @@ void __thiscall winISteamClient_SteamClient009_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient009_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient009_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient009_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamFriends_params params = { @@ -1208,7 +1208,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient009_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient009_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient009_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamUtils_params params = { @@ -1222,7 +1222,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient009_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient009_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient009_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamMatchmaking_params params = { @@ -1237,7 +1237,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient009_GetISteam return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient009_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient009_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamMasterServerUpdater_params params = { @@ -1252,7 +1252,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient009_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient009_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient009_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamMatchmakingServers_params params = { @@ -1267,7 +1267,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient009_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient009_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient009_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamGenericInterface_params params = { @@ -1282,7 +1282,7 @@ void * __thiscall winISteamClient_SteamClient009_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient009_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient009_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamUserStats_params params = { @@ -1297,7 +1297,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient009_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient009_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient009_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamGameServerStats_params params = { @@ -1312,7 +1312,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient009_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient009_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient009_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamApps_params params = { @@ -1327,7 +1327,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient009_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient009_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient009_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamNetworking_params params = { @@ -1342,7 +1342,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient009_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient009_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient009_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient009_GetISteamRemoteStorage_params params = { @@ -1458,7 +1458,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient010_SetWarningMessageHook, 8) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient010_BShutdownIfAllPipesClosed, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient010_GetISteamHTTP, 16) -HSteamPipe __thiscall winISteamClient_SteamClient010_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient010_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient010_CreateSteamPipe_params params = { @@ -1469,7 +1469,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient010_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient010_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient010_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient010_BReleaseSteamPipe_params params = { @@ -1481,7 +1481,7 @@ bool __thiscall winISteamClient_SteamClient010_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient010_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient010_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient010_ConnectToGlobalUser_params params = { @@ -1493,7 +1493,7 @@ HSteamUser __thiscall winISteamClient_SteamClient010_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient010_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient010_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient010_CreateLocalUser_params params = { @@ -1506,7 +1506,7 @@ HSteamUser __thiscall winISteamClient_SteamClient010_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient010_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient010_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient010_ReleaseUser_params params = { @@ -1518,7 +1518,7 @@ void __thiscall winISteamClient_SteamClient010_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient010_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient010_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient010_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamUser_params params = { @@ -1533,7 +1533,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient010_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient010_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient010_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamGameServer_params params = { @@ -1560,7 +1560,7 @@ void __thiscall winISteamClient_SteamClient010_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient010_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient010_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient010_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamFriends_params params = { @@ -1575,7 +1575,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient010_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient010_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient010_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamUtils_params params = { @@ -1589,7 +1589,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient010_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient010_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient010_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamMatchmaking_params params = { @@ -1604,7 +1604,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient010_GetISteam return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient010_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient010_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamMasterServerUpdater_params params = { @@ -1619,7 +1619,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient010_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient010_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient010_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamMatchmakingServers_params params = { @@ -1634,7 +1634,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient010_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient010_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient010_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamGenericInterface_params params = { @@ -1649,7 +1649,7 @@ void * __thiscall winISteamClient_SteamClient010_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient010_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient010_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamUserStats_params params = { @@ -1664,7 +1664,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient010_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient010_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient010_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamGameServerStats_params params = { @@ -1679,7 +1679,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient010_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient010_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient010_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamApps_params params = { @@ -1694,7 +1694,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient010_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient010_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient010_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamNetworking_params params = { @@ -1709,7 +1709,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient010_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient010_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient010_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamRemoteStorage_params params = { @@ -1767,7 +1767,7 @@ bool __thiscall winISteamClient_SteamClient010_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient010_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient010_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient010_GetISteamHTTP_params params = { @@ -1854,7 +1854,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient011_SetWarningMessageHook, 8) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient011_BShutdownIfAllPipesClosed, 4) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient011_GetISteamHTTP, 16) -HSteamPipe __thiscall winISteamClient_SteamClient011_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient011_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient011_CreateSteamPipe_params params = { @@ -1865,7 +1865,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient011_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient011_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient011_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient011_BReleaseSteamPipe_params params = { @@ -1877,7 +1877,7 @@ bool __thiscall winISteamClient_SteamClient011_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient011_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient011_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient011_ConnectToGlobalUser_params params = { @@ -1889,7 +1889,7 @@ HSteamUser __thiscall winISteamClient_SteamClient011_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient011_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient011_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient011_CreateLocalUser_params params = { @@ -1902,7 +1902,7 @@ HSteamUser __thiscall winISteamClient_SteamClient011_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient011_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient011_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient011_ReleaseUser_params params = { @@ -1914,7 +1914,7 @@ void __thiscall winISteamClient_SteamClient011_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient011_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient011_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient011_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamUser_params params = { @@ -1929,7 +1929,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient011_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient011_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient011_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamGameServer_params params = { @@ -1956,7 +1956,7 @@ void __thiscall winISteamClient_SteamClient011_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient011_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient011_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient011_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamFriends_params params = { @@ -1971,7 +1971,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient011_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient011_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient011_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamUtils_params params = { @@ -1985,7 +1985,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient011_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient011_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient011_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamMatchmaking_params params = { @@ -2000,7 +2000,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient011_GetISteam return params._ret; } -void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient011_GetISteamMasterServerUpdater(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient011_GetISteamMasterServerUpdater(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamMasterServerUpdater_params params = { @@ -2015,7 +2015,7 @@ void /*ISteamMasterServerUpdater*/ * __thiscall winISteamClient_SteamClient011_G return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient011_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient011_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamMatchmakingServers_params params = { @@ -2030,7 +2030,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient011_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient011_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient011_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamGenericInterface_params params = { @@ -2045,7 +2045,7 @@ void * __thiscall winISteamClient_SteamClient011_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient011_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient011_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamUserStats_params params = { @@ -2060,7 +2060,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient011_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient011_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient011_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamGameServerStats_params params = { @@ -2075,7 +2075,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient011_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient011_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient011_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamApps_params params = { @@ -2090,7 +2090,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient011_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient011_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient011_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamNetworking_params params = { @@ -2105,7 +2105,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient011_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient011_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient011_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamRemoteStorage_params params = { @@ -2120,7 +2120,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient011_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient011_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient011_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamScreenshots_params params = { @@ -2178,7 +2178,7 @@ bool __thiscall winISteamClient_SteamClient011_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient011_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient011_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient011_GetISteamHTTP_params params = { @@ -2268,7 +2268,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient012_GetISteamUnifiedMessages, DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient012_GetISteamController, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient012_GetISteamUGC, 16) -HSteamPipe __thiscall winISteamClient_SteamClient012_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient012_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient012_CreateSteamPipe_params params = { @@ -2279,7 +2279,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient012_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient012_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient012_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient012_BReleaseSteamPipe_params params = { @@ -2291,7 +2291,7 @@ bool __thiscall winISteamClient_SteamClient012_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient012_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient012_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient012_ConnectToGlobalUser_params params = { @@ -2303,7 +2303,7 @@ HSteamUser __thiscall winISteamClient_SteamClient012_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient012_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient012_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient012_CreateLocalUser_params params = { @@ -2316,7 +2316,7 @@ HSteamUser __thiscall winISteamClient_SteamClient012_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient012_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient012_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient012_ReleaseUser_params params = { @@ -2328,7 +2328,7 @@ void __thiscall winISteamClient_SteamClient012_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient012_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient012_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient012_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamUser_params params = { @@ -2343,7 +2343,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient012_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient012_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient012_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamGameServer_params params = { @@ -2370,7 +2370,7 @@ void __thiscall winISteamClient_SteamClient012_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient012_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient012_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient012_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamFriends_params params = { @@ -2385,7 +2385,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient012_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient012_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient012_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamUtils_params params = { @@ -2399,7 +2399,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient012_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient012_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient012_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamMatchmaking_params params = { @@ -2414,7 +2414,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient012_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient012_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient012_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamMatchmakingServers_params params = { @@ -2429,7 +2429,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient012_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient012_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient012_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamGenericInterface_params params = { @@ -2444,7 +2444,7 @@ void * __thiscall winISteamClient_SteamClient012_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient012_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient012_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamUserStats_params params = { @@ -2459,7 +2459,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient012_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient012_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient012_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamGameServerStats_params params = { @@ -2474,7 +2474,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient012_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient012_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient012_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamApps_params params = { @@ -2489,7 +2489,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient012_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient012_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient012_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamNetworking_params params = { @@ -2504,7 +2504,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient012_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient012_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient012_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamRemoteStorage_params params = { @@ -2519,7 +2519,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient012_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient012_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient012_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamScreenshots_params params = { @@ -2577,7 +2577,7 @@ bool __thiscall winISteamClient_SteamClient012_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient012_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient012_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamHTTP_params params = { @@ -2592,7 +2592,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient012_GetISteamHTTP(st return params._ret; } -void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient012_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient012_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamUnifiedMessages_params params = { @@ -2607,7 +2607,7 @@ void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient012_GetIS return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient012_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient012_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamController_params params = { @@ -2622,7 +2622,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient012_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient012_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient012_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient012_GetISteamUGC_params params = { @@ -2717,7 +2717,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient013_GetISteamInventory, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient013_GetISteamVideo, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient013_GetISteamAppList, 16) -HSteamPipe __thiscall winISteamClient_SteamClient013_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient013_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient013_CreateSteamPipe_params params = { @@ -2728,7 +2728,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient013_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient013_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient013_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient013_BReleaseSteamPipe_params params = { @@ -2740,7 +2740,7 @@ bool __thiscall winISteamClient_SteamClient013_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient013_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient013_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient013_ConnectToGlobalUser_params params = { @@ -2752,7 +2752,7 @@ HSteamUser __thiscall winISteamClient_SteamClient013_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient013_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient013_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient013_CreateLocalUser_params params = { @@ -2765,7 +2765,7 @@ HSteamUser __thiscall winISteamClient_SteamClient013_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient013_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient013_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient013_ReleaseUser_params params = { @@ -2777,7 +2777,7 @@ void __thiscall winISteamClient_SteamClient013_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient013_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient013_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient013_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamUser_params params = { @@ -2792,7 +2792,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient013_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient013_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient013_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamGameServer_params params = { @@ -2819,7 +2819,7 @@ void __thiscall winISteamClient_SteamClient013_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient013_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient013_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient013_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamFriends_params params = { @@ -2834,7 +2834,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient013_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient013_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient013_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamUtils_params params = { @@ -2848,7 +2848,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient013_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient013_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient013_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamMatchmaking_params params = { @@ -2863,7 +2863,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient013_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient013_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient013_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamMatchmakingServers_params params = { @@ -2878,7 +2878,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient013_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient013_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient013_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamGenericInterface_params params = { @@ -2893,7 +2893,7 @@ void * __thiscall winISteamClient_SteamClient013_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient013_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient013_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamUserStats_params params = { @@ -2908,7 +2908,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient013_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient013_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient013_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamGameServerStats_params params = { @@ -2923,7 +2923,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient013_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient013_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient013_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamApps_params params = { @@ -2938,7 +2938,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient013_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient013_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient013_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamNetworking_params params = { @@ -2953,7 +2953,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient013_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient013_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient013_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamRemoteStorage_params params = { @@ -2968,7 +2968,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient013_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient013_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient013_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamScreenshots_params params = { @@ -3026,7 +3026,7 @@ bool __thiscall winISteamClient_SteamClient013_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient013_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient013_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamHTTP_params params = { @@ -3041,7 +3041,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient013_GetISteamHTTP(st return params._ret; } -void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient013_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient013_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamUnifiedMessages_params params = { @@ -3056,7 +3056,7 @@ void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient013_GetIS return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient013_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient013_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamController_params params = { @@ -3071,7 +3071,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient013_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient013_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient013_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamUGC_params params = { @@ -3086,7 +3086,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient013_GetISteamUGC(stru return params._ret; } -void * __thiscall winISteamClient_SteamClient013_GetISteamInventory(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient013_GetISteamInventory(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamInventory_params params = { @@ -3100,7 +3100,7 @@ void * __thiscall winISteamClient_SteamClient013_GetISteamInventory(struct w_ste return params._ret; } -void * __thiscall winISteamClient_SteamClient013_GetISteamVideo(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient013_GetISteamVideo(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamVideo_params params = { @@ -3114,7 +3114,7 @@ void * __thiscall winISteamClient_SteamClient013_GetISteamVideo(struct w_steam_i return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient013_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient013_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient013_GetISteamAppList_params params = { @@ -3211,7 +3211,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient014_GetISteamUGC, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient014_GetISteamAppList, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient014_GetISteamMusic, 16) -HSteamPipe __thiscall winISteamClient_SteamClient014_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient014_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient014_CreateSteamPipe_params params = { @@ -3222,7 +3222,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient014_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient014_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient014_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient014_BReleaseSteamPipe_params params = { @@ -3234,7 +3234,7 @@ bool __thiscall winISteamClient_SteamClient014_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient014_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient014_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient014_ConnectToGlobalUser_params params = { @@ -3246,7 +3246,7 @@ HSteamUser __thiscall winISteamClient_SteamClient014_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient014_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient014_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient014_CreateLocalUser_params params = { @@ -3259,7 +3259,7 @@ HSteamUser __thiscall winISteamClient_SteamClient014_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient014_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient014_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient014_ReleaseUser_params params = { @@ -3271,7 +3271,7 @@ void __thiscall winISteamClient_SteamClient014_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient014_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient014_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient014_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamUser_params params = { @@ -3286,7 +3286,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient014_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient014_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient014_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamGameServer_params params = { @@ -3313,7 +3313,7 @@ void __thiscall winISteamClient_SteamClient014_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient014_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient014_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient014_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamFriends_params params = { @@ -3328,7 +3328,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient014_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient014_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient014_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamUtils_params params = { @@ -3342,7 +3342,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient014_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient014_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient014_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamMatchmaking_params params = { @@ -3357,7 +3357,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient014_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient014_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient014_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamMatchmakingServers_params params = { @@ -3372,7 +3372,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient014_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient014_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient014_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamGenericInterface_params params = { @@ -3387,7 +3387,7 @@ void * __thiscall winISteamClient_SteamClient014_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient014_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient014_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamUserStats_params params = { @@ -3402,7 +3402,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient014_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient014_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient014_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamGameServerStats_params params = { @@ -3417,7 +3417,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient014_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient014_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient014_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamApps_params params = { @@ -3432,7 +3432,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient014_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient014_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient014_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamNetworking_params params = { @@ -3447,7 +3447,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient014_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient014_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient014_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamRemoteStorage_params params = { @@ -3462,7 +3462,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient014_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient014_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient014_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamScreenshots_params params = { @@ -3520,7 +3520,7 @@ bool __thiscall winISteamClient_SteamClient014_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient014_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient014_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamHTTP_params params = { @@ -3535,7 +3535,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient014_GetISteamHTTP(st return params._ret; } -void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient014_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient014_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamUnifiedMessages_params params = { @@ -3550,7 +3550,7 @@ void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient014_GetIS return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient014_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient014_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamController_params params = { @@ -3565,7 +3565,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient014_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient014_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient014_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamUGC_params params = { @@ -3580,7 +3580,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient014_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient014_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient014_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamAppList_params params = { @@ -3595,7 +3595,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient014_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient014_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient014_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient014_GetISteamMusic_params params = { @@ -3692,7 +3692,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient015_GetISteamAppList, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient015_GetISteamMusic, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient015_GetISteamMusicRemote, 16) -HSteamPipe __thiscall winISteamClient_SteamClient015_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient015_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient015_CreateSteamPipe_params params = { @@ -3703,7 +3703,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient015_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient015_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient015_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient015_BReleaseSteamPipe_params params = { @@ -3715,7 +3715,7 @@ bool __thiscall winISteamClient_SteamClient015_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient015_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient015_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient015_ConnectToGlobalUser_params params = { @@ -3727,7 +3727,7 @@ HSteamUser __thiscall winISteamClient_SteamClient015_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient015_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient015_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient015_CreateLocalUser_params params = { @@ -3740,7 +3740,7 @@ HSteamUser __thiscall winISteamClient_SteamClient015_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient015_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient015_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient015_ReleaseUser_params params = { @@ -3752,7 +3752,7 @@ void __thiscall winISteamClient_SteamClient015_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient015_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient015_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient015_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamUser_params params = { @@ -3767,7 +3767,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient015_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient015_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient015_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamGameServer_params params = { @@ -3794,7 +3794,7 @@ void __thiscall winISteamClient_SteamClient015_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient015_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient015_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient015_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamFriends_params params = { @@ -3809,7 +3809,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient015_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient015_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient015_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamUtils_params params = { @@ -3823,7 +3823,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient015_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient015_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient015_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamMatchmaking_params params = { @@ -3838,7 +3838,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient015_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient015_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient015_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamMatchmakingServers_params params = { @@ -3853,7 +3853,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient015_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient015_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient015_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamGenericInterface_params params = { @@ -3868,7 +3868,7 @@ void * __thiscall winISteamClient_SteamClient015_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient015_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient015_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamUserStats_params params = { @@ -3883,7 +3883,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient015_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient015_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient015_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamGameServerStats_params params = { @@ -3898,7 +3898,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient015_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient015_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient015_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamApps_params params = { @@ -3913,7 +3913,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient015_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient015_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient015_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamNetworking_params params = { @@ -3928,7 +3928,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient015_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient015_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient015_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamRemoteStorage_params params = { @@ -3943,7 +3943,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient015_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient015_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient015_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamScreenshots_params params = { @@ -4001,7 +4001,7 @@ bool __thiscall winISteamClient_SteamClient015_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient015_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient015_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamHTTP_params params = { @@ -4016,7 +4016,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient015_GetISteamHTTP(st return params._ret; } -void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient015_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient015_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamUnifiedMessages_params params = { @@ -4031,7 +4031,7 @@ void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient015_GetIS return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient015_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient015_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamController_params params = { @@ -4046,7 +4046,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient015_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient015_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient015_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamUGC_params params = { @@ -4061,7 +4061,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient015_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient015_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient015_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamAppList_params params = { @@ -4076,7 +4076,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient015_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient015_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient015_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamMusic_params params = { @@ -4091,7 +4091,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient015_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient015_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient015_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient015_GetISteamMusicRemote_params params = { @@ -4193,7 +4193,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient016_Set_SteamAPI_CPostAPIResu DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient016_Remove_SteamAPI_CPostAPIResultInProcess, 8) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient016_Set_SteamAPI_CCheckCallbackRegisteredInProcess, 8) -HSteamPipe __thiscall winISteamClient_SteamClient016_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient016_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient016_CreateSteamPipe_params params = { @@ -4204,7 +4204,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient016_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient016_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient016_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient016_BReleaseSteamPipe_params params = { @@ -4216,7 +4216,7 @@ bool __thiscall winISteamClient_SteamClient016_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient016_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient016_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient016_ConnectToGlobalUser_params params = { @@ -4228,7 +4228,7 @@ HSteamUser __thiscall winISteamClient_SteamClient016_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient016_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient016_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient016_CreateLocalUser_params params = { @@ -4241,7 +4241,7 @@ HSteamUser __thiscall winISteamClient_SteamClient016_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient016_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient016_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient016_ReleaseUser_params params = { @@ -4253,7 +4253,7 @@ void __thiscall winISteamClient_SteamClient016_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient016_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient016_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient016_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamUser_params params = { @@ -4268,7 +4268,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient016_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient016_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient016_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamGameServer_params params = { @@ -4295,7 +4295,7 @@ void __thiscall winISteamClient_SteamClient016_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient016_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient016_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient016_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamFriends_params params = { @@ -4310,7 +4310,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient016_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient016_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient016_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamUtils_params params = { @@ -4324,7 +4324,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient016_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient016_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient016_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamMatchmaking_params params = { @@ -4339,7 +4339,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient016_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient016_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient016_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamMatchmakingServers_params params = { @@ -4354,7 +4354,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient016_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient016_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient016_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamGenericInterface_params params = { @@ -4369,7 +4369,7 @@ void * __thiscall winISteamClient_SteamClient016_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient016_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient016_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamUserStats_params params = { @@ -4384,7 +4384,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient016_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient016_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient016_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamGameServerStats_params params = { @@ -4399,7 +4399,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient016_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient016_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient016_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamApps_params params = { @@ -4414,7 +4414,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient016_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient016_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient016_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamNetworking_params params = { @@ -4429,7 +4429,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient016_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient016_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient016_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamRemoteStorage_params params = { @@ -4444,7 +4444,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient016_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient016_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient016_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamScreenshots_params params = { @@ -4502,7 +4502,7 @@ bool __thiscall winISteamClient_SteamClient016_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient016_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient016_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamHTTP_params params = { @@ -4517,7 +4517,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient016_GetISteamHTTP(st return params._ret; } -void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient016_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient016_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamUnifiedMessages_params params = { @@ -4532,7 +4532,7 @@ void /*ISteamUnifiedMessages*/ * __thiscall winISteamClient_SteamClient016_GetIS return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient016_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient016_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamController_params params = { @@ -4547,7 +4547,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient016_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient016_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient016_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamUGC_params params = { @@ -4562,7 +4562,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient016_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient016_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient016_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamAppList_params params = { @@ -4577,7 +4577,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient016_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient016_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient016_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamMusic_params params = { @@ -4592,7 +4592,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient016_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient016_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient016_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamMusicRemote_params params = { @@ -4607,7 +4607,7 @@ void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient016_GetISteam return params._ret; } -void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient016_GetISteamHTMLSurface(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient016_GetISteamHTMLSurface(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient016_GetISteamHTMLSurface_params params = { @@ -4749,7 +4749,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient017_GetISteamInventory, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient017_GetISteamVideo, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient017_GetISteamParentalSettings, 16) -HSteamPipe __thiscall winISteamClient_SteamClient017_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient017_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient017_CreateSteamPipe_params params = { @@ -4760,7 +4760,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient017_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient017_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient017_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient017_BReleaseSteamPipe_params params = { @@ -4772,7 +4772,7 @@ bool __thiscall winISteamClient_SteamClient017_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient017_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient017_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient017_ConnectToGlobalUser_params params = { @@ -4784,7 +4784,7 @@ HSteamUser __thiscall winISteamClient_SteamClient017_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient017_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient017_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient017_CreateLocalUser_params params = { @@ -4797,7 +4797,7 @@ HSteamUser __thiscall winISteamClient_SteamClient017_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient017_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient017_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient017_ReleaseUser_params params = { @@ -4809,7 +4809,7 @@ void __thiscall winISteamClient_SteamClient017_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient017_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient017_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient017_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamUser_params params = { @@ -4824,7 +4824,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient017_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient017_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient017_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamGameServer_params params = { @@ -4851,7 +4851,7 @@ void __thiscall winISteamClient_SteamClient017_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient017_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient017_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient017_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamFriends_params params = { @@ -4866,7 +4866,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient017_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient017_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient017_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamUtils_params params = { @@ -4880,7 +4880,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient017_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient017_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient017_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamMatchmaking_params params = { @@ -4895,7 +4895,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient017_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient017_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient017_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamMatchmakingServers_params params = { @@ -4910,7 +4910,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient017_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient017_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient017_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamGenericInterface_params params = { @@ -4925,7 +4925,7 @@ void * __thiscall winISteamClient_SteamClient017_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient017_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient017_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamUserStats_params params = { @@ -4940,7 +4940,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient017_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient017_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient017_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamGameServerStats_params params = { @@ -4955,7 +4955,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient017_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient017_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient017_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamApps_params params = { @@ -4970,7 +4970,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient017_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient017_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient017_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamNetworking_params params = { @@ -4985,7 +4985,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient017_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient017_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient017_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamRemoteStorage_params params = { @@ -5000,7 +5000,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient017_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient017_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient017_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamScreenshots_params params = { @@ -5058,7 +5058,7 @@ bool __thiscall winISteamClient_SteamClient017_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient017_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient017_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamHTTP_params params = { @@ -5073,7 +5073,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient017_GetISteamHTTP(st return params._ret; } -void * __thiscall winISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMessages_params params = { @@ -5087,7 +5087,7 @@ void * __thiscall winISteamClient_SteamClient017_DEPRECATED_GetISteamUnifiedMess return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient017_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient017_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamController_params params = { @@ -5102,7 +5102,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient017_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient017_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient017_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamUGC_params params = { @@ -5117,7 +5117,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient017_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient017_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient017_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamAppList_params params = { @@ -5132,7 +5132,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient017_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient017_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient017_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamMusic_params params = { @@ -5147,7 +5147,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient017_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient017_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient017_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamMusicRemote_params params = { @@ -5162,7 +5162,7 @@ void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient017_GetISteam return params._ret; } -void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient017_GetISteamHTMLSurface(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient017_GetISteamHTMLSurface(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamHTMLSurface_params params = { @@ -5210,7 +5210,7 @@ void __thiscall winISteamClient_SteamClient017_Set_SteamAPI_CCheckCallbackRegist cppISteamClient_SteamClient017_Set_SteamAPI_CCheckCallbackRegisteredInProcess( ¶ms ); } -void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient017_GetISteamInventory(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient017_GetISteamInventory(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamInventory_params params = { @@ -5225,7 +5225,7 @@ void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient017_GetISteamIn return params._ret; } -void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient017_GetISteamVideo(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient017_GetISteamVideo(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamVideo_params params = { @@ -5240,7 +5240,7 @@ void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient017_GetISteamVideo( return params._ret; } -void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient017_GetISteamParentalSettings(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient017_GetISteamParentalSettings(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient017_GetISteamParentalSettings_params params = { @@ -5355,7 +5355,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient018_GetISteamParentalSettings DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient018_GetISteamInput, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient018_GetISteamParties, 16) -HSteamPipe __thiscall winISteamClient_SteamClient018_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient018_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient018_CreateSteamPipe_params params = { @@ -5366,7 +5366,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient018_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient018_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient018_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient018_BReleaseSteamPipe_params params = { @@ -5378,7 +5378,7 @@ bool __thiscall winISteamClient_SteamClient018_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient018_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient018_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient018_ConnectToGlobalUser_params params = { @@ -5390,7 +5390,7 @@ HSteamUser __thiscall winISteamClient_SteamClient018_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient018_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient018_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient018_CreateLocalUser_params params = { @@ -5403,7 +5403,7 @@ HSteamUser __thiscall winISteamClient_SteamClient018_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient018_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient018_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient018_ReleaseUser_params params = { @@ -5415,7 +5415,7 @@ void __thiscall winISteamClient_SteamClient018_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient018_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient018_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient018_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamUser_params params = { @@ -5430,7 +5430,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient018_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamGameServer_params params = { @@ -5457,7 +5457,7 @@ void __thiscall winISteamClient_SteamClient018_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient018_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient018_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient018_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamFriends_params params = { @@ -5472,7 +5472,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient018_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient018_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient018_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamUtils_params params = { @@ -5486,7 +5486,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient018_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient018_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient018_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamMatchmaking_params params = { @@ -5501,7 +5501,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient018_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient018_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient018_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamMatchmakingServers_params params = { @@ -5516,7 +5516,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient018_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient018_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient018_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamGenericInterface_params params = { @@ -5531,7 +5531,7 @@ void * __thiscall winISteamClient_SteamClient018_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient018_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient018_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamUserStats_params params = { @@ -5546,7 +5546,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient018_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamGameServerStats_params params = { @@ -5561,7 +5561,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient018_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient018_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient018_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamApps_params params = { @@ -5576,7 +5576,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient018_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient018_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient018_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamNetworking_params params = { @@ -5591,7 +5591,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient018_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient018_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient018_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamRemoteStorage_params params = { @@ -5606,7 +5606,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient018_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient018_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient018_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamScreenshots_params params = { @@ -5621,7 +5621,7 @@ void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient018_GetISteam return params._ret; } -void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameSearch(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient018_GetISteamGameSearch(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamGameSearch_params params = { @@ -5679,7 +5679,7 @@ bool __thiscall winISteamClient_SteamClient018_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient018_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient018_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamHTTP_params params = { @@ -5694,7 +5694,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient018_GetISteamHTTP(st return params._ret; } -void * __thiscall winISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMessages_params params = { @@ -5708,7 +5708,7 @@ void * __thiscall winISteamClient_SteamClient018_DEPRECATED_GetISteamUnifiedMess return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient018_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient018_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamController_params params = { @@ -5723,7 +5723,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient018_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient018_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient018_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamUGC_params params = { @@ -5738,7 +5738,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient018_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient018_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient018_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamAppList_params params = { @@ -5753,7 +5753,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient018_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient018_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient018_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamMusic_params params = { @@ -5768,7 +5768,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient018_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient018_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient018_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamMusicRemote_params params = { @@ -5783,7 +5783,7 @@ void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient018_GetISteam return params._ret; } -void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient018_GetISteamHTMLSurface(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient018_GetISteamHTMLSurface(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamHTMLSurface_params params = { @@ -5831,7 +5831,7 @@ void __thiscall winISteamClient_SteamClient018_Set_SteamAPI_CCheckCallbackRegist cppISteamClient_SteamClient018_Set_SteamAPI_CCheckCallbackRegisteredInProcess( ¶ms ); } -void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient018_GetISteamInventory(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient018_GetISteamInventory(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamInventory_params params = { @@ -5846,7 +5846,7 @@ void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient018_GetISteamIn return params._ret; } -void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient018_GetISteamVideo(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient018_GetISteamVideo(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamVideo_params params = { @@ -5861,7 +5861,7 @@ void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient018_GetISteamVideo( return params._ret; } -void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient018_GetISteamParentalSettings(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient018_GetISteamParentalSettings(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamParentalSettings_params params = { @@ -5876,7 +5876,7 @@ void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient018_GetI return params._ret; } -void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient018_GetISteamInput(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient018_GetISteamInput(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamInput_params params = { @@ -5891,7 +5891,7 @@ void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient018_GetISteamInput( return params._ret; } -void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient018_GetISteamParties(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient018_GetISteamParties(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient018_GetISteamParties_params params = { @@ -6010,7 +6010,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient019_GetISteamInput, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient019_GetISteamParties, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient019_GetISteamRemotePlay, 16) -HSteamPipe __thiscall winISteamClient_SteamClient019_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient019_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient019_CreateSteamPipe_params params = { @@ -6021,7 +6021,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient019_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient019_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient019_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient019_BReleaseSteamPipe_params params = { @@ -6033,7 +6033,7 @@ bool __thiscall winISteamClient_SteamClient019_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient019_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient019_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient019_ConnectToGlobalUser_params params = { @@ -6045,7 +6045,7 @@ HSteamUser __thiscall winISteamClient_SteamClient019_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient019_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient019_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient019_CreateLocalUser_params params = { @@ -6058,7 +6058,7 @@ HSteamUser __thiscall winISteamClient_SteamClient019_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient019_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient019_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient019_ReleaseUser_params params = { @@ -6070,7 +6070,7 @@ void __thiscall winISteamClient_SteamClient019_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient019_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient019_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient019_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamUser_params params = { @@ -6085,7 +6085,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient019_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamGameServer_params params = { @@ -6112,7 +6112,7 @@ void __thiscall winISteamClient_SteamClient019_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient019_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient019_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient019_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamFriends_params params = { @@ -6127,7 +6127,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient019_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient019_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient019_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamUtils_params params = { @@ -6141,7 +6141,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient019_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient019_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient019_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamMatchmaking_params params = { @@ -6156,7 +6156,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient019_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient019_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient019_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamMatchmakingServers_params params = { @@ -6171,7 +6171,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient019_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient019_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient019_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamGenericInterface_params params = { @@ -6186,7 +6186,7 @@ void * __thiscall winISteamClient_SteamClient019_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient019_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient019_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamUserStats_params params = { @@ -6201,7 +6201,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient019_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamGameServerStats_params params = { @@ -6216,7 +6216,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient019_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient019_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient019_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamApps_params params = { @@ -6231,7 +6231,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient019_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient019_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient019_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamNetworking_params params = { @@ -6246,7 +6246,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient019_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient019_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient019_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamRemoteStorage_params params = { @@ -6261,7 +6261,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient019_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient019_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient019_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamScreenshots_params params = { @@ -6276,7 +6276,7 @@ void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient019_GetISteam return params._ret; } -void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameSearch(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient019_GetISteamGameSearch(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamGameSearch_params params = { @@ -6334,7 +6334,7 @@ bool __thiscall winISteamClient_SteamClient019_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient019_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient019_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamHTTP_params params = { @@ -6349,7 +6349,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient019_GetISteamHTTP(st return params._ret; } -void * __thiscall winISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMessages_params params = { @@ -6363,7 +6363,7 @@ void * __thiscall winISteamClient_SteamClient019_DEPRECATED_GetISteamUnifiedMess return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient019_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient019_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamController_params params = { @@ -6378,7 +6378,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient019_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient019_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient019_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamUGC_params params = { @@ -6393,7 +6393,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient019_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient019_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient019_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamAppList_params params = { @@ -6408,7 +6408,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient019_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient019_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient019_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamMusic_params params = { @@ -6423,7 +6423,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient019_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient019_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient019_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamMusicRemote_params params = { @@ -6438,7 +6438,7 @@ void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient019_GetISteam return params._ret; } -void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient019_GetISteamHTMLSurface(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient019_GetISteamHTMLSurface(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamHTMLSurface_params params = { @@ -6486,7 +6486,7 @@ void __thiscall winISteamClient_SteamClient019_Set_SteamAPI_CCheckCallbackRegist cppISteamClient_SteamClient019_Set_SteamAPI_CCheckCallbackRegisteredInProcess( ¶ms ); } -void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient019_GetISteamInventory(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient019_GetISteamInventory(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamInventory_params params = { @@ -6501,7 +6501,7 @@ void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient019_GetISteamIn return params._ret; } -void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient019_GetISteamVideo(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient019_GetISteamVideo(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamVideo_params params = { @@ -6516,7 +6516,7 @@ void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient019_GetISteamVideo( return params._ret; } -void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient019_GetISteamParentalSettings(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient019_GetISteamParentalSettings(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamParentalSettings_params params = { @@ -6531,7 +6531,7 @@ void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient019_GetI return params._ret; } -void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient019_GetISteamInput(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient019_GetISteamInput(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamInput_params params = { @@ -6546,7 +6546,7 @@ void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient019_GetISteamInput( return params._ret; } -void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient019_GetISteamParties(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient019_GetISteamParties(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamParties_params params = { @@ -6561,7 +6561,7 @@ void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient019_GetISteamPart return params._ret; } -void /*ISteamRemotePlay*/ * __thiscall winISteamClient_SteamClient019_GetISteamRemotePlay(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemotePlay*/ * __thiscall winISteamClient_SteamClient019_GetISteamRemotePlay(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient019_GetISteamRemotePlay_params params = { @@ -6682,7 +6682,7 @@ DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient020_GetISteamParties, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient020_GetISteamRemotePlay, 16) DEFINE_THISCALL_WRAPPER(winISteamClient_SteamClient020_DestroyAllInterfaces, 4) -HSteamPipe __thiscall winISteamClient_SteamClient020_CreateSteamPipe(struct w_steam_iface *_this) +int32_t __thiscall winISteamClient_SteamClient020_CreateSteamPipe(struct w_steam_iface *_this) { struct cppISteamClient_SteamClient020_CreateSteamPipe_params params = { @@ -6693,7 +6693,7 @@ HSteamPipe __thiscall winISteamClient_SteamClient020_CreateSteamPipe(struct w_st return params._ret; } -bool __thiscall winISteamClient_SteamClient020_BReleaseSteamPipe(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +bool __thiscall winISteamClient_SteamClient020_BReleaseSteamPipe(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient020_BReleaseSteamPipe_params params = { @@ -6705,7 +6705,7 @@ bool __thiscall winISteamClient_SteamClient020_BReleaseSteamPipe(struct w_steam_ return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient020_ConnectToGlobalUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe) +int32_t __thiscall winISteamClient_SteamClient020_ConnectToGlobalUser(struct w_steam_iface *_this, int32_t hSteamPipe) { struct cppISteamClient_SteamClient020_ConnectToGlobalUser_params params = { @@ -6717,7 +6717,7 @@ HSteamUser __thiscall winISteamClient_SteamClient020_ConnectToGlobalUser(struct return params._ret; } -HSteamUser __thiscall winISteamClient_SteamClient020_CreateLocalUser(struct w_steam_iface *_this, HSteamPipe *phSteamPipe, uint32_t eAccountType) +int32_t __thiscall winISteamClient_SteamClient020_CreateLocalUser(struct w_steam_iface *_this, int32_t *phSteamPipe, uint32_t eAccountType) { struct cppISteamClient_SteamClient020_CreateLocalUser_params params = { @@ -6730,7 +6730,7 @@ HSteamUser __thiscall winISteamClient_SteamClient020_CreateLocalUser(struct w_st return params._ret; } -void __thiscall winISteamClient_SteamClient020_ReleaseUser(struct w_steam_iface *_this, HSteamPipe hSteamPipe, HSteamUser hUser) +void __thiscall winISteamClient_SteamClient020_ReleaseUser(struct w_steam_iface *_this, int32_t hSteamPipe, int32_t hUser) { struct cppISteamClient_SteamClient020_ReleaseUser_params params = { @@ -6742,7 +6742,7 @@ void __thiscall winISteamClient_SteamClient020_ReleaseUser(struct w_steam_iface cppISteamClient_SteamClient020_ReleaseUser( ¶ms ); } -void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient020_GetISteamUser(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient020_GetISteamUser(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamUser_params params = { @@ -6757,7 +6757,7 @@ void /*ISteamUser*/ * __thiscall winISteamClient_SteamClient020_GetISteamUser(st return params._ret; } -void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameServer(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServer*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameServer(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamGameServer_params params = { @@ -6784,7 +6784,7 @@ void __thiscall winISteamClient_SteamClient020_SetLocalIPBinding(struct w_steam_ cppISteamClient_SteamClient020_SetLocalIPBinding( ¶ms ); } -void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient020_GetISteamFriends(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient020_GetISteamFriends(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamFriends_params params = { @@ -6799,7 +6799,7 @@ void /*ISteamFriends*/ * __thiscall winISteamClient_SteamClient020_GetISteamFrie return params._ret; } -void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient020_GetISteamUtils(struct w_steam_iface *_this, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient020_GetISteamUtils(struct w_steam_iface *_this, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamUtils_params params = { @@ -6813,7 +6813,7 @@ void /*ISteamUtils*/ * __thiscall winISteamClient_SteamClient020_GetISteamUtils( return params._ret; } -void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient020_GetISteamMatchmaking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient020_GetISteamMatchmaking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamMatchmaking_params params = { @@ -6828,7 +6828,7 @@ void /*ISteamMatchmaking*/ * __thiscall winISteamClient_SteamClient020_GetISteam return params._ret; } -void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient020_GetISteamMatchmakingServers(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient020_GetISteamMatchmakingServers(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamMatchmakingServers_params params = { @@ -6843,7 +6843,7 @@ void /*ISteamMatchmakingServers*/ * __thiscall winISteamClient_SteamClient020_Ge return params._ret; } -void * __thiscall winISteamClient_SteamClient020_GetISteamGenericInterface(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient020_GetISteamGenericInterface(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamGenericInterface_params params = { @@ -6858,7 +6858,7 @@ void * __thiscall winISteamClient_SteamClient020_GetISteamGenericInterface(struc return params._ret; } -void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient020_GetISteamUserStats(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient020_GetISteamUserStats(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamUserStats_params params = { @@ -6873,7 +6873,7 @@ void /*ISteamUserStats*/ * __thiscall winISteamClient_SteamClient020_GetISteamUs return params._ret; } -void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameServerStats(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameServerStats(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamGameServerStats_params params = { @@ -6888,7 +6888,7 @@ void /*ISteamGameServerStats*/ * __thiscall winISteamClient_SteamClient020_GetIS return params._ret; } -void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient020_GetISteamApps(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient020_GetISteamApps(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamApps_params params = { @@ -6903,7 +6903,7 @@ void /*ISteamApps*/ * __thiscall winISteamClient_SteamClient020_GetISteamApps(st return params._ret; } -void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient020_GetISteamNetworking(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient020_GetISteamNetworking(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamNetworking_params params = { @@ -6918,7 +6918,7 @@ void /*ISteamNetworking*/ * __thiscall winISteamClient_SteamClient020_GetISteamN return params._ret; } -void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient020_GetISteamRemoteStorage(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient020_GetISteamRemoteStorage(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamRemoteStorage_params params = { @@ -6933,7 +6933,7 @@ void /*ISteamRemoteStorage*/ * __thiscall winISteamClient_SteamClient020_GetISte return params._ret; } -void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient020_GetISteamScreenshots(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient020_GetISteamScreenshots(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamScreenshots_params params = { @@ -6948,7 +6948,7 @@ void /*ISteamScreenshots*/ * __thiscall winISteamClient_SteamClient020_GetISteam return params._ret; } -void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameSearch(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamGameSearch*/ * __thiscall winISteamClient_SteamClient020_GetISteamGameSearch(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamGameSearch_params params = { @@ -7006,7 +7006,7 @@ bool __thiscall winISteamClient_SteamClient020_BShutdownIfAllPipesClosed(struct return params._ret; } -void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient020_GetISteamHTTP(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient020_GetISteamHTTP(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamHTTP_params params = { @@ -7021,7 +7021,7 @@ void /*ISteamHTTP*/ * __thiscall winISteamClient_SteamClient020_GetISteamHTTP(st return params._ret; } -void * __thiscall winISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void * __thiscall winISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMessages_params params = { @@ -7035,7 +7035,7 @@ void * __thiscall winISteamClient_SteamClient020_DEPRECATED_GetISteamUnifiedMess return params._ret; } -void /*ISteamController*/ * __thiscall winISteamClient_SteamClient020_GetISteamController(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamController*/ * __thiscall winISteamClient_SteamClient020_GetISteamController(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamController_params params = { @@ -7050,7 +7050,7 @@ void /*ISteamController*/ * __thiscall winISteamClient_SteamClient020_GetISteamC return params._ret; } -void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient020_GetISteamUGC(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient020_GetISteamUGC(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamUGC_params params = { @@ -7065,7 +7065,7 @@ void /*ISteamUGC*/ * __thiscall winISteamClient_SteamClient020_GetISteamUGC(stru return params._ret; } -void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient020_GetISteamAppList(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient020_GetISteamAppList(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamAppList_params params = { @@ -7080,7 +7080,7 @@ void /*ISteamAppList*/ * __thiscall winISteamClient_SteamClient020_GetISteamAppL return params._ret; } -void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient020_GetISteamMusic(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient020_GetISteamMusic(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamMusic_params params = { @@ -7095,7 +7095,7 @@ void /*ISteamMusic*/ * __thiscall winISteamClient_SteamClient020_GetISteamMusic( return params._ret; } -void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient020_GetISteamMusicRemote(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient020_GetISteamMusicRemote(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamMusicRemote_params params = { @@ -7110,7 +7110,7 @@ void /*ISteamMusicRemote*/ * __thiscall winISteamClient_SteamClient020_GetISteam return params._ret; } -void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient020_GetISteamHTMLSurface(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamHTMLSurface*/ * __thiscall winISteamClient_SteamClient020_GetISteamHTMLSurface(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamHTMLSurface_params params = { @@ -7158,7 +7158,7 @@ void __thiscall winISteamClient_SteamClient020_Set_SteamAPI_CCheckCallbackRegist cppISteamClient_SteamClient020_Set_SteamAPI_CCheckCallbackRegisteredInProcess( ¶ms ); } -void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient020_GetISteamInventory(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient020_GetISteamInventory(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamInventory_params params = { @@ -7173,7 +7173,7 @@ void /*ISteamInventory*/ * __thiscall winISteamClient_SteamClient020_GetISteamIn return params._ret; } -void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient020_GetISteamVideo(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient020_GetISteamVideo(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamVideo_params params = { @@ -7188,7 +7188,7 @@ void /*ISteamVideo*/ * __thiscall winISteamClient_SteamClient020_GetISteamVideo( return params._ret; } -void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient020_GetISteamParentalSettings(struct w_steam_iface *_this, HSteamUser hSteamuser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient020_GetISteamParentalSettings(struct w_steam_iface *_this, int32_t hSteamuser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamParentalSettings_params params = { @@ -7203,7 +7203,7 @@ void /*ISteamParentalSettings*/ * __thiscall winISteamClient_SteamClient020_GetI return params._ret; } -void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient020_GetISteamInput(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient020_GetISteamInput(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamInput_params params = { @@ -7218,7 +7218,7 @@ void /*ISteamInput*/ * __thiscall winISteamClient_SteamClient020_GetISteamInput( return params._ret; } -void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient020_GetISteamParties(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient020_GetISteamParties(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamParties_params params = { @@ -7233,7 +7233,7 @@ void /*ISteamParties*/ * __thiscall winISteamClient_SteamClient020_GetISteamPart return params._ret; } -void /*ISteamRemotePlay*/ * __thiscall winISteamClient_SteamClient020_GetISteamRemotePlay(struct w_steam_iface *_this, HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion) +void /*ISteamRemotePlay*/ * __thiscall winISteamClient_SteamClient020_GetISteamRemotePlay(struct w_steam_iface *_this, int32_t hSteamUser, int32_t hSteamPipe, const char *pchVersion) { struct cppISteamClient_SteamClient020_GetISteamRemotePlay_params params = { diff --git a/lsteamclient/winISteamController.c b/lsteamclient/winISteamController.c index da36f837..d3449ac6 100644 --- a/lsteamclient/winISteamController.c +++ b/lsteamclient/winISteamController.c @@ -172,7 +172,7 @@ void __thiscall winISteamController_SteamController003_RunFrame(struct w_steam_i cppISteamController_SteamController003_RunFrame( ¶ms ); } -int32_t __thiscall winISteamController_SteamController003_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController003_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController003_GetConnectedControllers_params params = { @@ -184,7 +184,7 @@ int32_t __thiscall winISteamController_SteamController003_GetConnectedController return params._ret; } -bool __thiscall winISteamController_SteamController003_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController003_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController003_ShowBindingPanel_params params = { @@ -196,7 +196,7 @@ bool __thiscall winISteamController_SteamController003_ShowBindingPanel(struct w return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController003_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController003_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController003_GetActionSetHandle_params params = { @@ -208,7 +208,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController003_Ge return params._ret; } -void __thiscall winISteamController_SteamController003_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController003_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController003_ActivateActionSet_params params = { @@ -220,7 +220,7 @@ void __thiscall winISteamController_SteamController003_ActivateActionSet(struct cppISteamController_SteamController003_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController003_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController003_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController003_GetCurrentActionSet_params params = { @@ -232,7 +232,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController003_Ge return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController003_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController003_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController003_GetDigitalActionHandle_params params = { @@ -244,7 +244,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -ControllerDigitalActionData_t * __thiscall winISteamController_SteamController003_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +ControllerDigitalActionData_t * __thiscall winISteamController_SteamController003_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController003_GetDigitalActionData_params params = { @@ -258,7 +258,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController003_GetDigitalActionOrigins_params params = { @@ -273,7 +273,7 @@ int32_t __thiscall winISteamController_SteamController003_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController003_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController003_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController003_GetAnalogActionHandle_params params = { @@ -285,7 +285,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController003 return params._ret; } -ControllerAnalogActionData_t * __thiscall winISteamController_SteamController003_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +ControllerAnalogActionData_t * __thiscall winISteamController_SteamController003_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController003_GetAnalogActionData_params params = { @@ -299,7 +299,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController003 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController003_GetAnalogActionOrigins_params params = { @@ -314,7 +314,7 @@ int32_t __thiscall winISteamController_SteamController003_GetAnalogActionOrigins return params._ret; } -void __thiscall winISteamController_SteamController003_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController003_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController003_StopAnalogActionMomentum_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController003_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController003_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamController_SteamController004_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController004_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController004_GetConnectedControllers_params params = { @@ -461,7 +461,7 @@ int32_t __thiscall winISteamController_SteamController004_GetConnectedController return params._ret; } -bool __thiscall winISteamController_SteamController004_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController004_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController004_ShowBindingPanel_params params = { @@ -473,7 +473,7 @@ bool __thiscall winISteamController_SteamController004_ShowBindingPanel(struct w return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController004_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController004_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController004_GetActionSetHandle_params params = { @@ -485,7 +485,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController004_Ge return params._ret; } -void __thiscall winISteamController_SteamController004_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController004_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController004_ActivateActionSet_params params = { @@ -497,7 +497,7 @@ void __thiscall winISteamController_SteamController004_ActivateActionSet(struct cppISteamController_SteamController004_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController004_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController004_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController004_GetCurrentActionSet_params params = { @@ -509,7 +509,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController004_Ge return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController004_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController004_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController004_GetDigitalActionHandle_params params = { @@ -521,7 +521,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -ControllerDigitalActionData_t * __thiscall winISteamController_SteamController004_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +ControllerDigitalActionData_t * __thiscall winISteamController_SteamController004_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController004_GetDigitalActionData_params params = { @@ -535,7 +535,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController004_GetDigitalActionOrigins_params params = { @@ -550,7 +550,7 @@ int32_t __thiscall winISteamController_SteamController004_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController004_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController004_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController004_GetAnalogActionHandle_params params = { @@ -562,7 +562,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController004 return params._ret; } -ControllerAnalogActionData_t * __thiscall winISteamController_SteamController004_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +ControllerAnalogActionData_t * __thiscall winISteamController_SteamController004_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController004_GetAnalogActionData_params params = { @@ -576,7 +576,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController004 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController004_GetAnalogActionOrigins_params params = { @@ -591,7 +591,7 @@ int32_t __thiscall winISteamController_SteamController004_GetAnalogActionOrigins return params._ret; } -void __thiscall winISteamController_SteamController004_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController004_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController004_StopAnalogActionMomentum_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController004_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController004_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamController_SteamController004_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController004_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulControllerHandle) { struct cppISteamController_SteamController004_GetGamepadIndexForController_params params = { @@ -644,7 +644,7 @@ int32_t __thiscall winISteamController_SteamController004_GetGamepadIndexForCont return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController004_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) +uint64_t __thiscall winISteamController_SteamController004_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController004_GetControllerForGamepadIndex_params params = { @@ -656,7 +656,7 @@ ControllerHandle_t __thiscall winISteamController_SteamController004_GetControll return params._ret; } -ControllerMotionData_t * __thiscall winISteamController_SteamController004_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, ControllerHandle_t controllerHandle) +ControllerMotionData_t * __thiscall winISteamController_SteamController004_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, uint64_t controllerHandle) { struct cppISteamController_SteamController004_GetMotionData_params params = { @@ -669,7 +669,7 @@ ControllerMotionData_t * __thiscall winISteamController_SteamController004_GetMo return params._ret; } -bool __thiscall winISteamController_SteamController004_ShowDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController004_ShowDigitalActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController004_ShowDigitalActionOrigins_params params = { @@ -685,7 +685,7 @@ bool __thiscall winISteamController_SteamController004_ShowDigitalActionOrigins( return params._ret; } -bool __thiscall winISteamController_SteamController004_ShowAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController004_ShowAnalogActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t analogActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController004_ShowAnalogActionOrigins_params params = { @@ -804,7 +804,7 @@ void __thiscall winISteamController_SteamController005_RunFrame(struct w_steam_i cppISteamController_SteamController005_RunFrame( ¶ms ); } -int32_t __thiscall winISteamController_SteamController005_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController005_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController005_GetConnectedControllers_params params = { @@ -816,7 +816,7 @@ int32_t __thiscall winISteamController_SteamController005_GetConnectedController return params._ret; } -bool __thiscall winISteamController_SteamController005_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController005_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController005_ShowBindingPanel_params params = { @@ -828,7 +828,7 @@ bool __thiscall winISteamController_SteamController005_ShowBindingPanel(struct w return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController005_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController005_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController005_GetActionSetHandle_params params = { @@ -840,7 +840,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController005_Ge return params._ret; } -void __thiscall winISteamController_SteamController005_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController005_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController005_ActivateActionSet_params params = { @@ -852,7 +852,7 @@ void __thiscall winISteamController_SteamController005_ActivateActionSet(struct cppISteamController_SteamController005_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController005_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController005_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController005_GetCurrentActionSet_params params = { @@ -864,7 +864,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController005_Ge return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController005_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController005_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController005_GetDigitalActionHandle_params params = { @@ -876,7 +876,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -ControllerDigitalActionData_t * __thiscall winISteamController_SteamController005_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +ControllerDigitalActionData_t * __thiscall winISteamController_SteamController005_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController005_GetDigitalActionData_params params = { @@ -890,7 +890,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController005_GetDigitalActionOrigins_params params = { @@ -905,7 +905,7 @@ int32_t __thiscall winISteamController_SteamController005_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController005_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController005_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController005_GetAnalogActionHandle_params params = { @@ -917,7 +917,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController005 return params._ret; } -ControllerAnalogActionData_t * __thiscall winISteamController_SteamController005_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +ControllerAnalogActionData_t * __thiscall winISteamController_SteamController005_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController005_GetAnalogActionData_params params = { @@ -931,7 +931,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController005 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController005_GetAnalogActionOrigins_params params = { @@ -946,7 +946,7 @@ int32_t __thiscall winISteamController_SteamController005_GetAnalogActionOrigins return params._ret; } -void __thiscall winISteamController_SteamController005_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController005_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController005_StopAnalogActionMomentum_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController005_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController005_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamController_SteamController005_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamController_SteamController005_SetLEDColor(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamController_SteamController005_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController005_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulControllerHandle) { struct cppISteamController_SteamController005_GetGamepadIndexForController_params params = { @@ -1027,7 +1027,7 @@ int32_t __thiscall winISteamController_SteamController005_GetGamepadIndexForCont return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) +uint64_t __thiscall winISteamController_SteamController005_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController005_GetControllerForGamepadIndex_params params = { @@ -1039,7 +1039,7 @@ ControllerHandle_t __thiscall winISteamController_SteamController005_GetControll return params._ret; } -ControllerMotionData_t * __thiscall winISteamController_SteamController005_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, ControllerHandle_t controllerHandle) +ControllerMotionData_t * __thiscall winISteamController_SteamController005_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, uint64_t controllerHandle) { struct cppISteamController_SteamController005_GetMotionData_params params = { @@ -1052,7 +1052,7 @@ ControllerMotionData_t * __thiscall winISteamController_SteamController005_GetMo return params._ret; } -bool __thiscall winISteamController_SteamController005_ShowDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController005_ShowDigitalActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController005_ShowDigitalActionOrigins_params params = { @@ -1068,7 +1068,7 @@ bool __thiscall winISteamController_SteamController005_ShowDigitalActionOrigins( return params._ret; } -bool __thiscall winISteamController_SteamController005_ShowAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController005_ShowAnalogActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t analogActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController005_ShowAnalogActionOrigins_params params = { @@ -1220,7 +1220,7 @@ void __thiscall winISteamController_SteamController006_RunFrame(struct w_steam_i cppISteamController_SteamController006_RunFrame( ¶ms ); } -int32_t __thiscall winISteamController_SteamController006_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController006_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController006_GetConnectedControllers_params params = { @@ -1232,7 +1232,7 @@ int32_t __thiscall winISteamController_SteamController006_GetConnectedController return params._ret; } -bool __thiscall winISteamController_SteamController006_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController006_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController006_ShowBindingPanel_params params = { @@ -1244,7 +1244,7 @@ bool __thiscall winISteamController_SteamController006_ShowBindingPanel(struct w return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController006_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController006_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController006_GetActionSetHandle_params params = { @@ -1256,7 +1256,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController006_Ge return params._ret; } -void __thiscall winISteamController_SteamController006_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController006_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController006_ActivateActionSet_params params = { @@ -1268,7 +1268,7 @@ void __thiscall winISteamController_SteamController006_ActivateActionSet(struct cppISteamController_SteamController006_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController006_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController006_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController006_GetCurrentActionSet_params params = { @@ -1280,7 +1280,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController006_Ge return params._ret; } -void __thiscall winISteamController_SteamController006_ActivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController006_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController006_ActivateActionSetLayer_params params = { @@ -1292,7 +1292,7 @@ void __thiscall winISteamController_SteamController006_ActivateActionSetLayer(st cppISteamController_SteamController006_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController006_DeactivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController006_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController006_DeactivateActionSetLayer_params params = { @@ -1304,7 +1304,7 @@ void __thiscall winISteamController_SteamController006_DeactivateActionSetLayer( cppISteamController_SteamController006_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController006_DeactivateAllActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +void __thiscall winISteamController_SteamController006_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController006_DeactivateAllActionSetLayers_params params = { @@ -1315,7 +1315,7 @@ void __thiscall winISteamController_SteamController006_DeactivateAllActionSetLay cppISteamController_SteamController006_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t controllerHandle, uint64_t *handlesOut) { struct cppISteamController_SteamController006_GetActiveActionSetLayers_params params = { @@ -1328,7 +1328,7 @@ int32_t __thiscall winISteamController_SteamController006_GetActiveActionSetLaye return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController006_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController006_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController006_GetDigitalActionHandle_params params = { @@ -1340,7 +1340,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -ControllerDigitalActionData_t * __thiscall winISteamController_SteamController006_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +ControllerDigitalActionData_t * __thiscall winISteamController_SteamController006_GetDigitalActionData(struct w_steam_iface *_this, ControllerDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController006_GetDigitalActionData_params params = { @@ -1354,7 +1354,7 @@ ControllerDigitalActionData_t * __thiscall winISteamController_SteamController00 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController006_GetDigitalActionOrigins_params params = { @@ -1369,7 +1369,7 @@ int32_t __thiscall winISteamController_SteamController006_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController006_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController006_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController006_GetAnalogActionHandle_params params = { @@ -1381,7 +1381,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController006 return params._ret; } -ControllerAnalogActionData_t * __thiscall winISteamController_SteamController006_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +ControllerAnalogActionData_t * __thiscall winISteamController_SteamController006_GetAnalogActionData(struct w_steam_iface *_this, ControllerAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController006_GetAnalogActionData_params params = { @@ -1395,7 +1395,7 @@ ControllerAnalogActionData_t * __thiscall winISteamController_SteamController006 return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController006_GetAnalogActionOrigins_params params = { @@ -1410,7 +1410,7 @@ int32_t __thiscall winISteamController_SteamController006_GetAnalogActionOrigins return params._ret; } -void __thiscall winISteamController_SteamController006_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController006_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController006_StopAnalogActionMomentum_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController006_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController006_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamController_SteamController006_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamController_SteamController006_SetLEDColor(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamController_SteamController006_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController006_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulControllerHandle) { struct cppISteamController_SteamController006_GetGamepadIndexForController_params params = { @@ -1491,7 +1491,7 @@ int32_t __thiscall winISteamController_SteamController006_GetGamepadIndexForCont return params._ret; } -ControllerHandle_t __thiscall winISteamController_SteamController006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) +uint64_t __thiscall winISteamController_SteamController006_GetControllerForGamepadIndex(struct w_steam_iface *_this, int32_t nIndex) { struct cppISteamController_SteamController006_GetControllerForGamepadIndex_params params = { @@ -1503,7 +1503,7 @@ ControllerHandle_t __thiscall winISteamController_SteamController006_GetControll return params._ret; } -ControllerMotionData_t * __thiscall winISteamController_SteamController006_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, ControllerHandle_t controllerHandle) +ControllerMotionData_t * __thiscall winISteamController_SteamController006_GetMotionData(struct w_steam_iface *_this, ControllerMotionData_t *_ret, uint64_t controllerHandle) { struct cppISteamController_SteamController006_GetMotionData_params params = { @@ -1516,7 +1516,7 @@ ControllerMotionData_t * __thiscall winISteamController_SteamController006_GetMo return params._ret; } -bool __thiscall winISteamController_SteamController006_ShowDigitalActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController006_ShowDigitalActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t digitalActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController006_ShowDigitalActionOrigins_params params = { @@ -1532,7 +1532,7 @@ bool __thiscall winISteamController_SteamController006_ShowDigitalActionOrigins( return params._ret; } -bool __thiscall winISteamController_SteamController006_ShowAnalogActionOrigins(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle, float flScale, float flXPosition, float flYPosition) +bool __thiscall winISteamController_SteamController006_ShowAnalogActionOrigins(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t analogActionHandle, float flScale, float flXPosition, float flYPosition) { struct cppISteamController_SteamController006_ShowAnalogActionOrigins_params params = { @@ -1572,7 +1572,7 @@ const char * __thiscall winISteamController_SteamController006_GetGlyphForAction return params._ret; } -uint32_t __thiscall winISteamController_SteamController006_GetInputTypeForHandle(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint32_t __thiscall winISteamController_SteamController006_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController006_GetInputTypeForHandle_params params = { @@ -1704,7 +1704,7 @@ void __thiscall winISteamController_SteamController007_RunFrame(struct w_steam_i cppISteamController_SteamController007_RunFrame( ¶ms ); } -int32_t __thiscall winISteamController_SteamController007_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController007_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController007_GetConnectedControllers_params params = { @@ -1716,7 +1716,7 @@ int32_t __thiscall winISteamController_SteamController007_GetConnectedController return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController007_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController007_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController007_GetActionSetHandle_params params = { @@ -1728,7 +1728,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController007_Ge return params._ret; } -void __thiscall winISteamController_SteamController007_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController007_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController007_ActivateActionSet_params params = { @@ -1740,7 +1740,7 @@ void __thiscall winISteamController_SteamController007_ActivateActionSet(struct cppISteamController_SteamController007_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController007_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController007_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController007_GetCurrentActionSet_params params = { @@ -1752,7 +1752,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController007_Ge return params._ret; } -void __thiscall winISteamController_SteamController007_ActivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController007_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController007_ActivateActionSetLayer_params params = { @@ -1764,7 +1764,7 @@ void __thiscall winISteamController_SteamController007_ActivateActionSetLayer(st cppISteamController_SteamController007_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController007_DeactivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController007_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController007_DeactivateActionSetLayer_params params = { @@ -1776,7 +1776,7 @@ void __thiscall winISteamController_SteamController007_DeactivateActionSetLayer( cppISteamController_SteamController007_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController007_DeactivateAllActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +void __thiscall winISteamController_SteamController007_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController007_DeactivateAllActionSetLayers_params params = { @@ -1787,7 +1787,7 @@ void __thiscall winISteamController_SteamController007_DeactivateAllActionSetLay cppISteamController_SteamController007_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t controllerHandle, uint64_t *handlesOut) { struct cppISteamController_SteamController007_GetActiveActionSetLayers_params params = { @@ -1800,7 +1800,7 @@ int32_t __thiscall winISteamController_SteamController007_GetActiveActionSetLaye return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController007_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController007_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController007_GetDigitalActionHandle_params params = { @@ -1812,7 +1812,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -InputDigitalActionData_t * __thiscall winISteamController_SteamController007_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamController_SteamController007_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController007_GetDigitalActionData_params params = { @@ -1826,7 +1826,7 @@ InputDigitalActionData_t * __thiscall winISteamController_SteamController007_Get return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController007_GetDigitalActionOrigins_params params = { @@ -1841,7 +1841,7 @@ int32_t __thiscall winISteamController_SteamController007_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController007_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController007_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController007_GetAnalogActionHandle_params params = { @@ -1853,7 +1853,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController007 return params._ret; } -InputAnalogActionData_t * __thiscall winISteamController_SteamController007_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamController_SteamController007_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController007_GetAnalogActionData_params params = { @@ -1867,7 +1867,7 @@ InputAnalogActionData_t * __thiscall winISteamController_SteamController007_GetA return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController007_GetAnalogActionOrigins_params params = { @@ -1906,7 +1906,7 @@ const char * __thiscall winISteamController_SteamController007_GetStringForActio return params._ret; } -void __thiscall winISteamController_SteamController007_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController007_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController007_StopAnalogActionMomentum_params params = { @@ -1918,7 +1918,7 @@ void __thiscall winISteamController_SteamController007_StopAnalogActionMomentum( cppISteamController_SteamController007_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamController_SteamController007_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, ControllerHandle_t controllerHandle) +InputMotionData_t * __thiscall winISteamController_SteamController007_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t controllerHandle) { struct cppISteamController_SteamController007_GetMotionData_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController007_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController007_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamController_SteamController007_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamController_SteamController007_SetLEDColor(struct w_steam_iface *_this, uint64_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController007_SetLEDColor_params params = { @@ -1988,7 +1988,7 @@ void __thiscall winISteamController_SteamController007_SetLEDColor(struct w_stea cppISteamController_SteamController007_SetLEDColor( ¶ms ); } -bool __thiscall winISteamController_SteamController007_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController007_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController007_ShowBindingPanel_params params = { @@ -2000,7 +2000,7 @@ bool __thiscall winISteamController_SteamController007_ShowBindingPanel(struct w return params._ret; } -uint32_t __thiscall winISteamController_SteamController007_GetInputTypeForHandle(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint32_t __thiscall winISteamController_SteamController007_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController007_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamController_SteamController007_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController007_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulControllerHandle) { struct cppISteamController_SteamController007_GetGamepadIndexForController_params params = { @@ -2060,7 +2060,7 @@ const char * __thiscall winISteamController_SteamController007_GetGlyphForXboxOr return params._ret; } -uint32_t __thiscall winISteamController_SteamController007_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamController_SteamController007_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t controllerHandle, uint32_t eOrigin) { struct cppISteamController_SteamController007_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamController_SteamController007_GetControllerBindingRevision(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamController_SteamController008_GetConnectedControllers(struct w_steam_iface *_this, ControllerHandle_t *handlesOut) +int32_t __thiscall winISteamController_SteamController008_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamController_SteamController008_GetConnectedControllers_params params = { @@ -2235,7 +2235,7 @@ int32_t __thiscall winISteamController_SteamController008_GetConnectedController return params._ret; } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController008_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamController_SteamController008_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamController_SteamController008_GetActionSetHandle_params params = { @@ -2247,7 +2247,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController008_Ge return params._ret; } -void __thiscall winISteamController_SteamController008_ActivateActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetHandle) +void __thiscall winISteamController_SteamController008_ActivateActionSet(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetHandle) { struct cppISteamController_SteamController008_ActivateActionSet_params params = { @@ -2259,7 +2259,7 @@ void __thiscall winISteamController_SteamController008_ActivateActionSet(struct cppISteamController_SteamController008_ActivateActionSet( ¶ms ); } -ControllerActionSetHandle_t __thiscall winISteamController_SteamController008_GetCurrentActionSet(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint64_t __thiscall winISteamController_SteamController008_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController008_GetCurrentActionSet_params params = { @@ -2271,7 +2271,7 @@ ControllerActionSetHandle_t __thiscall winISteamController_SteamController008_Ge return params._ret; } -void __thiscall winISteamController_SteamController008_ActivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController008_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController008_ActivateActionSetLayer_params params = { @@ -2283,7 +2283,7 @@ void __thiscall winISteamController_SteamController008_ActivateActionSetLayer(st cppISteamController_SteamController008_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController008_DeactivateActionSetLayer(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamController_SteamController008_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t actionSetLayerHandle) { struct cppISteamController_SteamController008_DeactivateActionSetLayer_params params = { @@ -2295,7 +2295,7 @@ void __thiscall winISteamController_SteamController008_DeactivateActionSetLayer( cppISteamController_SteamController008_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamController_SteamController008_DeactivateAllActionSetLayers(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +void __thiscall winISteamController_SteamController008_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController008_DeactivateAllActionSetLayers_params params = { @@ -2306,7 +2306,7 @@ void __thiscall winISteamController_SteamController008_DeactivateAllActionSetLay cppISteamController_SteamController008_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t controllerHandle, uint64_t *handlesOut) { struct cppISteamController_SteamController008_GetActiveActionSetLayers_params params = { @@ -2319,7 +2319,7 @@ int32_t __thiscall winISteamController_SteamController008_GetActiveActionSetLaye return params._ret; } -ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController008_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController008_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController008_GetDigitalActionHandle_params params = { @@ -2331,7 +2331,7 @@ ControllerDigitalActionHandle_t __thiscall winISteamController_SteamController00 return params._ret; } -InputDigitalActionData_t * __thiscall winISteamController_SteamController008_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamController_SteamController008_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t controllerHandle, uint64_t digitalActionHandle) { struct cppISteamController_SteamController008_GetDigitalActionData_params params = { @@ -2345,7 +2345,7 @@ InputDigitalActionData_t * __thiscall winISteamController_SteamController008_Get return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController008_GetDigitalActionOrigins_params params = { @@ -2360,7 +2360,7 @@ int32_t __thiscall winISteamController_SteamController008_GetDigitalActionOrigin return params._ret; } -ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController008_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamController_SteamController008_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamController_SteamController008_GetAnalogActionHandle_params params = { @@ -2372,7 +2372,7 @@ ControllerAnalogActionHandle_t __thiscall winISteamController_SteamController008 return params._ret; } -InputAnalogActionData_t * __thiscall winISteamController_SteamController008_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamController_SteamController008_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t controllerHandle, uint64_t analogActionHandle) { struct cppISteamController_SteamController008_GetAnalogActionData_params params = { @@ -2386,7 +2386,7 @@ InputAnalogActionData_t * __thiscall winISteamController_SteamController008_GetA return params._ret; } -int32_t __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, uint64_t controllerHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamController_SteamController008_GetAnalogActionOrigins_params params = { @@ -2425,7 +2425,7 @@ const char * __thiscall winISteamController_SteamController008_GetStringForActio return params._ret; } -void __thiscall winISteamController_SteamController008_StopAnalogActionMomentum(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction) +void __thiscall winISteamController_SteamController008_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t controllerHandle, uint64_t eAction) { struct cppISteamController_SteamController008_StopAnalogActionMomentum_params params = { @@ -2437,7 +2437,7 @@ void __thiscall winISteamController_SteamController008_StopAnalogActionMomentum( cppISteamController_SteamController008_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamController_SteamController008_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, ControllerHandle_t controllerHandle) +InputMotionData_t * __thiscall winISteamController_SteamController008_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t controllerHandle) { struct cppISteamController_SteamController008_GetMotionData_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, uint16_t usDurationMicroSec) +void __thiscall winISteamController_SteamController008_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamController_SteamController008_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamController_SteamController008_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamController_SteamController008_SetLEDColor(struct w_steam_iface *_this, uint64_t controllerHandle, uint8_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) { struct cppISteamController_SteamController008_SetLEDColor_params params = { @@ -2507,7 +2507,7 @@ void __thiscall winISteamController_SteamController008_SetLEDColor(struct w_stea cppISteamController_SteamController008_SetLEDColor( ¶ms ); } -bool __thiscall winISteamController_SteamController008_ShowBindingPanel(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +bool __thiscall winISteamController_SteamController008_ShowBindingPanel(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController008_ShowBindingPanel_params params = { @@ -2519,7 +2519,7 @@ bool __thiscall winISteamController_SteamController008_ShowBindingPanel(struct w return params._ret; } -uint32_t __thiscall winISteamController_SteamController008_GetInputTypeForHandle(struct w_steam_iface *_this, ControllerHandle_t controllerHandle) +uint32_t __thiscall winISteamController_SteamController008_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t controllerHandle) { struct cppISteamController_SteamController008_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamController_SteamController008_GetGamepadIndexForController(struct w_steam_iface *_this, ControllerHandle_t ulControllerHandle) +int32_t __thiscall winISteamController_SteamController008_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulControllerHandle) { struct cppISteamController_SteamController008_GetGamepadIndexForController_params params = { @@ -2579,7 +2579,7 @@ const char * __thiscall winISteamController_SteamController008_GetGlyphForXboxOr return params._ret; } -uint32_t __thiscall winISteamController_SteamController008_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, ControllerHandle_t controllerHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamController_SteamController008_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t controllerHandle, uint32_t eOrigin) { struct cppISteamController_SteamController008_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamController_SteamController008_GetControllerBindingRevision(struct w_steam_iface *_this, uint64_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 8c9b006e..7041fee0 100644 --- a/lsteamclient/winISteamFriends.c +++ b/lsteamclient/winISteamFriends.c @@ -1804,7 +1804,7 @@ void __thiscall winISteamFriends_SteamFriends005_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends005_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends005_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends005_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends005_ActivateGameOverlayToStore_params params = { @@ -2179,7 +2179,7 @@ void __thiscall winISteamFriends_SteamFriends006_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends006_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends006_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends006_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends006_ActivateGameOverlayToStore_params params = { @@ -2556,7 +2556,7 @@ void __thiscall winISteamFriends_SteamFriends007_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends007_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends007_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends007_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends007_ActivateGameOverlayToStore_params params = { @@ -2977,7 +2977,7 @@ void __thiscall winISteamFriends_SteamFriends008_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends008_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends008_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends008_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends008_ActivateGameOverlayToStore_params params = { @@ -3059,7 +3059,7 @@ bool __thiscall winISteamFriends_SteamFriends008_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends008_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends008_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends008_RequestClanOfficerList_params params = { @@ -3489,7 +3489,7 @@ void __thiscall winISteamFriends_SteamFriends009_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends009_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends009_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends009_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends009_ActivateGameOverlayToStore_params params = { @@ -3571,7 +3571,7 @@ bool __thiscall winISteamFriends_SteamFriends009_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends009_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends009_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends009_RequestClanOfficerList_params params = { @@ -3743,7 +3743,7 @@ int32_t __thiscall winISteamFriends_SteamFriends009_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends009_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends009_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends009_GetFriendCoplayGame_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends010_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends010_DownloadClanActivityCounts_params params = { @@ -4176,7 +4176,7 @@ void __thiscall winISteamFriends_SteamFriends010_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends010_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends010_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends010_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends010_ActivateGameOverlayToStore_params params = { @@ -4258,7 +4258,7 @@ bool __thiscall winISteamFriends_SteamFriends010_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends010_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends010_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends010_RequestClanOfficerList_params params = { @@ -4430,7 +4430,7 @@ int32_t __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends010_GetFriendCoplayGame_params params = { @@ -4442,7 +4442,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends010_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends010_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends010_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends010_JoinClanChatRoom_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends011_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends011_DownloadClanActivityCounts_params params = { @@ -5052,7 +5052,7 @@ void __thiscall winISteamFriends_SteamFriends011_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends011_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends011_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends011_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends011_ActivateGameOverlayToStore_params params = { @@ -5134,7 +5134,7 @@ bool __thiscall winISteamFriends_SteamFriends011_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends011_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends011_RequestClanOfficerList_params params = { @@ -5317,7 +5317,7 @@ int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends011_GetFriendCoplayGame_params params = { @@ -5329,7 +5329,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends011_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends011_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends011_JoinClanChatRoom_params params = { @@ -5499,7 +5499,7 @@ int32_t __thiscall winISteamFriends_SteamFriends011_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends011_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends011_GetFollowerCount_params params = { @@ -5511,7 +5511,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends011_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends011_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends011_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends011_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends011_EnumerateFollowingList_params params = { @@ -5695,7 +5695,7 @@ const char * __thiscall winISteamFriends_SteamFriends012_GetPersonaName(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) +uint64_t __thiscall winISteamFriends_SteamFriends012_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) { struct cppISteamFriends_SteamFriends012_SetPersonaName_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends012_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends012_DownloadClanActivityCounts_params params = { @@ -5980,7 +5980,7 @@ void __thiscall winISteamFriends_SteamFriends012_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends012_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends012_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID) +void __thiscall winISteamFriends_SteamFriends012_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamFriends_SteamFriends012_ActivateGameOverlayToStore_params params = { @@ -6062,7 +6062,7 @@ bool __thiscall winISteamFriends_SteamFriends012_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends012_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends012_RequestClanOfficerList_params params = { @@ -6245,7 +6245,7 @@ int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends012_GetFriendCoplayGame_params params = { @@ -6257,7 +6257,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends012_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends012_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends012_JoinClanChatRoom_params params = { @@ -6427,7 +6427,7 @@ int32_t __thiscall winISteamFriends_SteamFriends012_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends012_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends012_GetFollowerCount_params params = { @@ -6439,7 +6439,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends012_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends012_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends012_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends012_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends012_EnumerateFollowingList_params params = { @@ -6623,7 +6623,7 @@ const char * __thiscall winISteamFriends_SteamFriends013_GetPersonaName(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) +uint64_t __thiscall winISteamFriends_SteamFriends013_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) { struct cppISteamFriends_SteamFriends013_SetPersonaName_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends013_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends013_DownloadClanActivityCounts_params params = { @@ -6908,7 +6908,7 @@ void __thiscall winISteamFriends_SteamFriends013_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends013_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends013_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID, uint32_t eFlag) +void __thiscall winISteamFriends_SteamFriends013_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID, uint32_t eFlag) { struct cppISteamFriends_SteamFriends013_ActivateGameOverlayToStore_params params = { @@ -6991,7 +6991,7 @@ bool __thiscall winISteamFriends_SteamFriends013_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends013_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends013_RequestClanOfficerList_params params = { @@ -7174,7 +7174,7 @@ int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends013_GetFriendCoplayGame_params params = { @@ -7186,7 +7186,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends013_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends013_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends013_JoinClanChatRoom_params params = { @@ -7356,7 +7356,7 @@ int32_t __thiscall winISteamFriends_SteamFriends013_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends013_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends013_GetFollowerCount_params params = { @@ -7368,7 +7368,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends013_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends013_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends013_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends013_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends013_EnumerateFollowingList_params params = { @@ -7553,7 +7553,7 @@ const char * __thiscall winISteamFriends_SteamFriends014_GetPersonaName(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) +uint64_t __thiscall winISteamFriends_SteamFriends014_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) { struct cppISteamFriends_SteamFriends014_SetPersonaName_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends014_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends014_DownloadClanActivityCounts_params params = { @@ -7850,7 +7850,7 @@ void __thiscall winISteamFriends_SteamFriends014_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends014_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends014_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID, uint32_t eFlag) +void __thiscall winISteamFriends_SteamFriends014_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID, uint32_t eFlag) { struct cppISteamFriends_SteamFriends014_ActivateGameOverlayToStore_params params = { @@ -7933,7 +7933,7 @@ bool __thiscall winISteamFriends_SteamFriends014_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends014_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends014_RequestClanOfficerList_params params = { @@ -8116,7 +8116,7 @@ int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends014_GetFriendCoplayGame_params params = { @@ -8128,7 +8128,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends014_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends014_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends014_JoinClanChatRoom_params params = { @@ -8298,7 +8298,7 @@ int32_t __thiscall winISteamFriends_SteamFriends014_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends014_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends014_GetFollowerCount_params params = { @@ -8310,7 +8310,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends014_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends014_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends014_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends014_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends014_EnumerateFollowingList_params params = { @@ -8504,7 +8504,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetPersonaName(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) +uint64_t __thiscall winISteamFriends_SteamFriends015_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) { struct cppISteamFriends_SteamFriends015_SetPersonaName_params params = { @@ -8650,7 +8650,7 @@ int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupCount(struct return params._ret; } -FriendsGroupID_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) +int16_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupIDByIndex_params params = { @@ -8662,7 +8662,7 @@ FriendsGroupID_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupIDBy return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupName(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +const char * __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupName(struct w_steam_iface *_this, int16_t friendsGroupID) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupName_params params = { @@ -8674,7 +8674,7 @@ const char * __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupName(str return params._ret; } -int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount(struct w_steam_iface *_this, int16_t friendsGroupID) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersCount_params params = { @@ -8686,7 +8686,7 @@ int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersCount( return params._ret; } -void __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) +void __thiscall winISteamFriends_SteamFriends015_GetFriendsGroupMembersList(struct w_steam_iface *_this, int16_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) { struct cppISteamFriends_SteamFriends015_GetFriendsGroupMembersList_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends015_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends015_DownloadClanActivityCounts_params params = { @@ -8873,7 +8873,7 @@ void __thiscall winISteamFriends_SteamFriends015_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends015_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends015_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID, uint32_t eFlag) +void __thiscall winISteamFriends_SteamFriends015_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID, uint32_t eFlag) { struct cppISteamFriends_SteamFriends015_ActivateGameOverlayToStore_params params = { @@ -8956,7 +8956,7 @@ bool __thiscall winISteamFriends_SteamFriends015_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends015_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends015_RequestClanOfficerList_params params = { @@ -9139,7 +9139,7 @@ int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends015_GetFriendCoplayGame_params params = { @@ -9151,7 +9151,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends015_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends015_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends015_JoinClanChatRoom_params params = { @@ -9321,7 +9321,7 @@ int32_t __thiscall winISteamFriends_SteamFriends015_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends015_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends015_GetFollowerCount_params params = { @@ -9333,7 +9333,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends015_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends015_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends015_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends015_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends015_EnumerateFollowingList_params params = { @@ -9567,7 +9567,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetPersonaName(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) +uint64_t __thiscall winISteamFriends_SteamFriends017_SetPersonaName(struct w_steam_iface *_this, const char *pchPersonaName) { struct cppISteamFriends_SteamFriends017_SetPersonaName_params params = { @@ -9713,7 +9713,7 @@ int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupCount(struct return params._ret; } -FriendsGroupID_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) +int16_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex(struct w_steam_iface *_this, int32_t iFG) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupIDByIndex_params params = { @@ -9725,7 +9725,7 @@ FriendsGroupID_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupIDBy return params._ret; } -const char * __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupName(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +const char * __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupName(struct w_steam_iface *_this, int16_t friendsGroupID) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupName_params params = { @@ -9737,7 +9737,7 @@ const char * __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupName(str return params._ret; } -int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID) +int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount(struct w_steam_iface *_this, int16_t friendsGroupID) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersCount_params params = { @@ -9749,7 +9749,7 @@ int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersCount( return params._ret; } -void __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersList(struct w_steam_iface *_this, FriendsGroupID_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) +void __thiscall winISteamFriends_SteamFriends017_GetFriendsGroupMembersList(struct w_steam_iface *_this, int16_t friendsGroupID, CSteamID *pOutSteamIDMembers, int32_t nMembersCount) { struct cppISteamFriends_SteamFriends017_GetFriendsGroupMembersList_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, int32_t cClansToRequest) +uint64_t __thiscall winISteamFriends_SteamFriends017_DownloadClanActivityCounts(struct w_steam_iface *_this, CSteamID *psteamIDClans, int32_t cClansToRequest) { struct cppISteamFriends_SteamFriends017_DownloadClanActivityCounts_params params = { @@ -9937,7 +9937,7 @@ void __thiscall winISteamFriends_SteamFriends017_ActivateGameOverlayToWebPage(st cppISteamFriends_SteamFriends017_ActivateGameOverlayToWebPage( ¶ms ); } -void __thiscall winISteamFriends_SteamFriends017_ActivateGameOverlayToStore(struct w_steam_iface *_this, AppId_t nAppID, uint32_t eFlag) +void __thiscall winISteamFriends_SteamFriends017_ActivateGameOverlayToStore(struct w_steam_iface *_this, uint32_t nAppID, uint32_t eFlag) { struct cppISteamFriends_SteamFriends017_ActivateGameOverlayToStore_params params = { @@ -10020,7 +10020,7 @@ bool __thiscall winISteamFriends_SteamFriends017_RequestUserInformation(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends017_RequestClanOfficerList(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends017_RequestClanOfficerList_params params = { @@ -10203,7 +10203,7 @@ int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayTime(struct w return params._ret; } -AppId_t __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) +uint32_t __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayGame(struct w_steam_iface *_this, CSteamID steamIDFriend) { struct cppISteamFriends_SteamFriends017_GetFriendCoplayGame_params params = { @@ -10215,7 +10215,7 @@ AppId_t __thiscall winISteamFriends_SteamFriends017_GetFriendCoplayGame(struct w return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamFriends_SteamFriends017_JoinClanChatRoom(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamFriends_SteamFriends017_JoinClanChatRoom_params params = { @@ -10385,7 +10385,7 @@ int32_t __thiscall winISteamFriends_SteamFriends017_GetFriendMessage(struct w_st return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends017_GetFollowerCount(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends017_GetFollowerCount_params params = { @@ -10397,7 +10397,7 @@ SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_GetFollowerCount(stru return params._ret; } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends017_IsFollowing(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends017_IsFollowing_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_t unStartIndex) +uint64_t __thiscall winISteamFriends_SteamFriends017_EnumerateFollowingList(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamFriends_SteamFriends017_EnumerateFollowingList_params params = { @@ -10490,7 +10490,7 @@ void __thiscall winISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialog cppISteamFriends_SteamFriends017_ActivateGameOverlayInviteDialogConnectString( ¶ms ); } -SteamAPICall_t __thiscall winISteamFriends_SteamFriends017_RequestEquippedProfileItems(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamFriends_SteamFriends017_RequestEquippedProfileItems(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamFriends_SteamFriends017_RequestEquippedProfileItems_params params = { diff --git a/lsteamclient/winISteamGameServer.c b/lsteamclient/winISteamGameServer.c index e24c1e1d..1e2dd657 100644 --- a/lsteamclient/winISteamGameServer.c +++ b/lsteamclient/winISteamGameServer.c @@ -1607,7 +1607,7 @@ void __thiscall winISteamGameServer_SteamGameServer009_SetGameData(struct w_stea cppISteamGameServer_SteamGameServer009_SetGameData( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamGameServer_SteamGameServer009_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer009_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp_params params = { @@ -1858,7 +1858,7 @@ void __thiscall winISteamGameServer_SteamGameServer010_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer010_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer010_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer010_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer010_GetServerReputation_params params = { @@ -1904,7 +1904,7 @@ void __thiscall winISteamGameServer_SteamGameServer010_SetGameData(struct w_stea cppISteamGameServer_SteamGameServer010_SetGameData( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamGameServer_SteamGameServer010_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer010_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer010_UserHasLicenseForApp_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer010_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer010_BeginAuthSession_params params = { @@ -1956,7 +1956,7 @@ void __thiscall winISteamGameServer_SteamGameServer010_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer010_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer010_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer010_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer010_CancelAuthTicket_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_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t 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, uint32_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer011_InitGameServer_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamGameServer_SteamGameServer011_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamGameServer_SteamGameServer011_BeginAuthSession_params params = { @@ -2418,7 +2418,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer011_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer011_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer011_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer011_CancelAuthTicket_params params = { @@ -2429,7 +2429,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_CancelAuthTicket(struct w cppISteamGameServer_SteamGameServer011_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamGameServer_SteamGameServer011_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer011_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer011_UserHasLicenseForApp_params params = { @@ -2465,7 +2465,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer011_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer011_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer011_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer011_GetServerReputation_params params = { @@ -2549,7 +2549,7 @@ void __thiscall winISteamGameServer_SteamGameServer011_ForceHeartbeat(struct w_s cppISteamGameServer_SteamGameServer011_ForceHeartbeat( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer011_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamGameServer_SteamGameServer011_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamGameServer_SteamGameServer011_AssociateWithClan_params params = { @@ -2561,7 +2561,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer011_AssociateWithCl return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) +uint64_t __thiscall winISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) { struct cppISteamGameServer_SteamGameServer011_ComputeNewPlayerCompatibility_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_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t 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, uint32_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer012_InitGameServer_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamGameServer_SteamGameServer012_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer012_GetAuthSessionTicket_params params = { @@ -3044,7 +3044,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer012_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer012_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer012_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer012_CancelAuthTicket_params params = { @@ -3055,7 +3055,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_CancelAuthTicket(struct w cppISteamGameServer_SteamGameServer012_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamGameServer_SteamGameServer012_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer012_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer012_UserHasLicenseForApp_params params = { @@ -3091,7 +3091,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer012_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer012_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer012_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer012_GetServerReputation_params params = { @@ -3175,7 +3175,7 @@ void __thiscall winISteamGameServer_SteamGameServer012_ForceHeartbeat(struct w_s cppISteamGameServer_SteamGameServer012_ForceHeartbeat( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer012_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamGameServer_SteamGameServer012_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamGameServer_SteamGameServer012_AssociateWithClan_params params = { @@ -3187,7 +3187,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer012_AssociateWithCl return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) +uint64_t __thiscall winISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) { struct cppISteamGameServer_SteamGameServer012_ComputeNewPlayerCompatibility_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_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t 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, uint32_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer013_InitGameServer_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamGameServer_SteamGameServer013_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer013_GetAuthSessionTicket_params params = { @@ -3670,7 +3670,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer013_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer013_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer013_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer013_CancelAuthTicket_params params = { @@ -3681,7 +3681,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_CancelAuthTicket(struct w cppISteamGameServer_SteamGameServer013_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamGameServer_SteamGameServer013_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer013_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer013_UserHasLicenseForApp_params params = { @@ -3717,7 +3717,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer013_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer013_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer013_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer013_GetServerReputation_params params = { @@ -3802,7 +3802,7 @@ void __thiscall winISteamGameServer_SteamGameServer013_ForceHeartbeat(struct w_s cppISteamGameServer_SteamGameServer013_ForceHeartbeat( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer013_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamGameServer_SteamGameServer013_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamGameServer_SteamGameServer013_AssociateWithClan_params params = { @@ -3814,7 +3814,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer013_AssociateWithCl return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) +uint64_t __thiscall winISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) { struct cppISteamGameServer_SteamGameServer013_ComputeNewPlayerCompatibility_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_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t 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, uint32_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer014_InitGameServer_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamGameServer_SteamGameServer014_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamGameServer_SteamGameServer014_GetAuthSessionTicket_params params = { @@ -4256,7 +4256,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer014_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer014_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer014_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer014_CancelAuthTicket_params params = { @@ -4267,7 +4267,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_CancelAuthTicket(struct w cppISteamGameServer_SteamGameServer014_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamGameServer_SteamGameServer014_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer014_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer014_UserHasLicenseForApp_params params = { @@ -4303,7 +4303,7 @@ void __thiscall winISteamGameServer_SteamGameServer014_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer014_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer014_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer014_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer014_GetServerReputation_params params = { @@ -4356,7 +4356,7 @@ int32_t __thiscall winISteamGameServer_SteamGameServer014_GetNextOutgoingPacket( return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer014_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamGameServer_SteamGameServer014_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamGameServer_SteamGameServer014_AssociateWithClan_params params = { @@ -4368,7 +4368,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer014_AssociateWithCl return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) +uint64_t __thiscall winISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) { struct cppISteamGameServer_SteamGameServer014_ComputeNewPlayerCompatibility_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_t unIP, uint16_t usGamePort, uint16_t usQueryPort, uint32_t 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, uint32_t nGameAppId, const char *pchVersionString) { struct cppISteamGameServer_SteamGameServer015_InitGameServer_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, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSnid) +uint32_t __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 = { @@ -4884,7 +4884,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_EndAuthSession(struct w_s cppISteamGameServer_SteamGameServer015_EndAuthSession( ¶ms ); } -void __thiscall winISteamGameServer_SteamGameServer015_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamGameServer_SteamGameServer015_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamGameServer_SteamGameServer015_CancelAuthTicket_params params = { @@ -4895,7 +4895,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_CancelAuthTicket(struct w cppISteamGameServer_SteamGameServer015_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamGameServer_SteamGameServer015_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamGameServer_SteamGameServer015_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamGameServer_SteamGameServer015_UserHasLicenseForApp_params params = { @@ -4931,7 +4931,7 @@ void __thiscall winISteamGameServer_SteamGameServer015_GetGameplayStats(struct w cppISteamGameServer_SteamGameServer015_GetGameplayStats( ¶ms ); } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer015_GetServerReputation(struct w_steam_iface *_this) +uint64_t __thiscall winISteamGameServer_SteamGameServer015_GetServerReputation(struct w_steam_iface *_this) { struct cppISteamGameServer_SteamGameServer015_GetServerReputation_params params = { @@ -4984,7 +4984,7 @@ int32_t __thiscall winISteamGameServer_SteamGameServer015_GetNextOutgoingPacket( return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer015_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) +uint64_t __thiscall winISteamGameServer_SteamGameServer015_AssociateWithClan(struct w_steam_iface *_this, CSteamID steamIDClan) { struct cppISteamGameServer_SteamGameServer015_AssociateWithClan_params params = { @@ -4996,7 +4996,7 @@ SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer015_AssociateWithCl return params._ret; } -SteamAPICall_t __thiscall winISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) +uint64_t __thiscall winISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility(struct w_steam_iface *_this, CSteamID steamIDNewPlayer) { struct cppISteamGameServer_SteamGameServer015_ComputeNewPlayerCompatibility_params params = { diff --git a/lsteamclient/winISteamGameServerStats.c b/lsteamclient/winISteamGameServerStats.c index b92aed6f..a6bfbe72 100644 --- a/lsteamclient/winISteamGameServerStats.c +++ b/lsteamclient/winISteamGameServerStats.c @@ -26,7 +26,7 @@ DEFINE_THISCALL_WRAPPER(winISteamGameServerStats_SteamGameServerStats001_SetUser DEFINE_THISCALL_WRAPPER(winISteamGameServerStats_SteamGameServerStats001_ClearUserAchievement, 16) DEFINE_THISCALL_WRAPPER(winISteamGameServerStats_SteamGameServerStats001_StoreUserStats, 12) -SteamAPICall_t __thiscall winISteamGameServerStats_SteamGameServerStats001_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamGameServerStats_SteamGameServerStats001_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats_params params = { @@ -149,7 +149,7 @@ bool __thiscall winISteamGameServerStats_SteamGameServerStats001_ClearUserAchiev return params._ret; } -SteamAPICall_t __thiscall winISteamGameServerStats_SteamGameServerStats001_StoreUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamGameServerStats_SteamGameServerStats001_StoreUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamGameServerStats_SteamGameServerStats001_StoreUserStats_params params = { diff --git a/lsteamclient/winISteamGameStats.c b/lsteamclient/winISteamGameStats.c index e63ce062..3e5ec6bc 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_t nAccountType, uint64_t ulAccountID, int32_t nAppID, RTime32 rtTimeStarted) +uint64_t __thiscall winISteamGameStats_SteamGameStats001_GetNewSession(struct w_steam_iface *_this, int8_t nAccountType, uint64_t ulAccountID, int32_t nAppID, uint32_t 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_t ulSessionID, RTime32 rtTimeEnded, int32_t nReasonCode) +uint64_t __thiscall winISteamGameStats_SteamGameStats001_EndSession(struct w_steam_iface *_this, uint64_t ulSessionID, uint32_t rtTimeEnded, int32_t nReasonCode) { struct cppISteamGameStats_SteamGameStats001_EndSession_params params = { diff --git a/lsteamclient/winISteamHTMLSurface.c b/lsteamclient/winISteamHTMLSurface.c index 91ec388d..6c70849b 100644 --- a/lsteamclient/winISteamHTMLSurface.c +++ b/lsteamclient/winISteamHTMLSurface.c @@ -74,7 +74,7 @@ bool __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Shut return params._ret; } -SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) +uint64_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CreateBrowser_params params = { @@ -87,7 +87,7 @@ SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSIO return params._ret; } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser_params params = { @@ -98,7 +98,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Remo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_RemoveBrowser( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_LoadURL(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchURL, const char *pchPostData) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_LoadURL(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchURL, const char *pchPostData) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_LoadURL_params params = { @@ -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_t unWidth, uint32_t unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize_params params = { @@ -126,7 +126,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetS cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetSize( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad_params params = { @@ -137,7 +137,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopLoad( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload_params params = { @@ -148,7 +148,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Relo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Reload( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack_params params = { @@ -159,7 +159,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBa cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoBack( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward_params params = { @@ -170,7 +170,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoFo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GoForward( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeader(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeader(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchKey, const char *pchValue) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeader_params params = { @@ -183,7 +183,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AddHeader( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchScript) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchScript) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript_params params = { @@ -195,7 +195,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Exec cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ExecuteJavascript( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp_params params = { @@ -207,7 +207,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown_params params = { @@ -219,7 +219,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseDoubleClick_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseMove(struct w_steam_iface *_this, uint32_t 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_t nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_MouseWheel(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyDown(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyUp(struct w_steam_iface *_this, uint32_t 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_t cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_KeyChar(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetHorizontalScroll(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll_params params = { @@ -319,7 +319,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetV cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetVerticalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bHasKeyFocus) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bHasKeyFocus) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus_params params = { @@ -331,7 +331,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetK cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_SetKeyFocus( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource_params params = { @@ -342,7 +342,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_View cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_ViewSource( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard_params params = { @@ -353,7 +353,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Copy cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_CopyToClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard_params params = { @@ -364,7 +364,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Past cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_PasteFromClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find_params params = { @@ -378,7 +378,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Find( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_StopFind_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition(struct w_steam_iface *_this, uint32_t unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition_params params = { @@ -402,7 +402,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetL cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_GetLinkAtPosition( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bAllowed) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bAllowed) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest_params params = { @@ -414,7 +414,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Allo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_AllowStartRequest( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bResult) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bResult) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse_params params = { @@ -426,7 +426,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDi cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_JSDialogResponse( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char **pchSelectedFiles) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char **pchSelectedFiles) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_FileLoadDialogResponse_params params = { @@ -556,7 +556,7 @@ bool __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Shut return params._ret; } -SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) +uint64_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CreateBrowser_params params = { @@ -569,7 +569,7 @@ SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSIO return params._ret; } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser_params params = { @@ -580,7 +580,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Remo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_RemoveBrowser( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_LoadURL(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchURL, const char *pchPostData) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_LoadURL(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchURL, const char *pchPostData) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_LoadURL_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_t unWidth, uint32_t unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize_params params = { @@ -608,7 +608,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetS cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetSize( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad_params params = { @@ -619,7 +619,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopLoad( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload_params params = { @@ -630,7 +630,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Relo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Reload( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack_params params = { @@ -641,7 +641,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBa cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoBack( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward_params params = { @@ -652,7 +652,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoFo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GoForward( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeader(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeader(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchKey, const char *pchValue) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeader_params params = { @@ -665,7 +665,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AddHeader( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchScript) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchScript) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript_params params = { @@ -677,7 +677,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Exec cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ExecuteJavascript( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp_params params = { @@ -689,7 +689,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown_params params = { @@ -701,7 +701,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseDoubleClick_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseMove(struct w_steam_iface *_this, uint32_t 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_t nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_MouseWheel(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyDown(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyUp(struct w_steam_iface *_this, uint32_t 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_t cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_KeyChar(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetHorizontalScroll(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll_params params = { @@ -801,7 +801,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetV cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetVerticalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bHasKeyFocus) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bHasKeyFocus) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus_params params = { @@ -813,7 +813,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetK cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetKeyFocus( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource_params params = { @@ -824,7 +824,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_View cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_ViewSource( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard_params params = { @@ -835,7 +835,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Copy cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_CopyToClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard_params params = { @@ -846,7 +846,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Past cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_PasteFromClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find_params params = { @@ -860,7 +860,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Find( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_StopFind_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition(struct w_steam_iface *_this, uint32_t unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition_params params = { @@ -884,7 +884,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetL cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_GetLinkAtPosition( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, RTime32 nExpires, bool bSecure, bool bHTTPOnly) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, uint32_t nExpires, bool bSecure, bool bHTTPOnly) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetCookie_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, int32_t nPointX, int32_t nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor_params params = { @@ -915,7 +915,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetP cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_SetPageScaleFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bAllowed) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bAllowed) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest_params params = { @@ -927,7 +927,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Allo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_AllowStartRequest( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bResult) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bResult) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse_params params = { @@ -939,7 +939,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDi cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_JSDialogResponse( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char **pchSelectedFiles) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char **pchSelectedFiles) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_FileLoadDialogResponse_params params = { @@ -1072,7 +1072,7 @@ bool __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Shut return params._ret; } -SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) +uint64_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CreateBrowser_params params = { @@ -1085,7 +1085,7 @@ SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSIO return params._ret; } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser_params params = { @@ -1096,7 +1096,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Remo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_RemoveBrowser( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_LoadURL(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchURL, const char *pchPostData) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_LoadURL(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchURL, const char *pchPostData) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_LoadURL_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_t unWidth, uint32_t unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize_params params = { @@ -1124,7 +1124,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetS cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetSize( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad_params params = { @@ -1135,7 +1135,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopLoad( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload_params params = { @@ -1146,7 +1146,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Relo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Reload( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack_params params = { @@ -1157,7 +1157,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBa cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoBack( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward_params params = { @@ -1168,7 +1168,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoFo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GoForward( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeader(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeader(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchKey, const char *pchValue) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeader_params params = { @@ -1181,7 +1181,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AddHeader( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchScript) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchScript) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript_params params = { @@ -1193,7 +1193,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Exec cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ExecuteJavascript( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp_params params = { @@ -1205,7 +1205,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown_params params = { @@ -1217,7 +1217,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseDoubleClick_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseMove(struct w_steam_iface *_this, uint32_t 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_t nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_MouseWheel(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyDown(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyUp(struct w_steam_iface *_this, uint32_t 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_t cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_KeyChar(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetHorizontalScroll(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll_params params = { @@ -1317,7 +1317,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetV cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetVerticalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bHasKeyFocus) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bHasKeyFocus) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus_params params = { @@ -1329,7 +1329,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetK cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetKeyFocus( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource_params params = { @@ -1340,7 +1340,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_View cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_ViewSource( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard_params params = { @@ -1351,7 +1351,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Copy cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_CopyToClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard_params params = { @@ -1362,7 +1362,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Past cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_PasteFromClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find_params params = { @@ -1376,7 +1376,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Find( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_StopFind_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition(struct w_steam_iface *_this, uint32_t unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition_params params = { @@ -1400,7 +1400,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetL cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_GetLinkAtPosition( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, RTime32 nExpires, bool bSecure, bool bHTTPOnly) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, uint32_t nExpires, bool bSecure, bool bHTTPOnly) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetCookie_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, int32_t nPointX, int32_t nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor_params params = { @@ -1431,7 +1431,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetP cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetPageScaleFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bBackgroundMode) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bBackgroundMode) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode_params params = { @@ -1443,7 +1443,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetB cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_SetBackgroundMode( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bAllowed) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bAllowed) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest_params params = { @@ -1455,7 +1455,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Allo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_AllowStartRequest( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bResult) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bResult) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse_params params = { @@ -1467,7 +1467,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDi cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_JSDialogResponse( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char **pchSelectedFiles) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char **pchSelectedFiles) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_FileLoadDialogResponse_params params = { @@ -1602,7 +1602,7 @@ bool __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Shut return params._ret; } -SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) +uint64_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CreateBrowser_params params = { @@ -1615,7 +1615,7 @@ SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSIO return params._ret; } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser_params params = { @@ -1626,7 +1626,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Remo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_RemoveBrowser( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_LoadURL(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchURL, const char *pchPostData) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_LoadURL(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchURL, const char *pchPostData) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_LoadURL_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_t unWidth, uint32_t unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize_params params = { @@ -1654,7 +1654,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetS cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetSize( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad_params params = { @@ -1665,7 +1665,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopLoad( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload_params params = { @@ -1676,7 +1676,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Relo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Reload( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack_params params = { @@ -1687,7 +1687,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBa cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoBack( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward_params params = { @@ -1698,7 +1698,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoFo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GoForward( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeader(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeader(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchKey, const char *pchValue) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeader_params params = { @@ -1711,7 +1711,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AddHeader( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchScript) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchScript) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript_params params = { @@ -1723,7 +1723,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Exec cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ExecuteJavascript( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp_params params = { @@ -1735,7 +1735,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown_params params = { @@ -1747,7 +1747,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseDoubleClick_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseMove(struct w_steam_iface *_this, uint32_t 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_t nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_MouseWheel(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyDown(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyUp(struct w_steam_iface *_this, uint32_t 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_t cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_KeyChar(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetHorizontalScroll(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll_params params = { @@ -1847,7 +1847,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetV cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetVerticalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bHasKeyFocus) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bHasKeyFocus) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus_params params = { @@ -1859,7 +1859,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetK cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetKeyFocus( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource_params params = { @@ -1870,7 +1870,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_View cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_ViewSource( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard_params params = { @@ -1881,7 +1881,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Copy cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_CopyToClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard_params params = { @@ -1892,7 +1892,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Past cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_PasteFromClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find_params params = { @@ -1906,7 +1906,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Find( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_StopFind_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition(struct w_steam_iface *_this, uint32_t unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition_params params = { @@ -1930,7 +1930,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetL cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_GetLinkAtPosition( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, RTime32 nExpires, bool bSecure, bool bHTTPOnly) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, uint32_t nExpires, bool bSecure, bool bHTTPOnly) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetCookie_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, int32_t nPointX, int32_t nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor_params params = { @@ -1961,7 +1961,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetP cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetPageScaleFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bBackgroundMode) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bBackgroundMode) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode_params params = { @@ -1973,7 +1973,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetB cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetBackgroundMode( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flDPIScaling) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flDPIScaling) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor_params params = { @@ -1985,7 +1985,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_SetDPIScalingFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bAllowed) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bAllowed) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest_params params = { @@ -1997,7 +1997,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Allo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_AllowStartRequest( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bResult) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bResult) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse_params params = { @@ -2009,7 +2009,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDi cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_JSDialogResponse( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char **pchSelectedFiles) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char **pchSelectedFiles) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_FileLoadDialogResponse_params params = { @@ -2146,7 +2146,7 @@ bool __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Shut return params._ret; } -SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) +uint64_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CreateBrowser(struct w_steam_iface *_this, const char *pchUserAgent, const char *pchUserCSS) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CreateBrowser_params params = { @@ -2159,7 +2159,7 @@ SteamAPICall_t __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSIO return params._ret; } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser_params params = { @@ -2170,7 +2170,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Remo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_RemoveBrowser( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_LoadURL(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchURL, const char *pchPostData) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_LoadURL(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchURL, const char *pchPostData) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_LoadURL_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_t unWidth, uint32_t unHeight) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t unWidth, uint32_t unHeight) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize_params params = { @@ -2198,7 +2198,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetS cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetSize( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad_params params = { @@ -2209,7 +2209,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Stop cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopLoad( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload_params params = { @@ -2220,7 +2220,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Relo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Reload( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack_params params = { @@ -2231,7 +2231,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBa cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoBack( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward_params params = { @@ -2242,7 +2242,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoFo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GoForward( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeader(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeader(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchKey, const char *pchValue) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeader_params params = { @@ -2255,7 +2255,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddH cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AddHeader( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchScript) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchScript) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript_params params = { @@ -2267,7 +2267,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Exec cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ExecuteJavascript( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp_params params = { @@ -2279,7 +2279,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseUp( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown_params params = { @@ -2291,7 +2291,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Mous cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDown( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, uint32_t eMouseButton) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t eMouseButton) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseDoubleClick_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseMove(struct w_steam_iface *_this, uint32_t 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_t nDelta) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_MouseWheel(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers, bool bIsSystemKey) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyDown(struct w_steam_iface *_this, uint32_t 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_t nNativeKeyCode, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyUp(struct w_steam_iface *_this, uint32_t 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_t cUnicodeChar, uint32_t eHTMLKeyModifiers) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_KeyChar(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetHorizontalScroll(struct w_steam_iface *_this, uint32_t 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_t nAbsolutePixelScroll) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll(struct w_steam_iface *_this, uint32_t unBrowserHandle, uint32_t nAbsolutePixelScroll) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll_params params = { @@ -2392,7 +2392,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetV cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetVerticalScroll( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bHasKeyFocus) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bHasKeyFocus) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus_params params = { @@ -2404,7 +2404,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetK cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetKeyFocus( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource_params params = { @@ -2415,7 +2415,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_View cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_ViewSource( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard_params params = { @@ -2426,7 +2426,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Copy cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_CopyToClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard_params params = { @@ -2437,7 +2437,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Past cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_PasteFromClipboard( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char *pchSearchStr, bool bCurrentlyInFind, bool bReverse) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find_params params = { @@ -2451,7 +2451,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Find( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_StopFind_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, int32_t x, int32_t y) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition(struct w_steam_iface *_this, uint32_t unBrowserHandle, int32_t x, int32_t y) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition_params params = { @@ -2475,7 +2475,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetL cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_GetLinkAtPosition( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, RTime32 nExpires, bool bSecure, bool bHTTPOnly) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCookie(struct w_steam_iface *_this, const char *pchHostname, const char *pchKey, const char *pchValue, const char *pchPath, uint32_t nExpires, bool bSecure, bool bHTTPOnly) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetCookie_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, int32_t nPointX, int32_t nPointY) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flZoom, int32_t nPointX, int32_t nPointY) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor_params params = { @@ -2506,7 +2506,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetP cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetPageScaleFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bBackgroundMode) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bBackgroundMode) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode_params params = { @@ -2518,7 +2518,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetB cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetBackgroundMode( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, float flDPIScaling) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor(struct w_steam_iface *_this, uint32_t unBrowserHandle, float flDPIScaling) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor_params params = { @@ -2530,7 +2530,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetD cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_SetDPIScalingFactor( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools(struct w_steam_iface *_this, uint32_t unBrowserHandle) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools_params params = { @@ -2541,7 +2541,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Open cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_OpenDeveloperTools( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bAllowed) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bAllowed) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest_params params = { @@ -2553,7 +2553,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Allo cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_AllowStartRequest( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, bool bResult) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, bool bResult) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse_params params = { @@ -2565,7 +2565,7 @@ void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDi cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_JSDialogResponse( ¶ms ); } -void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse(struct w_steam_iface *_this, HHTMLBrowser unBrowserHandle, const char **pchSelectedFiles) +void __thiscall winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse(struct w_steam_iface *_this, uint32_t unBrowserHandle, const char **pchSelectedFiles) { struct cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_FileLoadDialogResponse_params params = { diff --git a/lsteamclient/winISteamHTTP.c b/lsteamclient/winISteamHTTP.c index 5888fc08..cc7abb3e 100644 --- a/lsteamclient/winISteamHTTP.c +++ b/lsteamclient/winISteamHTTP.c @@ -31,7 +31,7 @@ DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTP DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct, 12) DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody, 20) -HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) +uint32_t __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest_params params = { @@ -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_t ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestContextValue(struct w_steam_iface *_this, uint32_t 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_t unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, uint32_t hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -70,7 +70,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestNetwo return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, const char *pchHeaderValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, uint32_t hRequest, const char *pchHeaderName, const char *pchHeaderValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestHeaderValue_params params = { @@ -84,7 +84,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestHeade return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchParamName, const char *pchParamValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, uint32_t hRequest, const char *pchParamName, const char *pchParamValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestGetOrPostParameter_params params = { @@ -98,7 +98,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestGetOr return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest, SteamAPICall_t *pCallHandle) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest, uint64_t *pCallHandle) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest_params params = { @@ -111,7 +111,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SendHTTPRequest(str return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest_params params = { @@ -123,7 +123,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_DeferHTTPRequest(st return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_PrioritizeHTTPRequest_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_t *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, uint32_t 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_t *pHeaderValueBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, uint32_t 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_t *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodySize(struct w_steam_iface *_this, uint32_t 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_t *pBodyDataBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData(struct w_steam_iface *_this, uint32_t hRequest, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBodyData_params params = { @@ -191,7 +191,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPResponseBody return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest_params params = { @@ -203,7 +203,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_ReleaseHTTPRequest( return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, HTTPRequestHandle hRequest, float *pflPercentOut) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, uint32_t hRequest, float *pflPercentOut) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_GetHTTPDownloadProgressPct_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_t *pubBody, uint32_t unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, uint32_t hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_SetHTTPRequestRawPostBody_params params = { @@ -294,7 +294,7 @@ DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequ DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS, 12) DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut, 12) -HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) +uint32_t __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest_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_t ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestContextValue(struct w_steam_iface *_this, uint32_t 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_t unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, uint32_t hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -333,7 +333,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestNetwo return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, const char *pchHeaderValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, uint32_t hRequest, const char *pchHeaderName, const char *pchHeaderValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestHeaderValue_params params = { @@ -347,7 +347,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestHeade return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchParamName, const char *pchParamValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, uint32_t hRequest, const char *pchParamName, const char *pchParamValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestGetOrPostParameter_params params = { @@ -361,7 +361,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestGetOr return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest, SteamAPICall_t *pCallHandle) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest, uint64_t *pCallHandle) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest_params params = { @@ -374,7 +374,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequest(str return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResponse(struct w_steam_iface *_this, HTTPRequestHandle hRequest, SteamAPICall_t *pCallHandle) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResponse(struct w_steam_iface *_this, uint32_t hRequest, uint64_t *pCallHandle) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndStreamResponse_params params = { @@ -387,7 +387,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SendHTTPRequestAndS return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest_params params = { @@ -399,7 +399,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_DeferHTTPRequest(st return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_PrioritizeHTTPRequest_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_t *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, uint32_t 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_t *pHeaderValueBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, uint32_t 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_t *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodySize(struct w_steam_iface *_this, uint32_t 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_t *pBodyDataBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPResponseBodyData(struct w_steam_iface *_this, uint32_t 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_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, uint32_t hRequest, uint32_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingResponseBodyData_params params = { @@ -482,7 +482,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPStreamingRes return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest_params params = { @@ -494,7 +494,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseHTTPRequest( return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, HTTPRequestHandle hRequest, float *pflPercentOut) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, uint32_t hRequest, float *pflPercentOut) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPDownloadProgressPct_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_t *pubBody, uint32_t unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, uint32_t hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPostBody_params params = { @@ -522,7 +522,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRawPo return params._ret; } -HTTPCookieContainerHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer(struct w_steam_iface *_this, bool bAllowResponsesToModify) +uint32_t __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer(struct w_steam_iface *_this, bool bAllowResponsesToModify) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateCookieContainer_params params = { @@ -534,7 +534,7 @@ HTTPCookieContainerHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION00 return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer(struct w_steam_iface *_this, HTTPCookieContainerHandle hCookieContainer) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer(struct w_steam_iface *_this, uint32_t hCookieContainer) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContainer_params params = { @@ -546,7 +546,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_ReleaseCookieContai return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetCookie(struct w_steam_iface *_this, HTTPCookieContainerHandle hCookieContainer, const char *pchHost, const char *pchUrl, const char *pchCookie) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetCookie(struct w_steam_iface *_this, uint32_t hCookieContainer, const char *pchHost, const char *pchUrl, const char *pchCookie) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetCookie_params params = { @@ -561,7 +561,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetCookie(struct w_ return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContainer(struct w_steam_iface *_this, HTTPRequestHandle hRequest, HTTPCookieContainerHandle hCookieContainer) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContainer(struct w_steam_iface *_this, uint32_t hRequest, uint32_t hCookieContainer) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCookieContainer_params params = { @@ -574,7 +574,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestCooki return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchUserAgentInfo) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo(struct w_steam_iface *_this, uint32_t hRequest, const char *pchUserAgentInfo) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserAgentInfo_params params = { @@ -587,7 +587,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestUserA return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifiedCertificate(struct w_steam_iface *_this, HTTPRequestHandle hRequest, bool bRequireVerifiedCertificate) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifiedCertificate(struct w_steam_iface *_this, uint32_t hRequest, bool bRequireVerifiedCertificate) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestRequiresVerifiedCertificate_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_t unMilliseconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, uint32_t hRequest, uint32_t unMilliseconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsoluteTimeoutMS_params params = { @@ -613,7 +613,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_SetHTTPRequestAbsol return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut(struct w_steam_iface *_this, HTTPRequestHandle hRequest, bool *pbWasTimedOut) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut(struct w_steam_iface *_this, uint32_t hRequest, bool *pbWasTimedOut) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_GetHTTPRequestWasTimedOut_params params = { @@ -699,7 +699,7 @@ DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequ DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS, 12) DEFINE_THISCALL_WRAPPER(winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut, 12) -HTTPRequestHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) +uint32_t __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest(struct w_steam_iface *_this, uint32_t eHTTPRequestMethod, const char *pchAbsoluteURL) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest_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_t ulContextValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestContextValue(struct w_steam_iface *_this, uint32_t 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_t unTimeoutSeconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout(struct w_steam_iface *_this, uint32_t hRequest, uint32_t unTimeoutSeconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetworkActivityTimeout_params params = { @@ -738,7 +738,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestNetwo return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchHeaderName, const char *pchHeaderValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestHeaderValue(struct w_steam_iface *_this, uint32_t hRequest, const char *pchHeaderName, const char *pchHeaderValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestHeaderValue_params params = { @@ -752,7 +752,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestHeade return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchParamName, const char *pchParamValue) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestGetOrPostParameter(struct w_steam_iface *_this, uint32_t hRequest, const char *pchParamName, const char *pchParamValue) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestGetOrPostParameter_params params = { @@ -766,7 +766,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestGetOr return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest, SteamAPICall_t *pCallHandle) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest, uint64_t *pCallHandle) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest_params params = { @@ -779,7 +779,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequest(str return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResponse(struct w_steam_iface *_this, HTTPRequestHandle hRequest, SteamAPICall_t *pCallHandle) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResponse(struct w_steam_iface *_this, uint32_t hRequest, uint64_t *pCallHandle) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndStreamResponse_params params = { @@ -792,7 +792,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SendHTTPRequestAndS return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest_params params = { @@ -804,7 +804,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_DeferHTTPRequest(st return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_PrioritizeHTTPRequest_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_t *unResponseHeaderSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderSize(struct w_steam_iface *_this, uint32_t 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_t *pHeaderValueBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseHeaderValue(struct w_steam_iface *_this, uint32_t 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_t *unBodySize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodySize(struct w_steam_iface *_this, uint32_t 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_t *pBodyDataBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPResponseBodyData(struct w_steam_iface *_this, uint32_t 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_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData(struct w_steam_iface *_this, uint32_t hRequest, uint32_t cOffset, uint8_t *pBodyDataBuffer, uint32_t unBufferSize) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingResponseBodyData_params params = { @@ -887,7 +887,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPStreamingRes return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest(struct w_steam_iface *_this, HTTPRequestHandle hRequest) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest(struct w_steam_iface *_this, uint32_t hRequest) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest_params params = { @@ -899,7 +899,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseHTTPRequest( return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, HTTPRequestHandle hRequest, float *pflPercentOut) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct(struct w_steam_iface *_this, uint32_t hRequest, float *pflPercentOut) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPDownloadProgressPct_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_t *pubBody, uint32_t unBodyLen) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody(struct w_steam_iface *_this, uint32_t hRequest, const char *pchContentType, uint8_t *pubBody, uint32_t unBodyLen) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPostBody_params params = { @@ -927,7 +927,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRawPo return params._ret; } -HTTPCookieContainerHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer(struct w_steam_iface *_this, bool bAllowResponsesToModify) +uint32_t __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer(struct w_steam_iface *_this, bool bAllowResponsesToModify) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateCookieContainer_params params = { @@ -939,7 +939,7 @@ HTTPCookieContainerHandle __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION00 return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer(struct w_steam_iface *_this, HTTPCookieContainerHandle hCookieContainer) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer(struct w_steam_iface *_this, uint32_t hCookieContainer) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContainer_params params = { @@ -951,7 +951,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_ReleaseCookieContai return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetCookie(struct w_steam_iface *_this, HTTPCookieContainerHandle hCookieContainer, const char *pchHost, const char *pchUrl, const char *pchCookie) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetCookie(struct w_steam_iface *_this, uint32_t hCookieContainer, const char *pchHost, const char *pchUrl, const char *pchCookie) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetCookie_params params = { @@ -966,7 +966,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetCookie(struct w_ return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContainer(struct w_steam_iface *_this, HTTPRequestHandle hRequest, HTTPCookieContainerHandle hCookieContainer) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContainer(struct w_steam_iface *_this, uint32_t hRequest, uint32_t hCookieContainer) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCookieContainer_params params = { @@ -979,7 +979,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestCooki return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo(struct w_steam_iface *_this, HTTPRequestHandle hRequest, const char *pchUserAgentInfo) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo(struct w_steam_iface *_this, uint32_t hRequest, const char *pchUserAgentInfo) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserAgentInfo_params params = { @@ -992,7 +992,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestUserA return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifiedCertificate(struct w_steam_iface *_this, HTTPRequestHandle hRequest, bool bRequireVerifiedCertificate) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifiedCertificate(struct w_steam_iface *_this, uint32_t hRequest, bool bRequireVerifiedCertificate) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestRequiresVerifiedCertificate_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_t unMilliseconds) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS(struct w_steam_iface *_this, uint32_t hRequest, uint32_t unMilliseconds) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsoluteTimeoutMS_params params = { @@ -1018,7 +1018,7 @@ bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_SetHTTPRequestAbsol return params._ret; } -bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut(struct w_steam_iface *_this, HTTPRequestHandle hRequest, bool *pbWasTimedOut) +bool __thiscall winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut(struct w_steam_iface *_this, uint32_t hRequest, bool *pbWasTimedOut) { struct cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_GetHTTPRequestWasTimedOut_params params = { diff --git a/lsteamclient/winISteamInput.c b/lsteamclient/winISteamInput.c index b15807b3..bc12486b 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 ); } -int32_t __thiscall winISteamInput_SteamInput001_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput001_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamInput_SteamInput001_GetConnectedControllers_params params = { @@ -95,7 +95,7 @@ int32_t __thiscall winISteamInput_SteamInput001_GetConnectedControllers(struct w return params._ret; } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput001_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamInput_SteamInput001_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamInput_SteamInput001_GetActionSetHandle_params params = { @@ -107,7 +107,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput001_GetActionSetHandl return params._ret; } -void __thiscall winISteamInput_SteamInput001_ActivateActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle) +void __thiscall winISteamInput_SteamInput001_ActivateActionSet(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetHandle) { struct cppISteamInput_SteamInput001_ActivateActionSet_params params = { @@ -119,7 +119,7 @@ void __thiscall winISteamInput_SteamInput001_ActivateActionSet(struct w_steam_if cppISteamInput_SteamInput001_ActivateActionSet( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput001_GetCurrentActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint64_t __thiscall winISteamInput_SteamInput001_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput001_GetCurrentActionSet_params params = { @@ -131,7 +131,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput001_GetCurrentActionS return params._ret; } -void __thiscall winISteamInput_SteamInput001_ActivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput001_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput001_ActivateActionSetLayer_params params = { @@ -143,7 +143,7 @@ void __thiscall winISteamInput_SteamInput001_ActivateActionSetLayer(struct w_ste cppISteamInput_SteamInput001_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput001_DeactivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput001_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput001_DeactivateActionSetLayer_params params = { @@ -155,7 +155,7 @@ void __thiscall winISteamInput_SteamInput001_DeactivateActionSetLayer(struct w_s cppISteamInput_SteamInput001_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput001_DeactivateAllActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle) +void __thiscall winISteamInput_SteamInput001_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput001_DeactivateAllActionSetLayers_params params = { @@ -166,7 +166,7 @@ void __thiscall winISteamInput_SteamInput001_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput001_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t inputHandle, uint64_t *handlesOut) { struct cppISteamInput_SteamInput001_GetActiveActionSetLayers_params params = { @@ -179,7 +179,7 @@ int32_t __thiscall winISteamInput_SteamInput001_GetActiveActionSetLayers(struct return params._ret; } -InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput001_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput001_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput001_GetDigitalActionHandle_params params = { @@ -191,7 +191,7 @@ InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput001_GetDigitalAct return params._ret; } -InputDigitalActionData_t * __thiscall winISteamInput_SteamInput001_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, InputHandle_t inputHandle, InputDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamInput_SteamInput001_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t inputHandle, uint64_t digitalActionHandle) { struct cppISteamInput_SteamInput001_GetDigitalActionData_params params = { @@ -205,7 +205,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput001_GetDigitalAct return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput001_GetDigitalActionOrigins_params params = { @@ -220,7 +220,7 @@ int32_t __thiscall winISteamInput_SteamInput001_GetDigitalActionOrigins(struct w return params._ret; } -InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput001_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput001_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput001_GetAnalogActionHandle_params params = { @@ -232,7 +232,7 @@ InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput001_GetAnalogActio return params._ret; } -InputAnalogActionData_t * __thiscall winISteamInput_SteamInput001_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, InputHandle_t inputHandle, InputAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamInput_SteamInput001_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t inputHandle, uint64_t analogActionHandle) { struct cppISteamInput_SteamInput001_GetAnalogActionData_params params = { @@ -246,7 +246,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput001_GetAnalogActio return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput001_GetAnalogActionOrigins_params params = { @@ -285,7 +285,7 @@ const char * __thiscall winISteamInput_SteamInput001_GetStringForActionOrigin(st return params._ret; } -void __thiscall winISteamInput_SteamInput001_StopAnalogActionMomentum(struct w_steam_iface *_this, InputHandle_t inputHandle, InputAnalogActionHandle_t eAction) +void __thiscall winISteamInput_SteamInput001_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t eAction) { struct cppISteamInput_SteamInput001_StopAnalogActionMomentum_params params = { @@ -297,7 +297,7 @@ void __thiscall winISteamInput_SteamInput001_StopAnalogActionMomentum(struct w_s cppISteamInput_SteamInput001_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamInput_SteamInput001_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, InputHandle_t inputHandle) +InputMotionData_t * __thiscall winISteamInput_SteamInput001_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t inputHandle) { struct cppISteamInput_SteamInput001_GetMotionData_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamInput_SteamInput001_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput001_SetLEDColor(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec) +void __thiscall winISteamInput_SteamInput001_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput001_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse_params params = { @@ -367,7 +367,7 @@ void __thiscall winISteamInput_SteamInput001_TriggerRepeatedHapticPulse(struct w cppISteamInput_SteamInput001_TriggerRepeatedHapticPulse( ¶ms ); } -bool __thiscall winISteamInput_SteamInput001_ShowBindingPanel(struct w_steam_iface *_this, InputHandle_t inputHandle) +bool __thiscall winISteamInput_SteamInput001_ShowBindingPanel(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput001_ShowBindingPanel_params params = { @@ -379,7 +379,7 @@ bool __thiscall winISteamInput_SteamInput001_ShowBindingPanel(struct w_steam_ifa return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput001_GetInputTypeForHandle(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput001_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput001_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamInput_SteamInput001_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput001_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulinputHandle) { struct cppISteamInput_SteamInput001_GetGamepadIndexForController_params params = { @@ -439,7 +439,7 @@ const char * __thiscall winISteamInput_SteamInput001_GetGlyphForXboxOrigin(struc return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput001_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamInput_SteamInput001_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eOrigin) { struct cppISteamInput_SteamInput001_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamInput_SteamInput001_GetDeviceBindingRevision(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamInput_SteamInput001_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput001_GetRemotePlaySessionID(struct w_steam_iface *_this, uint64_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 ); } -int32_t __thiscall winISteamInput_SteamInput002_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput002_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamInput_SteamInput002_GetConnectedControllers_params params = { @@ -628,7 +628,7 @@ int32_t __thiscall winISteamInput_SteamInput002_GetConnectedControllers(struct w return params._ret; } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput002_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamInput_SteamInput002_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamInput_SteamInput002_GetActionSetHandle_params params = { @@ -640,7 +640,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput002_GetActionSetHandl return params._ret; } -void __thiscall winISteamInput_SteamInput002_ActivateActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle) +void __thiscall winISteamInput_SteamInput002_ActivateActionSet(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetHandle) { struct cppISteamInput_SteamInput002_ActivateActionSet_params params = { @@ -652,7 +652,7 @@ void __thiscall winISteamInput_SteamInput002_ActivateActionSet(struct w_steam_if cppISteamInput_SteamInput002_ActivateActionSet( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput002_GetCurrentActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint64_t __thiscall winISteamInput_SteamInput002_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_GetCurrentActionSet_params params = { @@ -664,7 +664,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput002_GetCurrentActionS return params._ret; } -void __thiscall winISteamInput_SteamInput002_ActivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput002_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput002_ActivateActionSetLayer_params params = { @@ -676,7 +676,7 @@ void __thiscall winISteamInput_SteamInput002_ActivateActionSetLayer(struct w_ste cppISteamInput_SteamInput002_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput002_DeactivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput002_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput002_DeactivateActionSetLayer_params params = { @@ -688,7 +688,7 @@ void __thiscall winISteamInput_SteamInput002_DeactivateActionSetLayer(struct w_s cppISteamInput_SteamInput002_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput002_DeactivateAllActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle) +void __thiscall winISteamInput_SteamInput002_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_DeactivateAllActionSetLayers_params params = { @@ -699,7 +699,7 @@ void __thiscall winISteamInput_SteamInput002_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput002_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t inputHandle, uint64_t *handlesOut) { struct cppISteamInput_SteamInput002_GetActiveActionSetLayers_params params = { @@ -712,7 +712,7 @@ int32_t __thiscall winISteamInput_SteamInput002_GetActiveActionSetLayers(struct return params._ret; } -InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput002_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput002_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput002_GetDigitalActionHandle_params params = { @@ -724,7 +724,7 @@ InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput002_GetDigitalAct return params._ret; } -InputDigitalActionData_t * __thiscall winISteamInput_SteamInput002_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, InputHandle_t inputHandle, InputDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamInput_SteamInput002_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t inputHandle, uint64_t digitalActionHandle) { struct cppISteamInput_SteamInput002_GetDigitalActionData_params params = { @@ -738,7 +738,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput002_GetDigitalAct return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput002_GetDigitalActionOrigins_params params = { @@ -753,7 +753,7 @@ int32_t __thiscall winISteamInput_SteamInput002_GetDigitalActionOrigins(struct w return params._ret; } -InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput002_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput002_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput002_GetAnalogActionHandle_params params = { @@ -765,7 +765,7 @@ InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput002_GetAnalogActio return params._ret; } -InputAnalogActionData_t * __thiscall winISteamInput_SteamInput002_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, InputHandle_t inputHandle, InputAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamInput_SteamInput002_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t inputHandle, uint64_t analogActionHandle) { struct cppISteamInput_SteamInput002_GetAnalogActionData_params params = { @@ -779,7 +779,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput002_GetAnalogActio return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput002_GetAnalogActionOrigins_params params = { @@ -818,7 +818,7 @@ const char * __thiscall winISteamInput_SteamInput002_GetStringForActionOrigin(st return params._ret; } -void __thiscall winISteamInput_SteamInput002_StopAnalogActionMomentum(struct w_steam_iface *_this, InputHandle_t inputHandle, InputAnalogActionHandle_t eAction) +void __thiscall winISteamInput_SteamInput002_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t eAction) { struct cppISteamInput_SteamInput002_StopAnalogActionMomentum_params params = { @@ -830,7 +830,7 @@ void __thiscall winISteamInput_SteamInput002_StopAnalogActionMomentum(struct w_s cppISteamInput_SteamInput002_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamInput_SteamInput002_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, InputHandle_t inputHandle) +InputMotionData_t * __thiscall winISteamInput_SteamInput002_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_GetMotionData_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamInput_SteamInput002_TriggerVibration(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput002_SetLEDColor(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec) +void __thiscall winISteamInput_SteamInput002_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput002_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse_params params = { @@ -900,7 +900,7 @@ void __thiscall winISteamInput_SteamInput002_TriggerRepeatedHapticPulse(struct w cppISteamInput_SteamInput002_TriggerRepeatedHapticPulse( ¶ms ); } -bool __thiscall winISteamInput_SteamInput002_ShowBindingPanel(struct w_steam_iface *_this, InputHandle_t inputHandle) +bool __thiscall winISteamInput_SteamInput002_ShowBindingPanel(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_ShowBindingPanel_params params = { @@ -912,7 +912,7 @@ bool __thiscall winISteamInput_SteamInput002_ShowBindingPanel(struct w_steam_ifa return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput002_GetInputTypeForHandle(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput002_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamInput_SteamInput002_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput002_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulinputHandle) { struct cppISteamInput_SteamInput002_GetGamepadIndexForController_params params = { @@ -972,7 +972,7 @@ const char * __thiscall winISteamInput_SteamInput002_GetGlyphForXboxOrigin(struc return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput002_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamInput_SteamInput002_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eOrigin) { struct cppISteamInput_SteamInput002_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamInput_SteamInput002_GetDeviceBindingRevision(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamInput_SteamInput002_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput002_GetRemotePlaySessionID(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput002_GetRemotePlaySessionID_params params = { @@ -1201,7 +1201,7 @@ bool __thiscall winISteamInput_SteamInput005_BNewDataAvailable(struct w_steam_if return params._ret; } -int32_t __thiscall winISteamInput_SteamInput005_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput005_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamInput_SteamInput005_GetConnectedControllers_params params = { @@ -1234,7 +1234,7 @@ void __thiscall winISteamInput_SteamInput005_EnableActionEventCallbacks(struct w cppISteamInput_SteamInput005_EnableActionEventCallbacks( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput005_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamInput_SteamInput005_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamInput_SteamInput005_GetActionSetHandle_params params = { @@ -1246,7 +1246,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput005_GetActionSetHandl return params._ret; } -void __thiscall winISteamInput_SteamInput005_ActivateActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle) +void __thiscall winISteamInput_SteamInput005_ActivateActionSet(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetHandle) { struct cppISteamInput_SteamInput005_ActivateActionSet_params params = { @@ -1258,7 +1258,7 @@ void __thiscall winISteamInput_SteamInput005_ActivateActionSet(struct w_steam_if cppISteamInput_SteamInput005_ActivateActionSet( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput005_GetCurrentActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint64_t __thiscall winISteamInput_SteamInput005_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_GetCurrentActionSet_params params = { @@ -1270,7 +1270,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput005_GetCurrentActionS return params._ret; } -void __thiscall winISteamInput_SteamInput005_ActivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput005_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput005_ActivateActionSetLayer_params params = { @@ -1282,7 +1282,7 @@ void __thiscall winISteamInput_SteamInput005_ActivateActionSetLayer(struct w_ste cppISteamInput_SteamInput005_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_DeactivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput005_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput005_DeactivateActionSetLayer_params params = { @@ -1294,7 +1294,7 @@ void __thiscall winISteamInput_SteamInput005_DeactivateActionSetLayer(struct w_s cppISteamInput_SteamInput005_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput005_DeactivateAllActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle) +void __thiscall winISteamInput_SteamInput005_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_DeactivateAllActionSetLayers_params params = { @@ -1305,7 +1305,7 @@ void __thiscall winISteamInput_SteamInput005_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput005_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t inputHandle, uint64_t *handlesOut) { struct cppISteamInput_SteamInput005_GetActiveActionSetLayers_params params = { @@ -1318,7 +1318,7 @@ int32_t __thiscall winISteamInput_SteamInput005_GetActiveActionSetLayers(struct return params._ret; } -InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput005_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput005_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput005_GetDigitalActionHandle_params params = { @@ -1330,7 +1330,7 @@ InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput005_GetDigitalAct return params._ret; } -InputDigitalActionData_t * __thiscall winISteamInput_SteamInput005_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, InputHandle_t inputHandle, InputDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamInput_SteamInput005_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t inputHandle, uint64_t digitalActionHandle) { struct cppISteamInput_SteamInput005_GetDigitalActionData_params params = { @@ -1344,7 +1344,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput005_GetDigitalAct return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput005_GetDigitalActionOrigins_params params = { @@ -1359,7 +1359,7 @@ int32_t __thiscall winISteamInput_SteamInput005_GetDigitalActionOrigins(struct w return params._ret; } -const char * __thiscall winISteamInput_SteamInput005_GetStringForDigitalActionName(struct w_steam_iface *_this, InputDigitalActionHandle_t eActionHandle) +const char * __thiscall winISteamInput_SteamInput005_GetStringForDigitalActionName(struct w_steam_iface *_this, uint64_t eActionHandle) { struct cppISteamInput_SteamInput005_GetStringForDigitalActionName_params params = { @@ -1371,7 +1371,7 @@ const char * __thiscall winISteamInput_SteamInput005_GetStringForDigitalActionNa return params._ret; } -InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput005_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput005_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput005_GetAnalogActionHandle_params params = { @@ -1383,7 +1383,7 @@ InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput005_GetAnalogActio return params._ret; } -InputAnalogActionData_t * __thiscall winISteamInput_SteamInput005_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, InputHandle_t inputHandle, InputAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamInput_SteamInput005_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t inputHandle, uint64_t analogActionHandle) { struct cppISteamInput_SteamInput005_GetAnalogActionData_params params = { @@ -1397,7 +1397,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput005_GetAnalogActio return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput005_GetAnalogActionOrigins_params params = { @@ -1463,7 +1463,7 @@ const char * __thiscall winISteamInput_SteamInput005_GetStringForActionOrigin(st return params._ret; } -const char * __thiscall winISteamInput_SteamInput005_GetStringForAnalogActionName(struct w_steam_iface *_this, InputAnalogActionHandle_t eActionHandle) +const char * __thiscall winISteamInput_SteamInput005_GetStringForAnalogActionName(struct w_steam_iface *_this, uint64_t eActionHandle) { struct cppISteamInput_SteamInput005_GetStringForAnalogActionName_params params = { @@ -1475,7 +1475,7 @@ const char * __thiscall winISteamInput_SteamInput005_GetStringForAnalogActionNam return params._ret; } -void __thiscall winISteamInput_SteamInput005_StopAnalogActionMomentum(struct w_steam_iface *_this, InputHandle_t inputHandle, InputAnalogActionHandle_t eAction) +void __thiscall winISteamInput_SteamInput005_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t eAction) { struct cppISteamInput_SteamInput005_StopAnalogActionMomentum_params params = { @@ -1487,7 +1487,7 @@ void __thiscall winISteamInput_SteamInput005_StopAnalogActionMomentum(struct w_s cppISteamInput_SteamInput005_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamInput_SteamInput005_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, InputHandle_t inputHandle) +InputMotionData_t * __thiscall winISteamInput_SteamInput005_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_GetMotionData_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamInput_SteamInput005_TriggerVibration(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed, uint16_t usLeftTriggerSpeed, uint16_t usRightTriggerSpeed) +void __thiscall winISteamInput_SteamInput005_TriggerVibrationExtended(struct w_steam_iface *_this, uint64_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_t nIntensity, char nGainDB, uint8_t nOtherIntensity, char nOtherGainDB) +void __thiscall winISteamInput_SteamInput005_TriggerSimpleHapticEvent(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput005_SetLEDColor(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec) +void __thiscall winISteamInput_SteamInput005_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse_params params = { @@ -1588,7 +1588,7 @@ void __thiscall winISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse(s cppISteamInput_SteamInput005_Legacy_TriggerRepeatedHapticPulse( ¶ms ); } -bool __thiscall winISteamInput_SteamInput005_ShowBindingPanel(struct w_steam_iface *_this, InputHandle_t inputHandle) +bool __thiscall winISteamInput_SteamInput005_ShowBindingPanel(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_ShowBindingPanel_params params = { @@ -1600,7 +1600,7 @@ bool __thiscall winISteamInput_SteamInput005_ShowBindingPanel(struct w_steam_ifa return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput005_GetInputTypeForHandle(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput005_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamInput_SteamInput005_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput005_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulinputHandle) { struct cppISteamInput_SteamInput005_GetGamepadIndexForController_params params = { @@ -1660,7 +1660,7 @@ const char * __thiscall winISteamInput_SteamInput005_GetGlyphForXboxOrigin(struc return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput005_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamInput_SteamInput005_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eOrigin) { struct cppISteamInput_SteamInput005_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamInput_SteamInput005_GetDeviceBindingRevision(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamInput_SteamInput005_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput005_GetRemotePlaySessionID(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput005_GetRemotePlaySessionID_params params = { @@ -1913,7 +1913,7 @@ bool __thiscall winISteamInput_SteamInput006_BNewDataAvailable(struct w_steam_if return params._ret; } -int32_t __thiscall winISteamInput_SteamInput006_GetConnectedControllers(struct w_steam_iface *_this, InputHandle_t *handlesOut) +int32_t __thiscall winISteamInput_SteamInput006_GetConnectedControllers(struct w_steam_iface *_this, uint64_t *handlesOut) { struct cppISteamInput_SteamInput006_GetConnectedControllers_params params = { @@ -1946,7 +1946,7 @@ void __thiscall winISteamInput_SteamInput006_EnableActionEventCallbacks(struct w cppISteamInput_SteamInput006_EnableActionEventCallbacks( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput006_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) +uint64_t __thiscall winISteamInput_SteamInput006_GetActionSetHandle(struct w_steam_iface *_this, const char *pszActionSetName) { struct cppISteamInput_SteamInput006_GetActionSetHandle_params params = { @@ -1958,7 +1958,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput006_GetActionSetHandl return params._ret; } -void __thiscall winISteamInput_SteamInput006_ActivateActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetHandle) +void __thiscall winISteamInput_SteamInput006_ActivateActionSet(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetHandle) { struct cppISteamInput_SteamInput006_ActivateActionSet_params params = { @@ -1970,7 +1970,7 @@ void __thiscall winISteamInput_SteamInput006_ActivateActionSet(struct w_steam_if cppISteamInput_SteamInput006_ActivateActionSet( ¶ms ); } -InputActionSetHandle_t __thiscall winISteamInput_SteamInput006_GetCurrentActionSet(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint64_t __thiscall winISteamInput_SteamInput006_GetCurrentActionSet(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_GetCurrentActionSet_params params = { @@ -1982,7 +1982,7 @@ InputActionSetHandle_t __thiscall winISteamInput_SteamInput006_GetCurrentActionS return params._ret; } -void __thiscall winISteamInput_SteamInput006_ActivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput006_ActivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput006_ActivateActionSetLayer_params params = { @@ -1994,7 +1994,7 @@ void __thiscall winISteamInput_SteamInput006_ActivateActionSetLayer(struct w_ste cppISteamInput_SteamInput006_ActivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_DeactivateActionSetLayer(struct w_steam_iface *_this, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle) +void __thiscall winISteamInput_SteamInput006_DeactivateActionSetLayer(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t actionSetLayerHandle) { struct cppISteamInput_SteamInput006_DeactivateActionSetLayer_params params = { @@ -2006,7 +2006,7 @@ void __thiscall winISteamInput_SteamInput006_DeactivateActionSetLayer(struct w_s cppISteamInput_SteamInput006_DeactivateActionSetLayer( ¶ms ); } -void __thiscall winISteamInput_SteamInput006_DeactivateAllActionSetLayers(struct w_steam_iface *_this, InputHandle_t inputHandle) +void __thiscall winISteamInput_SteamInput006_DeactivateAllActionSetLayers(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_DeactivateAllActionSetLayers_params params = { @@ -2017,7 +2017,7 @@ void __thiscall winISteamInput_SteamInput006_DeactivateAllActionSetLayers(struct cppISteamInput_SteamInput006_DeactivateAllActionSetLayers( ¶ms ); } -int32_t __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, uint64_t inputHandle, uint64_t *handlesOut) { struct cppISteamInput_SteamInput006_GetActiveActionSetLayers_params params = { @@ -2030,7 +2030,7 @@ int32_t __thiscall winISteamInput_SteamInput006_GetActiveActionSetLayers(struct return params._ret; } -InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput006_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput006_GetDigitalActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput006_GetDigitalActionHandle_params params = { @@ -2042,7 +2042,7 @@ InputDigitalActionHandle_t __thiscall winISteamInput_SteamInput006_GetDigitalAct return params._ret; } -InputDigitalActionData_t * __thiscall winISteamInput_SteamInput006_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, InputHandle_t inputHandle, InputDigitalActionHandle_t digitalActionHandle) +InputDigitalActionData_t * __thiscall winISteamInput_SteamInput006_GetDigitalActionData(struct w_steam_iface *_this, InputDigitalActionData_t *_ret, uint64_t inputHandle, uint64_t digitalActionHandle) { struct cppISteamInput_SteamInput006_GetDigitalActionData_params params = { @@ -2056,7 +2056,7 @@ InputDigitalActionData_t * __thiscall winISteamInput_SteamInput006_GetDigitalAct return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t digitalActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput006_GetDigitalActionOrigins_params params = { @@ -2071,7 +2071,7 @@ int32_t __thiscall winISteamInput_SteamInput006_GetDigitalActionOrigins(struct w return params._ret; } -const char * __thiscall winISteamInput_SteamInput006_GetStringForDigitalActionName(struct w_steam_iface *_this, InputDigitalActionHandle_t eActionHandle) +const char * __thiscall winISteamInput_SteamInput006_GetStringForDigitalActionName(struct w_steam_iface *_this, uint64_t eActionHandle) { struct cppISteamInput_SteamInput006_GetStringForDigitalActionName_params params = { @@ -2083,7 +2083,7 @@ const char * __thiscall winISteamInput_SteamInput006_GetStringForDigitalActionNa return params._ret; } -InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput006_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) +uint64_t __thiscall winISteamInput_SteamInput006_GetAnalogActionHandle(struct w_steam_iface *_this, const char *pszActionName) { struct cppISteamInput_SteamInput006_GetAnalogActionHandle_params params = { @@ -2095,7 +2095,7 @@ InputAnalogActionHandle_t __thiscall winISteamInput_SteamInput006_GetAnalogActio return params._ret; } -InputAnalogActionData_t * __thiscall winISteamInput_SteamInput006_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, InputHandle_t inputHandle, InputAnalogActionHandle_t analogActionHandle) +InputAnalogActionData_t * __thiscall winISteamInput_SteamInput006_GetAnalogActionData(struct w_steam_iface *_this, InputAnalogActionData_t *_ret, uint64_t inputHandle, uint64_t analogActionHandle) { struct cppISteamInput_SteamInput006_GetAnalogActionData_params params = { @@ -2109,7 +2109,7 @@ InputAnalogActionData_t * __thiscall winISteamInput_SteamInput006_GetAnalogActio return params._ret; } -int32_t __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, uint64_t inputHandle, uint64_t actionSetHandle, uint64_t analogActionHandle, uint32_t *originsOut) { struct cppISteamInput_SteamInput006_GetAnalogActionOrigins_params params = { @@ -2175,7 +2175,7 @@ const char * __thiscall winISteamInput_SteamInput006_GetStringForActionOrigin(st return params._ret; } -const char * __thiscall winISteamInput_SteamInput006_GetStringForAnalogActionName(struct w_steam_iface *_this, InputAnalogActionHandle_t eActionHandle) +const char * __thiscall winISteamInput_SteamInput006_GetStringForAnalogActionName(struct w_steam_iface *_this, uint64_t eActionHandle) { struct cppISteamInput_SteamInput006_GetStringForAnalogActionName_params params = { @@ -2187,7 +2187,7 @@ const char * __thiscall winISteamInput_SteamInput006_GetStringForAnalogActionNam return params._ret; } -void __thiscall winISteamInput_SteamInput006_StopAnalogActionMomentum(struct w_steam_iface *_this, InputHandle_t inputHandle, InputAnalogActionHandle_t eAction) +void __thiscall winISteamInput_SteamInput006_StopAnalogActionMomentum(struct w_steam_iface *_this, uint64_t inputHandle, uint64_t eAction) { struct cppISteamInput_SteamInput006_StopAnalogActionMomentum_params params = { @@ -2199,7 +2199,7 @@ void __thiscall winISteamInput_SteamInput006_StopAnalogActionMomentum(struct w_s cppISteamInput_SteamInput006_StopAnalogActionMomentum( ¶ms ); } -InputMotionData_t * __thiscall winISteamInput_SteamInput006_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, InputHandle_t inputHandle) +InputMotionData_t * __thiscall winISteamInput_SteamInput006_GetMotionData(struct w_steam_iface *_this, InputMotionData_t *_ret, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_GetMotionData_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, uint16_t usLeftSpeed, uint16_t usRightSpeed) +void __thiscall winISteamInput_SteamInput006_TriggerVibration(struct w_steam_iface *_this, uint64_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, uint16_t usLeftSpeed, uint16_t usRightSpeed, uint16_t usLeftTriggerSpeed, uint16_t usRightTriggerSpeed) +void __thiscall winISteamInput_SteamInput006_TriggerVibrationExtended(struct w_steam_iface *_this, uint64_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_t nIntensity, char nGainDB, uint8_t nOtherIntensity, char nOtherGainDB) +void __thiscall winISteamInput_SteamInput006_TriggerSimpleHapticEvent(struct w_steam_iface *_this, uint64_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_t nColorR, uint8_t nColorG, uint8_t nColorB, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput006_SetLEDColor(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec) +void __thiscall winISteamInput_SteamInput006_Legacy_TriggerHapticPulse(struct w_steam_iface *_this, uint64_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, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) +void __thiscall winISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eTargetPad, uint16_t usDurationMicroSec, uint16_t usOffMicroSec, uint16_t unRepeat, uint32_t nFlags) { struct cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse_params params = { @@ -2300,7 +2300,7 @@ void __thiscall winISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse(s cppISteamInput_SteamInput006_Legacy_TriggerRepeatedHapticPulse( ¶ms ); } -bool __thiscall winISteamInput_SteamInput006_ShowBindingPanel(struct w_steam_iface *_this, InputHandle_t inputHandle) +bool __thiscall winISteamInput_SteamInput006_ShowBindingPanel(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_ShowBindingPanel_params params = { @@ -2312,7 +2312,7 @@ bool __thiscall winISteamInput_SteamInput006_ShowBindingPanel(struct w_steam_ifa return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput006_GetInputTypeForHandle(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput006_GetInputTypeForHandle(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_GetInputTypeForHandle_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, int32_t nIndex) +uint64_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; } -int32_t __thiscall winISteamInput_SteamInput006_GetGamepadIndexForController(struct w_steam_iface *_this, InputHandle_t ulinputHandle) +int32_t __thiscall winISteamInput_SteamInput006_GetGamepadIndexForController(struct w_steam_iface *_this, uint64_t ulinputHandle) { struct cppISteamInput_SteamInput006_GetGamepadIndexForController_params params = { @@ -2372,7 +2372,7 @@ const char * __thiscall winISteamInput_SteamInput006_GetGlyphForXboxOrigin(struc return params._ret; } -uint32_t __thiscall winISteamInput_SteamInput006_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, InputHandle_t inputHandle, uint32_t eOrigin) +uint32_t __thiscall winISteamInput_SteamInput006_GetActionOriginFromXboxOrigin(struct w_steam_iface *_this, uint64_t inputHandle, uint32_t eOrigin) { struct cppISteamInput_SteamInput006_GetActionOriginFromXboxOrigin_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, int32_t *pMajor, int32_t *pMinor) +bool __thiscall winISteamInput_SteamInput006_GetDeviceBindingRevision(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamInput_SteamInput006_GetRemotePlaySessionID(struct w_steam_iface *_this, InputHandle_t inputHandle) +uint32_t __thiscall winISteamInput_SteamInput006_GetRemotePlaySessionID(struct w_steam_iface *_this, uint64_t inputHandle) { struct cppISteamInput_SteamInput006_GetRemotePlaySessionID_params params = { @@ -2435,7 +2435,7 @@ uint16_t __thiscall winISteamInput_SteamInput006_GetSessionInputConfigurationSet return params._ret; } -void __thiscall winISteamInput_SteamInput006_SetDualSenseTriggerEffect(struct w_steam_iface *_this, InputHandle_t inputHandle, const ScePadTriggerEffectParam *pParam) +void __thiscall winISteamInput_SteamInput006_SetDualSenseTriggerEffect(struct w_steam_iface *_this, uint64_t inputHandle, const ScePadTriggerEffectParam *pParam) { struct cppISteamInput_SteamInput006_SetDualSenseTriggerEffect_params params = { diff --git a/lsteamclient/winISteamInventory.c b/lsteamclient/winISteamInventory.c index 06ec51cc..af4730d6 100644 --- a/lsteamclient/winISteamInventory.c +++ b/lsteamclient/winISteamInventory.c @@ -40,7 +40,7 @@ DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItem DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs, 12) DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs, 20) -uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus_params params = { @@ -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_t *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultItems(struct w_steam_iface *_this, int32_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_t __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, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTimestamp_params params = { @@ -78,7 +78,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultTi return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, CSteamID steamIDExpected) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID(struct w_steam_iface *_this, int32_t resultHandle, CSteamID steamIDExpected) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultSteamID_params params = { @@ -91,7 +91,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_CheckResultStea return params._ret; } -void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult_params params = { @@ -102,7 +102,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult(s cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_DestroyResult( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetAllItems_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_t unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemsByID(struct w_steam_iface *_this, int32_t *pResultHandle, const uint64_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_t *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_SerializeResult(struct w_steam_iface *_this, int32_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_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_DeserializeResult(struct w_steam_iface *_this, int32_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_t *punArrayQuantity, uint32_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems_params params = { @@ -172,7 +172,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GenerateItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems_params params = { @@ -184,7 +184,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GrantPromoItems return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t itemDef) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t itemDef) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItem_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_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_AddPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_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_t unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ConsumeItem(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_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_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_ExchangeItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const uint64_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_t unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_t itemIdSource, uint32_t unQuantity, uint64_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TransferItemQuantity_params params = { @@ -268,7 +268,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_SendItemDropHea cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_SendItemDropHeartbeat( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t dropListDefinition) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t dropListDefinition) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_TriggerItemDrop_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_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_TradeItems(struct w_steam_iface *_this, int32_t *pResultHandle, CSteamID steamIDTradePartner, const uint64_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const uint64_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionIDs(struct w_steam_iface *_this, int32_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_t *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty(struct w_steam_iface *_this, int32_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefinitionProperty_params params = { @@ -339,7 +339,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetItemDefiniti return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_RequestEligiblePromoItemDefinitionsIDs_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, int32_t *pItemDefIDs, uint32_t *punItemDefIDsArraySize) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetEligiblePromoItemDefinitionIDs_params params = { @@ -449,7 +449,7 @@ DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProp DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4, 28) DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties, 16) -uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_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_t *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems(struct w_steam_iface *_this, int32_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_t unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty(struct w_steam_iface *_this, int32_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_t __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, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params params = { @@ -503,7 +503,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTi return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, CSteamID steamIDExpected) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID(struct w_steam_iface *_this, int32_t resultHandle, CSteamID steamIDExpected) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID_params params = { @@ -516,7 +516,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultStea return params._ret; } -void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult_params params = { @@ -527,7 +527,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult(s cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems_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_t unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID(struct w_steam_iface *_this, int32_t *pResultHandle, const uint64_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_t *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult(struct w_steam_iface *_this, int32_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_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult(struct w_steam_iface *_this, int32_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_t *punArrayQuantity, uint32_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params params = { @@ -597,7 +597,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems_params params = { @@ -609,7 +609,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t itemDef) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t itemDef) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem_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_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_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_t unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_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_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const uint64_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_t unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_t itemIdSource, uint32_t unQuantity, uint64_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params params = { @@ -693,7 +693,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SendItemDropHea cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SendItemDropHeartbeat( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t dropListDefinition) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t dropListDefinition) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop_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_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems(struct w_steam_iface *_this, int32_t *pResultHandle, CSteamID steamIDTradePartner, const uint64_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const uint64_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs(struct w_steam_iface *_this, int32_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_t *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty(struct w_steam_iface *_this, int32_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty_params params = { @@ -764,7 +764,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefiniti return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, int32_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_t *punArrayQuantity, uint32_t unArrayLength) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase(struct w_steam_iface *_this, const int32_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params params = { @@ -804,7 +804,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_Start return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices(struct w_steam_iface *_this) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices_params params = { @@ -826,7 +826,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItems return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64_t *pPrices, uint32_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices(struct w_steam_iface *_this, int32_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_t *pPrice) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice(struct w_steam_iface *_this, int32_t iDefinition, uint64_t *pPrice) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params params = { @@ -853,7 +853,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice(st return params._ret; } -SteamInventoryUpdateHandle_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties(struct w_steam_iface *_this) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties_params params = { @@ -864,7 +864,7 @@ SteamInventoryUpdateHandle_t __thiscall winISteamInventory_STEAMINVENTORY_INTERF return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty_params params = { @@ -878,7 +878,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty( return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, const char *pchPropertyValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, const char *pchPropertyValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_params params = { @@ -893,7 +893,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, bool bValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, bool bValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2_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_t nValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, int64_t nValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params params = { @@ -923,7 +923,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, float flValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, float flValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4_params params = { @@ -938,7 +938,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties(struct w_steam_iface *_this, uint64_t handle, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties_params params = { @@ -1049,7 +1049,7 @@ DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProp DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties, 16) DEFINE_THISCALL_WRAPPER(winISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem, 12) -uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus_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_t *punOutItemsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItems(struct w_steam_iface *_this, int32_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_t unItemIndex, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultItemProperty(struct w_steam_iface *_this, int32_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_t __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, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTimestamp_params params = { @@ -1103,7 +1103,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultTi return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle, CSteamID steamIDExpected) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID(struct w_steam_iface *_this, int32_t resultHandle, CSteamID steamIDExpected) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultSteamID_params params = { @@ -1116,7 +1116,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_CheckResultStea return params._ret; } -void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult(struct w_steam_iface *_this, SteamInventoryResult_t resultHandle) +void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult(struct w_steam_iface *_this, int32_t resultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult_params params = { @@ -1127,7 +1127,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult(s cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_DestroyResult( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetAllItems_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_t unCountInstanceIDs) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsByID(struct w_steam_iface *_this, int32_t *pResultHandle, const uint64_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_t *punOutBufferSize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SerializeResult(struct w_steam_iface *_this, int32_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_t unBufferSize, bool bRESERVED_MUST_BE_FALSE) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_DeserializeResult(struct w_steam_iface *_this, int32_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_t *punArrayQuantity, uint32_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems_params params = { @@ -1197,7 +1197,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GenerateItems(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems_params params = { @@ -1209,7 +1209,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GrantPromoItems return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t itemDef) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t itemDef) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItem_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_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_AddPromoItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_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_t unQuantity) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ConsumeItem(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_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_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const SteamItemInstanceID_t *pArrayDestroy, const uint32_t *punArrayDestroyQuantity, uint32_t unArrayDestroyLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_ExchangeItems(struct w_steam_iface *_this, int32_t *pResultHandle, const int32_t *pArrayGenerate, const uint32_t *punArrayGenerateQuantity, uint32_t unArrayGenerateLength, const uint64_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_t unQuantity, SteamItemInstanceID_t itemIdDest) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity(struct w_steam_iface *_this, int32_t *pResultHandle, uint64_t itemIdSource, uint32_t unQuantity, uint64_t itemIdDest) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TransferItemQuantity_params params = { @@ -1293,7 +1293,7 @@ void __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SendItemDropHea cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SendItemDropHeartbeat( ¶ms ); } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, SteamItemDef_t dropListDefinition) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop(struct w_steam_iface *_this, int32_t *pResultHandle, int32_t dropListDefinition) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_TriggerItemDrop_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_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const SteamItemInstanceID_t *pArrayGet, const uint32_t *pArrayGetQuantity, uint32_t nArrayGetLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_TradeItems(struct w_steam_iface *_this, int32_t *pResultHandle, CSteamID steamIDTradePartner, const uint64_t *pArrayGive, const uint32_t *pArrayGiveQuantity, uint32_t nArrayGiveLength, const uint64_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionIDs(struct w_steam_iface *_this, int32_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_t *punValueBufferSizeOut) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty(struct w_steam_iface *_this, int32_t iDefinition, const char *pchPropertyName, char *pchValueBuffer, uint32_t *punValueBufferSizeOut) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefinitionProperty_params params = { @@ -1364,7 +1364,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemDefiniti return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs(struct w_steam_iface *_this, CSteamID steamID) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestEligiblePromoItemDefinitionsIDs_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_t *punItemDefIDsArraySize) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetEligiblePromoItemDefinitionIDs(struct w_steam_iface *_this, CSteamID steamID, int32_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_t *punArrayQuantity, uint32_t unArrayLength) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase(struct w_steam_iface *_this, const int32_t *pArrayItemDefs, const uint32_t *punArrayQuantity, uint32_t unArrayLength) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartPurchase_params params = { @@ -1404,7 +1404,7 @@ SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_Start return params._ret; } -SteamAPICall_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices(struct w_steam_iface *_this) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RequestPrices_params params = { @@ -1426,7 +1426,7 @@ uint32_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetNumItems return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices(struct w_steam_iface *_this, SteamItemDef_t *pArrayItemDefs, uint64_t *pCurrentPrices, uint64_t *pBasePrices, uint32_t unArrayLength) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemsWithPrices(struct w_steam_iface *_this, int32_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_t *pCurrentPrice, uint64_t *pBasePrice) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice(struct w_steam_iface *_this, int32_t iDefinition, uint64_t *pCurrentPrice, uint64_t *pBasePrice) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice_params params = { @@ -1455,7 +1455,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetItemPrice(st return params._ret; } -SteamInventoryUpdateHandle_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties(struct w_steam_iface *_this) +uint64_t __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties(struct w_steam_iface *_this) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_StartUpdateProperties_params params = { @@ -1466,7 +1466,7 @@ SteamInventoryUpdateHandle_t __thiscall winISteamInventory_STEAMINVENTORY_INTERF return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty_params params = { @@ -1480,7 +1480,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_RemoveProperty( return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, const char *pchPropertyValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, const char *pchPropertyValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_params params = { @@ -1495,7 +1495,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty(str return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_2(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, bool bValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_2(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, bool bValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_2_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_t nValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, int64_t nValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3_params params = { @@ -1525,7 +1525,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_3(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_4(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamItemInstanceID_t nItemID, const char *pchPropertyName, float flValue) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_4(struct w_steam_iface *_this, uint64_t handle, uint64_t nItemID, const char *pchPropertyName, float flValue) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_4_params params = { @@ -1540,7 +1540,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SetProperty_4(s return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties(struct w_steam_iface *_this, SteamInventoryUpdateHandle_t handle, SteamInventoryResult_t *pResultHandle) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties(struct w_steam_iface *_this, uint64_t handle, int32_t *pResultHandle) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdateProperties_params params = { @@ -1553,7 +1553,7 @@ bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_SubmitUpdatePro return params._ret; } -bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem(struct w_steam_iface *_this, SteamInventoryResult_t *pResultHandle, const char *pchItemToken) +bool __thiscall winISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem(struct w_steam_iface *_this, int32_t *pResultHandle, const char *pchItemToken) { struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V003_InspectItem_params params = { diff --git a/lsteamclient/winISteamMatchmaking.c b/lsteamclient/winISteamMatchmaking.c index b546e610..c8333706 100644 --- a/lsteamclient/winISteamMatchmaking.c +++ b/lsteamclient/winISteamMatchmaking.c @@ -421,7 +421,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame(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_SteamMatchMaking002_GetFavoriteGame_params params = { @@ -439,7 +439,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking002_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame(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_SteamMatchMaking002_AddFavoriteGame_params params = { @@ -456,7 +456,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking002_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking002_RemoveFavoriteGame_params params = { @@ -760,7 +760,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame(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_SteamMatchMaking003_GetFavoriteGame_params params = { @@ -778,7 +778,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking003_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame(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_SteamMatchMaking003_AddFavoriteGame_params params = { @@ -795,7 +795,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking003_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking003_RemoveFavoriteGame_params params = { @@ -1204,7 +1204,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame(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_SteamMatchMaking004_GetFavoriteGame_params params = { @@ -1222,7 +1222,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking004_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame(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_SteamMatchMaking004_AddFavoriteGame_params params = { @@ -1239,7 +1239,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking004_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking004_RemoveFavoriteGame_params params = { @@ -1639,7 +1639,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame(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_SteamMatchMaking005_GetFavoriteGame_params params = { @@ -1657,7 +1657,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking005_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame(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_SteamMatchMaking005_AddFavoriteGame_params params = { @@ -1674,7 +1674,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking005_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking005_RemoveFavoriteGame_params params = { @@ -2125,7 +2125,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame(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_SteamMatchMaking006_GetFavoriteGame_params params = { @@ -2143,7 +2143,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame(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_SteamMatchMaking006_AddFavoriteGame_params params = { @@ -2160,7 +2160,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking006_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame_params params = { @@ -2176,7 +2176,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking006_RemoveFavoriteGame(stru return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking006_RequestLobbyList(struct w_steam_iface *_this) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking006_RequestLobbyList(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking006_RequestLobbyList_params params = { @@ -2237,7 +2237,7 @@ CSteamID * __thiscall winISteamMatchmaking_SteamMatchMaking006_GetLobbyByIndex(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking006_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking006_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType) { struct cppISteamMatchmaking_SteamMatchMaking006_CreateLobby_params params = { @@ -2249,7 +2249,7 @@ SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking006_CreateLobby(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking006_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking006_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking006_JoinLobby_params params = { @@ -2584,7 +2584,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame(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_SteamMatchMaking007_GetFavoriteGame_params params = { @@ -2602,7 +2602,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame(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_SteamMatchMaking007_AddFavoriteGame_params params = { @@ -2619,7 +2619,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params params = { @@ -2635,7 +2635,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame(stru return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking007_RequestLobbyList(struct w_steam_iface *_this) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking007_RequestLobbyList(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList_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, int32_t cMaxMembers) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking007_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params params = { @@ -2721,7 +2721,7 @@ SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking007_CreateLobby(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking007_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking007_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking007_JoinLobby_params params = { @@ -3132,7 +3132,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame(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_SteamMatchMaking008_GetFavoriteGame_params params = { @@ -3150,7 +3150,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame(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_SteamMatchMaking008_AddFavoriteGame_params params = { @@ -3167,7 +3167,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking008_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame_params params = { @@ -3183,7 +3183,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking008_RemoveFavoriteGame(stru return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking008_RequestLobbyList(struct w_steam_iface *_this) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking008_RequestLobbyList(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking008_RequestLobbyList_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, int32_t cMaxMembers) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking008_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking008_CreateLobby_params params = { @@ -3291,7 +3291,7 @@ SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking008_CreateLobby(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking008_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking008_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking008_JoinLobby_params params = { @@ -3706,7 +3706,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame(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_SteamMatchMaking009_GetFavoriteGame_params params = { @@ -3724,7 +3724,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_GetFavoriteGame(struct return params._ret; } -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) +int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame(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_SteamMatchMaking009_AddFavoriteGame_params params = { @@ -3741,7 +3741,7 @@ int32_t __thiscall winISteamMatchmaking_SteamMatchMaking009_AddFavoriteGame(stru return params._ret; } -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) +bool __thiscall winISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame(struct w_steam_iface *_this, uint32_t nAppID, uint32_t nIP, uint16_t nConnPort, uint16_t nQueryPort, uint32_t unFlags) { struct cppISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame_params params = { @@ -3757,7 +3757,7 @@ bool __thiscall winISteamMatchmaking_SteamMatchMaking009_RemoveFavoriteGame(stru return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking009_RequestLobbyList(struct w_steam_iface *_this) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking009_RequestLobbyList(struct w_steam_iface *_this) { struct cppISteamMatchmaking_SteamMatchMaking009_RequestLobbyList_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, int32_t cMaxMembers) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking009_CreateLobby(struct w_steam_iface *_this, uint32_t eLobbyType, int32_t cMaxMembers) { struct cppISteamMatchmaking_SteamMatchMaking009_CreateLobby_params params = { @@ -3876,7 +3876,7 @@ SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking009_CreateLobby(s return params._ret; } -SteamAPICall_t __thiscall winISteamMatchmaking_SteamMatchMaking009_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) +uint64_t __thiscall winISteamMatchmaking_SteamMatchMaking009_JoinLobby(struct w_steam_iface *_this, CSteamID steamIDLobby) { struct cppISteamMatchmaking_SteamMatchMaking009_JoinLobby_params params = { diff --git a/lsteamclient/winISteamMatchmakingServers.c b/lsteamclient/winISteamMatchmakingServers.c index b76a7112..c40ebf11 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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList(struct w_steam_iface *_this, uint32_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList_params params = { @@ -46,7 +46,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestIn cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList(struct w_steam_iface *_this, AppId_t iApp, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList(struct w_steam_iface *_this, uint32_t iApp, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestLANServerList_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList(struct w_steam_iface *_this, uint32_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList_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_t unIP, uint16_t usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) +int32_t __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_t unIP, uint16_t usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) +int32_t __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_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) +int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params params = { @@ -227,7 +227,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_S return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery(struct w_steam_iface *_this, HServerQuery hServerQuery) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery(struct w_steam_iface *_this, int32_t hServerQuery) { struct cppISteamMatchmakingServers_SteamMatchMakingServers001_CancelServerQuery_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList(struct w_steam_iface *_this, uint32_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestInternetServerList_params params = { @@ -309,7 +309,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList(struct w_steam_iface *_this, AppId_t iApp, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList(struct w_steam_iface *_this, uint32_t iApp, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestLANServerList_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFriendsServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestFavoritesServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestHistoryServerList(struct w_steam_iface *_this, uint32_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_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) +void * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList(struct w_steam_iface *_this, uint32_t iApp, MatchMakingKeyValuePair_t **ppchFilters, uint32_t nFilters, void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RequestSpectatorServerList_params params = { @@ -382,7 +382,7 @@ HServerListRequest __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest(struct w_steam_iface *_this, HServerListRequest hServerListRequest) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest(struct w_steam_iface *_this, void *hServerListRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest_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, int32_t iServer) +gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails(struct w_steam_iface *_this, void *hRequest, int32_t iServer) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerDetails_params params = { @@ -406,7 +406,7 @@ gameserveritem_t * __thiscall winISteamMatchmakingServers_SteamMatchMakingServer return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery(struct w_steam_iface *_this, HServerListRequest hRequest) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery(struct w_steam_iface *_this, void *hRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery_params params = { @@ -417,7 +417,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_CancelQue cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelQuery( ¶ms ); } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery(struct w_steam_iface *_this, HServerListRequest hRequest) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery(struct w_steam_iface *_this, void *hRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery_params params = { @@ -428,7 +428,7 @@ void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQu cppISteamMatchmakingServers_SteamMatchMakingServers002_RefreshQuery( ¶ms ); } -bool __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing(struct w_steam_iface *_this, HServerListRequest hRequest) +bool __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing(struct w_steam_iface *_this, void *hRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_IsRefreshing_params params = { @@ -440,7 +440,7 @@ bool __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_IsRefresh return params._ret; } -int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount(struct w_steam_iface *_this, HServerListRequest hRequest) +int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount(struct w_steam_iface *_this, void *hRequest) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_GetServerCount_params params = { @@ -452,7 +452,7 @@ int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_GetSer return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer(struct w_steam_iface *_this, HServerListRequest hRequest, int32_t iServer) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_RefreshServer(struct w_steam_iface *_this, void *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_t unIP, uint16_t usPort, void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse) +int32_t __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_t unIP, uint16_t usPort, void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse) +int32_t __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_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) +int32_t __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules(struct w_steam_iface *_this, uint32_t unIP, uint16_t usPort, void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_ServerRules_params params = { @@ -506,7 +506,7 @@ HServerQuery __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_S return params._ret; } -void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery(struct w_steam_iface *_this, HServerQuery hServerQuery) +void __thiscall winISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery(struct w_steam_iface *_this, int32_t hServerQuery) { struct cppISteamMatchmakingServers_SteamMatchMakingServers002_CancelServerQuery_params params = { diff --git a/lsteamclient/winISteamNetworking.c b/lsteamclient/winISteamNetworking.c index 7ab6ca83..cd3b816d 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, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec) +uint32_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_t nIP, uint16_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -70,7 +70,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking001_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking001_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking001_DestroySocket_params params = { @@ -83,7 +83,7 @@ bool __thiscall winISteamNetworking_SteamNetworking001_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking001_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking001_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking001_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking001_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking001_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking001_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking001_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnIP, uint16_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking001_GetListenSocketInfo(struct w_steam_iface *_this, uint32_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, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) +uint32_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_t nIP, uint16_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -292,7 +292,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking002_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking002_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking002_DestroySocket_params params = { @@ -305,7 +305,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking002_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking002_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking002_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking002_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking002_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking002_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking002_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnIP, uint16_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking002_GetListenSocketInfo(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking002_GetListenSocketInfo_params params = { @@ -421,7 +421,7 @@ bool __thiscall winISteamNetworking_SteamNetworking002_GetListenSocketInfo(struc return params._ret; } -uint32_t __thiscall winISteamNetworking_SteamNetworking002_GetSocketConnectionType(struct w_steam_iface *_this, SNetSocket_t hSocket) +uint32_t __thiscall winISteamNetworking_SteamNetworking002_GetSocketConnectionType(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking002_GetSocketConnectionType_params params = { @@ -433,7 +433,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking002_GetSocketConnectionTy return params._ret; } -int32_t __thiscall winISteamNetworking_SteamNetworking002_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking002_GetMaxPacketSize(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking002_GetMaxPacketSize_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, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) +uint32_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_t nIP, uint16_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -625,7 +625,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking003_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking003_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking003_DestroySocket_params params = { @@ -638,7 +638,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking003_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking003_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking003_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking003_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking003_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking003_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking003_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnIP, uint16_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking003_GetListenSocketInfo(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking003_GetListenSocketInfo_params params = { @@ -754,7 +754,7 @@ bool __thiscall winISteamNetworking_SteamNetworking003_GetListenSocketInfo(struc return params._ret; } -uint32_t __thiscall winISteamNetworking_SteamNetworking003_GetSocketConnectionType(struct w_steam_iface *_this, SNetSocket_t hSocket) +uint32_t __thiscall winISteamNetworking_SteamNetworking003_GetSocketConnectionType(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking003_GetSocketConnectionType_params params = { @@ -766,7 +766,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking003_GetSocketConnectionTy return params._ret; } -int32_t __thiscall winISteamNetworking_SteamNetworking003_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking003_GetMaxPacketSize(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking003_GetMaxPacketSize_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, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) +uint32_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_t nIP, uint16_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -967,7 +967,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking004_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking004_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking004_DestroySocket_params params = { @@ -980,7 +980,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking004_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking004_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking004_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking004_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking004_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking004_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking004_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnIP, uint16_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking004_GetListenSocketInfo(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking004_GetListenSocketInfo_params params = { @@ -1096,7 +1096,7 @@ bool __thiscall winISteamNetworking_SteamNetworking004_GetListenSocketInfo(struc return params._ret; } -uint32_t __thiscall winISteamNetworking_SteamNetworking004_GetSocketConnectionType(struct w_steam_iface *_this, SNetSocket_t hSocket) +uint32_t __thiscall winISteamNetworking_SteamNetworking004_GetSocketConnectionType(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking004_GetSocketConnectionType_params params = { @@ -1108,7 +1108,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking004_GetSocketConnectionTy return params._ret; } -int32_t __thiscall winISteamNetworking_SteamNetworking004_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking004_GetMaxPacketSize(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking004_GetMaxPacketSize_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, int32_t nVirtualP2PPort, uint32_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) +uint32_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_t nIP, uint16_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -1336,7 +1336,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking005_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking005_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking005_DestroySocket_params params = { @@ -1349,7 +1349,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking005_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking005_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking005_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking005_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking005_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking005_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, uint32_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking005_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnIP, uint16_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking005_GetListenSocketInfo(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking005_GetListenSocketInfo_params params = { @@ -1465,7 +1465,7 @@ bool __thiscall winISteamNetworking_SteamNetworking005_GetListenSocketInfo(struc return params._ret; } -uint32_t __thiscall winISteamNetworking_SteamNetworking005_GetSocketConnectionType(struct w_steam_iface *_this, SNetSocket_t hSocket) +uint32_t __thiscall winISteamNetworking_SteamNetworking005_GetSocketConnectionType(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking005_GetSocketConnectionType_params params = { @@ -1477,7 +1477,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking005_GetSocketConnectionTy return params._ret; } -int32_t __thiscall winISteamNetworking_SteamNetworking005_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking005_GetMaxPacketSize(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking005_GetMaxPacketSize_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, int32_t nVirtualP2PPort, SteamIPAddress_t nIP, uint16_t nPort, bool bAllowUseOfPacketRelay) +uint32_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, int32_t nVirtualPort, int32_t nTimeoutSec, bool bAllowUseOfPacketRelay) +uint32_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_t nPort, int32_t nTimeoutSec) +uint32_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 = { @@ -1707,7 +1707,7 @@ SNetSocket_t __thiscall winISteamNetworking_SteamNetworking006_CreateConnectionS return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_DestroySocket(struct w_steam_iface *_this, SNetSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking006_DestroySocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking006_DestroySocket_params params = { @@ -1720,7 +1720,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_DestroySocket(struct w_st return params._ret; } -bool __thiscall winISteamNetworking_SteamNetworking006_DestroyListenSocket(struct w_steam_iface *_this, SNetListenSocket_t hSocket, bool bNotifyRemoteEnd) +bool __thiscall winISteamNetworking_SteamNetworking006_DestroyListenSocket(struct w_steam_iface *_this, uint32_t hSocket, bool bNotifyRemoteEnd) { struct cppISteamNetworking_SteamNetworking006_DestroyListenSocket_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_t cubData, bool bReliable) +bool __thiscall winISteamNetworking_SteamNetworking006_SendDataOnSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailableOnSocket(struct w_steam_iface *_this, uint32_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_t cubDest, uint32_t *pcubMsgSize) +bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveDataFromSocket(struct w_steam_iface *_this, uint32_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_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking006_IsDataAvailable(struct w_steam_iface *_this, uint32_t hListenSocket, uint32_t *pcubMsgSize, uint32_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_t cubDest, uint32_t *pcubMsgSize, SNetSocket_t *phSocket) +bool __thiscall winISteamNetworking_SteamNetworking006_RetrieveData(struct w_steam_iface *_this, uint32_t hListenSocket, void *pubDest, uint32_t cubDest, uint32_t *pcubMsgSize, uint32_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, int32_t *peSocketStatus, SteamIPAddress_t *punIPRemote, uint16_t *punPortRemote) +bool __thiscall winISteamNetworking_SteamNetworking006_GetSocketInfo(struct w_steam_iface *_this, uint32_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_t *pnPort) +bool __thiscall winISteamNetworking_SteamNetworking006_GetListenSocketInfo(struct w_steam_iface *_this, uint32_t hListenSocket, SteamIPAddress_t *pnIP, uint16_t *pnPort) { struct cppISteamNetworking_SteamNetworking006_GetListenSocketInfo_params params = { @@ -1836,7 +1836,7 @@ bool __thiscall winISteamNetworking_SteamNetworking006_GetListenSocketInfo(struc return params._ret; } -uint32_t __thiscall winISteamNetworking_SteamNetworking006_GetSocketConnectionType(struct w_steam_iface *_this, SNetSocket_t hSocket) +uint32_t __thiscall winISteamNetworking_SteamNetworking006_GetSocketConnectionType(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking006_GetSocketConnectionType_params params = { @@ -1848,7 +1848,7 @@ uint32_t __thiscall winISteamNetworking_SteamNetworking006_GetSocketConnectionTy return params._ret; } -int32_t __thiscall winISteamNetworking_SteamNetworking006_GetMaxPacketSize(struct w_steam_iface *_this, SNetSocket_t hSocket) +int32_t __thiscall winISteamNetworking_SteamNetworking006_GetMaxPacketSize(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworking_SteamNetworking006_GetMaxPacketSize_params params = { diff --git a/lsteamclient/winISteamNetworkingSockets.c b/lsteamclient/winISteamNetworkingSockets.c index 02e80a79..135e4fa8 100644 --- a/lsteamclient/winISteamNetworkingSockets.c +++ b/lsteamclient/winISteamNetworkingSockets.c @@ -45,7 +45,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets002_Get DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket, 8) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets002_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP_params params = { @@ -57,7 +57,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectByIPAddress_params params = { @@ -69,7 +69,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort) +uint32_t __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, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectP2P_params params = { @@ -94,7 +94,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnection_params params = { @@ -121,7 +121,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionUserData_params params = { @@ -146,7 +146,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionUserData_params params = { @@ -158,7 +158,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_SendMessageToConnection_params params = { @@ -199,7 +199,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_SendMes return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_FlushMessagesOnConnection_params params = { @@ -211,7 +211,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnConnection_params params = { @@ -225,7 +225,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveM return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, uint32_t hSocket, winSteamNetworkingMessage_t_144 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveMessagesOnListenSocket_params params = { @@ -239,7 +239,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetConnectionInfo_params params = { @@ -252,7 +252,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetConnecti return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingQuickConnectionStatus *pStats) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingQuickConnectionStatus *pStats) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickConnectionStatus_params params = { @@ -265,7 +265,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetQuickCon return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetDetailedConnectionStatus_params params = { @@ -279,7 +279,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSocketAddress_params params = { @@ -292,7 +292,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateSocketPair_params params = { @@ -348,7 +348,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_ConnectToHostedDedicatedServer_params params = { @@ -372,7 +372,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDedicatedServerPOPID_params params = { @@ -395,7 +395,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_GetHostedDe return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets002_CreateHostedDedicatedServerListenSocket_params params = { @@ -494,7 +494,7 @@ DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets004_Cre DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin, 16) DEFINE_THISCALL_WRAPPER(winISteamNetworkingSockets_SteamNetworkingSockets004_destructor, 4) -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP(struct w_steam_iface *_this, const SteamNetworkingIPAddr *localAddress) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params params = { @@ -506,7 +506,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress(struct w_steam_iface *_this, const SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectByIPAddress_params params = { @@ -518,7 +518,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketP2P(struct w_steam_iface *_this, int32_t nVirtualPort) +uint32_t __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, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityRemote, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params params = { @@ -543,7 +543,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnection_params params = { @@ -570,7 +570,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionUserData_params params = { @@ -595,7 +595,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionUserData_params params = { @@ -607,7 +607,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_SendMessageToConnection_params params = { @@ -648,7 +648,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_SendMes return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FlushMessagesOnConnection_params params = { @@ -660,7 +660,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection_params params = { @@ -674,7 +674,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveM return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, uint32_t hSocket, winSteamNetworkingMessage_t_146 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket_params params = { @@ -688,7 +688,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo_params params = { @@ -701,7 +701,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetConnecti return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingQuickConnectionStatus *pStats) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingQuickConnectionStatus *pStats) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickConnectionStatus_params params = { @@ -714,7 +714,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetQuickCon return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetDetailedConnectionStatus_params params = { @@ -728,7 +728,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSocketAddress_params params = { @@ -741,7 +741,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair_params params = { @@ -820,7 +820,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer_params params = { @@ -844,7 +844,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetHostedDedicatedServerPOPID_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, int32_t nVirtualPort) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket(struct w_steam_iface *_this, int32_t nVirtualPort) { struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateHostedDedicatedServerListenSocket_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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -1043,7 +1043,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnection_params params = { @@ -1070,7 +1070,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionUserData_params params = { @@ -1095,7 +1095,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionUserData_params params = { @@ -1107,7 +1107,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessageToConnection_params params = { @@ -1162,7 +1162,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_SendMessage cppISteamNetworkingSockets_SteamNetworkingSockets006_SendMessages( ¶ms ); } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_FlushMessagesOnConnection_params params = { @@ -1174,7 +1174,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params params = { @@ -1188,7 +1188,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveM return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket(struct w_steam_iface *_this, uint32_t hSocket, winSteamNetworkingMessage_t_147 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnListenSocket_params params = { @@ -1202,7 +1202,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetConnectionInfo_params params = { @@ -1215,7 +1215,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetConnecti return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingQuickConnectionStatus *pStats) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingQuickConnectionStatus *pStats) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickConnectionStatus_params params = { @@ -1228,7 +1228,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetQuickCon return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetDetailedConnectionStatus_params params = { @@ -1242,7 +1242,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSocketAddress_params params = { @@ -1255,7 +1255,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_CreateSocketPair_params params = { @@ -1334,7 +1334,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -1360,7 +1360,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets006_GetHostedDedicatedServerPOPID_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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -1598,7 +1598,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnection_params params = { @@ -1625,7 +1625,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionUserData_params params = { @@ -1650,7 +1650,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionUserData_params params = { @@ -1662,7 +1662,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessageToConnection_params params = { @@ -1717,7 +1717,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SendMessage cppISteamNetworkingSockets_SteamNetworkingSockets008_SendMessages( ¶ms ); } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_FlushMessagesOnConnection_params params = { @@ -1729,7 +1729,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection_params params = { @@ -1743,7 +1743,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetConnectionInfo_params params = { @@ -1756,7 +1756,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetConnecti return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingQuickConnectionStatus *pStats) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingQuickConnectionStatus *pStats) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickConnectionStatus_params params = { @@ -1769,7 +1769,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetQuickCon return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetDetailedConnectionStatus_params params = { @@ -1783,7 +1783,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSocketAddress_params params = { @@ -1796,7 +1796,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreateSocketPair_params params = { @@ -1847,7 +1847,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetAuth return params._ret; } -HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_CreatePollGroup_params params = { @@ -1858,7 +1858,7 @@ HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPollGroup_params params = { @@ -1870,7 +1870,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_DestroyPoll return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGroup(struct w_steam_iface *_this, HSteamNetConnection hConn, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGroup(struct w_steam_iface *_this, uint32_t hConn, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_SetConnectionPollGroup_params params = { @@ -1883,7 +1883,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetConnecti return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup, winSteamNetworkingMessage_t_149 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnPollGroup_params params = { @@ -1925,7 +1925,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -1951,7 +1951,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets008_GetHostedDedicatedServerPOPID_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, int32_t nVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -2031,7 +2031,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, char (*errMsg)[1024]) { 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, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets008_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, char (*errMsg)[1024]) { 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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -2223,7 +2223,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnection_params params = { @@ -2250,7 +2250,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionUserData_params params = { @@ -2275,7 +2275,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionUserData_params params = { @@ -2287,7 +2287,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessageToConnection_params params = { @@ -2342,7 +2342,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SendMessage cppISteamNetworkingSockets_SteamNetworkingSockets009_SendMessages( ¶ms ); } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_FlushMessagesOnConnection_params params = { @@ -2354,7 +2354,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params params = { @@ -2368,7 +2368,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetConnectionInfo_params params = { @@ -2381,7 +2381,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetConnecti return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingQuickConnectionStatus *pStats) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingQuickConnectionStatus *pStats) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickConnectionStatus_params params = { @@ -2394,7 +2394,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetQuickCon return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetDetailedConnectionStatus_params params = { @@ -2408,7 +2408,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSocketAddress_params params = { @@ -2421,7 +2421,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreateSocketPair_params params = { @@ -2472,7 +2472,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetAuth return params._ret; } -HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_CreatePollGroup_params params = { @@ -2483,7 +2483,7 @@ HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPollGroup_params params = { @@ -2495,7 +2495,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_DestroyPoll return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup(struct w_steam_iface *_this, HSteamNetConnection hConn, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup(struct w_steam_iface *_this, uint32_t hConn, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_SetConnectionPollGroup_params params = { @@ -2508,7 +2508,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetConnecti return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup, winSteamNetworkingMessage_t_152 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnPollGroup_params params = { @@ -2550,7 +2550,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -2576,7 +2576,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets009_GetHostedDedicatedServerPOPID_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, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -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, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -2657,7 +2657,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, char (*errMsg)[1024]) { 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, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets009_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, char (*errMsg)[1024]) { 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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -2867,7 +2867,7 @@ HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_AcceptConnection_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, int32_t nReason, const char *pszDebug, bool bEnableLinger) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection(struct w_steam_iface *_this, uint32_t hPeer, int32_t nReason, const char *pszDebug, bool bEnableLinger) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnection_params params = { @@ -2894,7 +2894,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseConnec return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket(struct w_steam_iface *_this, HSteamListenSocket hSocket) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket(struct w_steam_iface *_this, uint32_t hSocket) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CloseListenSocket_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_t nUserData) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer, int64_t nUserData) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionUserData_params params = { @@ -2919,7 +2919,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnecti return params._ret; } -int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData(struct w_steam_iface *_this, HSteamNetConnection hPeer) +int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData(struct w_steam_iface *_this, uint32_t hPeer) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionUserData_params params = { @@ -2931,7 +2931,7 @@ int64_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConne return params._ret; } -void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName(struct w_steam_iface *_this, HSteamNetConnection hPeer, const char *pszName) +void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName(struct w_steam_iface *_this, uint32_t hPeer, const char *pszName) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionName_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, int32_t nMaxLen) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionName(struct w_steam_iface *_this, uint32_t 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_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection(struct w_steam_iface *_this, uint32_t hConn, const void *pData, uint32_t cbData, int32_t nSendFlags, int64_t *pOutMessageNumber) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessageToConnection_params params = { @@ -2986,7 +2986,7 @@ void __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SendMessage cppISteamNetworkingSockets_SteamNetworkingSockets012_SendMessages( ¶ms ); } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_FlushMessagesOnConnection_params params = { @@ -2998,7 +2998,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FlushMe return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection(struct w_steam_iface *_this, uint32_t hConn, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnConnection_params params = { @@ -3012,7 +3012,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveM return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetConnectionInfo_t *pInfo) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo(struct w_steam_iface *_this, uint32_t hConn, SteamNetConnectionInfo_t *pInfo) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionInfo_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, int32_t nLanes, SteamNetConnectionRealTimeLaneStatus_t *pLanes) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetConnectionRealTimeStatus(struct w_steam_iface *_this, uint32_t 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; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus(struct w_steam_iface *_this, HSteamNetConnection hConn, char *pszBuf, int32_t cbBuf) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus(struct w_steam_iface *_this, uint32_t hConn, char *pszBuf, int32_t cbBuf) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetDetailedConnectionStatus_params params = { @@ -3054,7 +3054,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetDetai return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddress(struct w_steam_iface *_this, HSteamListenSocket hSocket, SteamNetworkingIPAddr *address) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddress(struct w_steam_iface *_this, uint32_t hSocket, SteamNetworkingIPAddr *address) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSocketAddress_params params = { @@ -3067,7 +3067,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetListenSo return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateSocketPair(struct w_steam_iface *_this, HSteamNetConnection *pOutConnection1, HSteamNetConnection *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreateSocketPair(struct w_steam_iface *_this, uint32_t *pOutConnection1, uint32_t *pOutConnection2, bool bUseNetworkLoopback, const SteamNetworkingIdentity *pIdentity1, const SteamNetworkingIdentity *pIdentity2) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreateSocketPair_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, int32_t nNumLanes, const int32_t *pLanePriorities, const uint16_t *pLaneWeights) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes(struct w_steam_iface *_this, uint32_t hConn, int32_t nNumLanes, const int32_t *pLanePriorities, const uint16_t *pLaneWeights) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ConfigureConnectionLanes_params params = { @@ -3133,7 +3133,7 @@ uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetAuth return params._ret; } -HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_CreatePollGroup_params params = { @@ -3144,7 +3144,7 @@ HSteamNetPollGroup __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPollGroup_params params = { @@ -3156,7 +3156,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_DestroyPoll return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGroup(struct w_steam_iface *_this, HSteamNetConnection hConn, HSteamNetPollGroup hPollGroup) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGroup(struct w_steam_iface *_this, uint32_t hConn, uint32_t hPollGroup) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetConnectionPollGroup_params params = { @@ -3169,7 +3169,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetConnecti return params._ret; } -int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, HSteamNetPollGroup hPollGroup, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) +int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup(struct w_steam_iface *_this, uint32_t hPollGroup, winSteamNetworkingMessage_t_158 **ppOutMessages, int32_t nMaxMessages) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_ReceiveMessagesOnPollGroup_params params = { @@ -3211,7 +3211,7 @@ int32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_FindRela return params._ret; } -HSteamNetConnection __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ConnectToHostedDedicatedServer(struct w_steam_iface *_this, const SteamNetworkingIdentity *identityTarget, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -3237,7 +3237,7 @@ uint16_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHost return params._ret; } -SteamNetworkingPOPID __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID(struct w_steam_iface *_this) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetHostedDedicatedServerPOPID_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, int32_t nLocalVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -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, int32_t nRemoteVirtualPort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -3318,7 +3318,7 @@ bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_ReceivedP2P return params._ret; } -bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetCertificateRequest(struct w_steam_iface *_this, int32_t *pcbBlob, void *pBlob, char (*errMsg)[1024]) { 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, int32_t cbCertificate, SteamNetworkingErrMsg *errMsg) +bool __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate(struct w_steam_iface *_this, const void *pCertificate, int32_t cbCertificate, char (*errMsg)[1024]) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_SetCertificate_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, int32_t idxFakePort, int32_t nOptions, const SteamNetworkingConfigValue_t *pOptions) +uint32_t __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 = { @@ -3405,7 +3405,7 @@ HSteamListenSocket __thiscall winISteamNetworkingSockets_SteamNetworkingSockets0 return params._ret; } -uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForConnection(struct w_steam_iface *_this, HSteamNetConnection hConn, SteamNetworkingIPAddr *pOutAddr) +uint32_t __thiscall winISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForConnection(struct w_steam_iface *_this, uint32_t hConn, SteamNetworkingIPAddr *pOutAddr) { struct cppISteamNetworkingSockets_SteamNetworkingSockets012_GetRemoteFakeIPForConnection_params params = { diff --git a/lsteamclient/winISteamNetworkingSocketsSerialized.c b/lsteamclient/winISteamNetworkingSocketsSerialized.c index 5f106938..77443702 100644 --- a/lsteamclient/winISteamNetworkingSocketsSerialized.c +++ b/lsteamclient/winISteamNetworkingSocketsSerialized.c @@ -52,7 +52,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PConnectionFailure( ¶ms ); } -SteamAPICall_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync(struct w_steam_iface *_this) +uint64_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync(struct w_steam_iface *_this) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_GetCertAsync_params params = { @@ -192,7 +192,7 @@ void __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSeria cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PConnectionFailure( ¶ms ); } -SteamAPICall_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync(struct w_steam_iface *_this) +uint64_t __thiscall winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync(struct w_steam_iface *_this) { struct cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_GetCertAsync_params params = { diff --git a/lsteamclient/winISteamNetworkingUtils.c b/lsteamclient/winISteamNetworkingUtils.c index d738474a..ae49afa6 100644 --- a/lsteamclient/winISteamNetworkingUtils.c +++ b/lsteamclient/winISteamNetworkingUtils.c @@ -124,7 +124,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_IsPingMeasureme return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter(struct w_steam_iface *_this, uint32_t popID, uint32_t *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_params params = { @@ -137,7 +137,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDat return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP(struct w_steam_iface *_this, uint32_t popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params params = { @@ -160,7 +160,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPCount( return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList(struct w_steam_iface *_this, uint32_t *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params params = { @@ -173,7 +173,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList(s return params._ret; } -SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp(struct w_steam_iface *_this) +int64_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp_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, int32_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, uint32_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params params = { @@ -256,7 +256,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_GetFirstCon return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, size_t cbBuf, bool bWithPort) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, uint32_t cbBuf, bool bWithPort) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString_params params = { @@ -283,7 +283,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworking return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, size_t cbBuf) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, uint32_t cbBuf) { struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString_params params = { @@ -466,7 +466,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_CheckPingDataUp return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter(struct w_steam_iface *_this, uint32_t popID, uint32_t *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_params params = { @@ -479,7 +479,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDat return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP(struct w_steam_iface *_this, uint32_t popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params params = { @@ -502,7 +502,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPCount( return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList(struct w_steam_iface *_this, uint32_t *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params params = { @@ -515,7 +515,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList(s return params._ret; } -SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp(struct w_steam_iface *_this) +int64_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp_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, int32_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, uint32_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params params = { @@ -598,7 +598,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_GetFirstCon return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, size_t cbBuf, bool bWithPort) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, uint32_t cbBuf, bool bWithPort) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString_params params = { @@ -625,7 +625,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworking return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, size_t cbBuf) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, uint32_t cbBuf) { struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString_params params = { @@ -821,7 +821,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_CheckPingDataUp return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter(struct w_steam_iface *_this, uint32_t popID, uint32_t *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDataCenter_params params = { @@ -834,7 +834,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPingToDat return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP(struct w_steam_iface *_this, uint32_t popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetDirectPingToPOP_params params = { @@ -857,7 +857,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPCount( return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList(struct w_steam_iface *_this, uint32_t *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList_params params = { @@ -870,7 +870,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetPOPList(s return params._ret; } -SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp(struct w_steam_iface *_this) +int64_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetLocalTimestamp_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, int32_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, uint32_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_GetConfigValue_params params = { @@ -953,7 +953,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_GetFirstCon return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, size_t cbBuf, bool bWithPort) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, uint32_t cbBuf, bool bWithPort) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIPAddr_ToString_params params = { @@ -980,7 +980,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworking return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, size_t cbBuf) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, uint32_t cbBuf) { struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SteamNetworkingIdentity_ToString_params params = { @@ -1180,7 +1180,7 @@ bool __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_CheckPingDataUp return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter(struct w_steam_iface *_this, SteamNetworkingPOPID popID, SteamNetworkingPOPID *pViaRelayPoP) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter(struct w_steam_iface *_this, uint32_t popID, uint32_t *pViaRelayPoP) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDataCenter_params params = { @@ -1193,7 +1193,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPingToDat return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP(struct w_steam_iface *_this, SteamNetworkingPOPID popID) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP(struct w_steam_iface *_this, uint32_t popID) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetDirectPingToPOP_params params = { @@ -1216,7 +1216,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPCount( return params._ret; } -int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList(struct w_steam_iface *_this, SteamNetworkingPOPID *list, int32_t nListSz) +int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList(struct w_steam_iface *_this, uint32_t *list, int32_t nListSz) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList_params params = { @@ -1229,7 +1229,7 @@ int32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetPOPList(s return params._ret; } -SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp(struct w_steam_iface *_this) +int64_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp(struct w_steam_iface *_this) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetLocalTimestamp_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, int32_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, uint32_t *cbResult) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_GetConfigValue_params params = { @@ -1337,7 +1337,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_IterateGene return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, size_t cbBuf, bool bWithPort) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString(struct w_steam_iface *_this, const SteamNetworkingIPAddr *addr, char *buf, uint32_t cbBuf, bool bWithPort) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIPAddr_ToString_params params = { @@ -1376,7 +1376,7 @@ uint32_t __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetwor return params._ret; } -void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, size_t cbBuf) +void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString(struct w_steam_iface *_this, const SteamNetworkingIdentity *identity, char *buf, uint32_t cbBuf) { struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SteamNetworkingIdentity_ToString_params params = { diff --git a/lsteamclient/winISteamParentalSettings.c b/lsteamclient/winISteamParentalSettings.c index 775720ba..92967612 100644 --- a/lsteamclient/winISteamParentalSettings.c +++ b/lsteamclient/winISteamParentalSettings.c @@ -44,7 +44,7 @@ bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSIO return params._ret; } -bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppBlocked(struct w_steam_iface *_this, AppId_t nAppID) +bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppBlocked(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppBlocked_params params = { @@ -56,7 +56,7 @@ bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSIO return params._ret; } -bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppInBlockList(struct w_steam_iface *_this, AppId_t nAppID) +bool __thiscall winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppInBlockList(struct w_steam_iface *_this, uint32_t nAppID) { struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsAppInBlockList_params params = { diff --git a/lsteamclient/winISteamParties.c b/lsteamclient/winISteamParties.c index bd343995..bad45d7a 100644 --- a/lsteamclient/winISteamParties.c +++ b/lsteamclient/winISteamParties.c @@ -39,7 +39,7 @@ uint32_t __thiscall winISteamParties_SteamParties002_GetNumActiveBeacons(struct return params._ret; } -PartyBeaconID_t __thiscall winISteamParties_SteamParties002_GetBeaconByIndex(struct w_steam_iface *_this, uint32_t unIndex) +uint64_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, int32_t cchMetadata) +bool __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam_iface *_this, uint64_t ulBeaconID, CSteamID *pSteamIDBeaconOwner, winSteamPartyBeaconLocation_t_158 *pLocation, char *pchMetadata, int32_t cchMetadata) { struct cppISteamParties_SteamParties002_GetBeaconDetails_params params = { @@ -67,7 +67,7 @@ bool __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamParties_SteamParties002_JoinParty(struct w_steam_iface *_this, PartyBeaconID_t ulBeaconID) +uint64_t __thiscall winISteamParties_SteamParties002_JoinParty(struct w_steam_iface *_this, uint64_t ulBeaconID) { struct cppISteamParties_SteamParties002_JoinParty_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_t unOpenSlots, winSteamPartyBeaconLocation_t_158 *pBeaconLocation, const char *pchConnectString, const char *pchMetadata) +uint64_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 = { @@ -119,7 +119,7 @@ SteamAPICall_t __thiscall winISteamParties_SteamParties002_CreateBeacon(struct w return params._ret; } -void __thiscall winISteamParties_SteamParties002_OnReservationCompleted(struct w_steam_iface *_this, PartyBeaconID_t ulBeacon, CSteamID steamIDUser) +void __thiscall winISteamParties_SteamParties002_OnReservationCompleted(struct w_steam_iface *_this, uint64_t ulBeacon, CSteamID steamIDUser) { struct cppISteamParties_SteamParties002_OnReservationCompleted_params params = { @@ -131,7 +131,7 @@ void __thiscall winISteamParties_SteamParties002_OnReservationCompleted(struct w cppISteamParties_SteamParties002_OnReservationCompleted( ¶ms ); } -void __thiscall winISteamParties_SteamParties002_CancelReservation(struct w_steam_iface *_this, PartyBeaconID_t ulBeacon, CSteamID steamIDUser) +void __thiscall winISteamParties_SteamParties002_CancelReservation(struct w_steam_iface *_this, uint64_t ulBeacon, CSteamID steamIDUser) { struct cppISteamParties_SteamParties002_CancelReservation_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_t unOpenSlots) +uint64_t __thiscall winISteamParties_SteamParties002_ChangeNumOpenSlots(struct w_steam_iface *_this, uint64_t ulBeacon, uint32_t unOpenSlots) { struct cppISteamParties_SteamParties002_ChangeNumOpenSlots_params params = { @@ -156,7 +156,7 @@ SteamAPICall_t __thiscall winISteamParties_SteamParties002_ChangeNumOpenSlots(st return params._ret; } -bool __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_iface *_this, PartyBeaconID_t ulBeacon) +bool __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_iface *_this, uint64_t ulBeacon) { struct cppISteamParties_SteamParties002_DestroyBeacon_params params = { diff --git a/lsteamclient/winISteamRemotePlay.c b/lsteamclient/winISteamRemotePlay.c index 6381fc43..d0b8c6d6 100644 --- a/lsteamclient/winISteamRemotePlay.c +++ b/lsteamclient/winISteamRemotePlay.c @@ -34,7 +34,7 @@ uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_Get return params._ret; } -RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params params = { @@ -46,7 +46,7 @@ RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_V return params._ret; } -CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, RemotePlaySessionID_t unSessionID) +CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID_params params = { @@ -59,7 +59,7 @@ CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_G return params._ret; } -const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID) +const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName(struct w_steam_iface *_this, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName_params params = { @@ -71,7 +71,7 @@ const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001 return params._ret; } -uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor(struct w_steam_iface *_this, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor_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, int32_t *pnResolutionX, int32_t *pnResolutionY) +bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution(struct w_steam_iface *_this, uint32_t unSessionID, int32_t *pnResolutionX, int32_t *pnResolutionY) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution_params params = { @@ -158,7 +158,7 @@ uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_Get return params._ret; } -RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(struct w_steam_iface *_this, int32_t iSessionIndex) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params params = { @@ -170,7 +170,7 @@ RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_V return params._ret; } -CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, RemotePlaySessionID_t unSessionID) +CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID_params params = { @@ -183,7 +183,7 @@ CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_G return params._ret; } -const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID) +const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName(struct w_steam_iface *_this, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName_params params = { @@ -195,7 +195,7 @@ const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002 return params._ret; } -uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID) +uint32_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor(struct w_steam_iface *_this, uint32_t unSessionID) { struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor_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, int32_t *pnResolutionX, int32_t *pnResolutionY) +bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution(struct w_steam_iface *_this, uint32_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 245c29f3..755539ce 100644 --- a/lsteamclient/winISteamRemoteStorage.c +++ b/lsteamclient/winISteamRemoteStorage.c @@ -354,7 +354,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileShare_params params = { @@ -484,7 +484,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCDownload_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_UGCRead_params params = { @@ -537,7 +537,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_GetCachedUGCHandle_params params = { @@ -666,7 +666,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileShare_params params = { @@ -821,7 +821,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCDownload_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_UGCRead_params params = { @@ -874,7 +874,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetCachedUGCHandle_params params = { @@ -1014,7 +1014,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileShare_params params = { @@ -1169,7 +1169,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCDownload_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UGCRead_params params = { @@ -1222,7 +1222,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetCachedUGCHandle_params params = { @@ -1234,7 +1234,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile_params params = { @@ -1252,7 +1252,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishWorkshopFile_params params = { @@ -1273,7 +1273,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile(struct w_steam_iface *_this, RemoteStorageUpdatePublishedFileRequest_t updatePublishedFileRequest) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile(struct w_steam_iface *_this, RemoteStorageUpdatePublishedFileRequest_t updatePublishedFileRequest) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UpdatePublishedFile_params params = { @@ -1285,7 +1285,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetPublishedFileDetails_params params = { @@ -1297,7 +1297,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserPublishedFiles_params params = { @@ -1321,7 +1321,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_EnumerateUserSubscribedFiles_params params = { @@ -1345,7 +1345,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_UnsubscribePublishedFile_params params = { @@ -1510,7 +1510,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileShare_params params = { @@ -1665,7 +1665,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCDownload_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UGCRead_params params = { @@ -1732,7 +1732,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetCachedUGCHandle_params params = { @@ -1744,7 +1744,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile_params params = { @@ -1767,7 +1767,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CreatePublishedFileUpdateRequest_params params = { @@ -1779,7 +1779,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileFile_params params = { @@ -1794,7 +1794,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFilePreviewFile_params params = { @@ -1809,7 +1809,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTitle_params params = { @@ -1822,7 +1822,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileDescription_params params = { @@ -1835,7 +1835,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility_params params = { @@ -1848,7 +1848,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileTags_params params = { @@ -1861,7 +1861,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_CommitPublishedFileUpdate_params params = { @@ -1873,7 +1873,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedFileDetails_params params = { @@ -1885,7 +1885,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserPublishedFiles_params params = { @@ -1909,7 +1909,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateUserSubscribedFiles_params params = { @@ -1933,7 +1933,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UnsubscribePublishedFile_params params = { @@ -1945,7 +1945,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileSetChangeDescription_params params = { @@ -1958,7 +1958,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetPublishedItemVoteDetails_params params = { @@ -1970,7 +1970,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdateUserPublishedItemVote_params params = { @@ -1983,7 +1983,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -2010,7 +2010,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo(struct w_steam_iface *_this, const char *pchVideoURL, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo(struct w_steam_iface *_this, const char *pchVideoURL, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo_params params = { @@ -2030,7 +2030,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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 = { @@ -2242,7 +2242,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileShare_params params = { @@ -2397,7 +2397,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCDownload_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UGCRead_params params = { @@ -2464,7 +2464,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetCachedUGCHandle_params params = { @@ -2476,7 +2476,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishWorkshopFile_params params = { @@ -2499,7 +2499,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CreatePublishedFileUpdateRequest_params params = { @@ -2511,7 +2511,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileFile_params params = { @@ -2526,7 +2526,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFilePreviewFile_params params = { @@ -2541,7 +2541,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTitle_params params = { @@ -2554,7 +2554,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileDescription_params params = { @@ -2567,7 +2567,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileVisibility_params params = { @@ -2580,7 +2580,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileTags_params params = { @@ -2593,7 +2593,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_CommitPublishedFileUpdate_params params = { @@ -2605,7 +2605,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedFileDetails_params params = { @@ -2617,7 +2617,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserPublishedFiles_params params = { @@ -2641,7 +2641,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_EnumerateUserSubscribedFiles_params params = { @@ -2665,7 +2665,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UnsubscribePublishedFile_params params = { @@ -2677,7 +2677,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdatePublishedFileSetChangeDescription_params params = { @@ -2690,7 +2690,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetPublishedItemVoteDetails_params params = { @@ -2702,7 +2702,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_UpdateUserPublishedItemVote_params params = { @@ -2715,7 +2715,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -2742,7 +2742,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_PublishVideo_params params = { @@ -2764,7 +2764,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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 = { @@ -2980,7 +2980,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileShare_params params = { @@ -3005,7 +3005,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamWriteChunk_params params = { @@ -3031,7 +3031,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamClose_params params = { @@ -3043,7 +3043,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWriteStreamCancel_params params = { @@ -3185,7 +3185,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCDownload_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UGCRead_params params = { @@ -3252,7 +3252,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetCachedUGCHandle_params params = { @@ -3264,7 +3264,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishWorkshopFile_params params = { @@ -3287,7 +3287,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CreatePublishedFileUpdateRequest_params params = { @@ -3299,7 +3299,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileFile_params params = { @@ -3314,7 +3314,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFilePreviewFile_params params = { @@ -3329,7 +3329,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTitle_params params = { @@ -3342,7 +3342,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileDescription_params params = { @@ -3355,7 +3355,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileVisibility_params params = { @@ -3368,7 +3368,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileTags_params params = { @@ -3381,7 +3381,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_CommitPublishedFileUpdate_params params = { @@ -3393,7 +3393,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedFileDetails_params params = { @@ -3405,7 +3405,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserPublishedFiles_params params = { @@ -3429,7 +3429,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_EnumerateUserSubscribedFiles_params params = { @@ -3453,7 +3453,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UnsubscribePublishedFile_params params = { @@ -3465,7 +3465,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdatePublishedFileSetChangeDescription_params params = { @@ -3478,7 +3478,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetPublishedItemVoteDetails_params params = { @@ -3490,7 +3490,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_UpdateUserPublishedItemVote_params params = { @@ -3503,7 +3503,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -3530,7 +3530,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_PublishVideo_params params = { @@ -3552,7 +3552,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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 = { @@ -3772,7 +3772,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileShare_params params = { @@ -3797,7 +3797,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamWriteChunk_params params = { @@ -3823,7 +3823,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamClose_params params = { @@ -3835,7 +3835,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWriteStreamCancel_params params = { @@ -3977,7 +3977,7 @@ void __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_S cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetCloudEnabledForApp( ¶ms ); } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload(struct w_steam_iface *_this, UGCHandle_t hContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload(struct w_steam_iface *_this, uint64_t hContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCDownload_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UGCRead_params params = { @@ -4045,7 +4045,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION00 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetCachedUGCHandle_params params = { @@ -4057,7 +4057,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishWorkshopFile_params params = { @@ -4080,7 +4080,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CreatePublishedFileUpdateRequest_params params = { @@ -4092,7 +4092,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileFile_params params = { @@ -4107,7 +4107,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFilePreviewFile_params params = { @@ -4122,7 +4122,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTitle_params params = { @@ -4135,7 +4135,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileDescription_params params = { @@ -4148,7 +4148,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileVisibility_params params = { @@ -4161,7 +4161,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileTags_params params = { @@ -4174,7 +4174,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_CommitPublishedFileUpdate_params params = { @@ -4186,7 +4186,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedFileDetails_params params = { @@ -4198,7 +4198,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserPublishedFiles_params params = { @@ -4222,7 +4222,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_EnumerateUserSubscribedFiles_params params = { @@ -4246,7 +4246,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UnsubscribePublishedFile_params params = { @@ -4258,7 +4258,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdatePublishedFileSetChangeDescription_params params = { @@ -4271,7 +4271,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetPublishedItemVoteDetails_params params = { @@ -4283,7 +4283,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_UpdateUserPublishedItemVote_params params = { @@ -4296,7 +4296,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -4323,7 +4323,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_PublishVideo_params params = { @@ -4345,7 +4345,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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 = { @@ -4566,7 +4566,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileShare_params params = { @@ -4591,7 +4591,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamWriteChunk_params params = { @@ -4617,7 +4617,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamClose_params params = { @@ -4629,7 +4629,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCRead_params params = { @@ -4840,7 +4840,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetCachedUGCHandle_params params = { @@ -4852,7 +4852,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishWorkshopFile_params params = { @@ -4875,7 +4875,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CreatePublishedFileUpdateRequest_params params = { @@ -4887,7 +4887,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileFile_params params = { @@ -4902,7 +4902,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFilePreviewFile_params params = { @@ -4917,7 +4917,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTitle_params params = { @@ -4930,7 +4930,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileDescription_params params = { @@ -4943,7 +4943,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileVisibility_params params = { @@ -4956,7 +4956,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileTags_params params = { @@ -4969,7 +4969,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_CommitPublishedFileUpdate_params params = { @@ -4981,7 +4981,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedFileDetails_params params = { @@ -4993,7 +4993,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserPublishedFiles_params params = { @@ -5017,7 +5017,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_EnumerateUserSubscribedFiles_params params = { @@ -5041,7 +5041,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UnsubscribePublishedFile_params params = { @@ -5053,7 +5053,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdatePublishedFileSetChangeDescription_params params = { @@ -5066,7 +5066,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetPublishedItemVoteDetails_params params = { @@ -5078,7 +5078,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UpdateUserPublishedItemVote_params params = { @@ -5091,7 +5091,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -5118,7 +5118,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_PublishVideo_params params = { @@ -5140,7 +5140,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_UGCDownloadToLocation_params params = { @@ -5378,7 +5378,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileShare_params params = { @@ -5403,7 +5403,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamWriteChunk_params params = { @@ -5429,7 +5429,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamClose_params params = { @@ -5441,7 +5441,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead(struct w_steam_iface *_this, UGCHandle_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCRead_params params = { @@ -5652,7 +5652,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetCachedUGCHandle_params params = { @@ -5664,7 +5664,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishWorkshopFile_params params = { @@ -5687,7 +5687,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CreatePublishedFileUpdateRequest_params params = { @@ -5699,7 +5699,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileFile_params params = { @@ -5714,7 +5714,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFilePreviewFile_params params = { @@ -5729,7 +5729,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTitle_params params = { @@ -5742,7 +5742,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileDescription_params params = { @@ -5755,7 +5755,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileVisibility_params params = { @@ -5768,7 +5768,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileTags_params params = { @@ -5781,7 +5781,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_CommitPublishedFileUpdate_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_t unMaxSecondsOld) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedFileDetails_params params = { @@ -5806,7 +5806,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserPublishedFiles_params params = { @@ -5830,7 +5830,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_EnumerateUserSubscribedFiles_params params = { @@ -5854,7 +5854,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UnsubscribePublishedFile_params params = { @@ -5866,7 +5866,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdatePublishedFileSetChangeDescription_params params = { @@ -5879,7 +5879,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetPublishedItemVoteDetails_params params = { @@ -5891,7 +5891,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UpdateUserPublishedItemVote_params params = { @@ -5904,7 +5904,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -5931,7 +5931,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_PublishVideo_params params = { @@ -5953,7 +5953,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_UGCDownloadToLocation_params params = { @@ -6191,7 +6191,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileShare_params params = { @@ -6216,7 +6216,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamWriteChunk_params params = { @@ -6242,7 +6242,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamClose_params params = { @@ -6254,7 +6254,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_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) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCRead_params params = { @@ -6466,7 +6466,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetCachedUGCHandle_params params = { @@ -6478,7 +6478,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishWorkshopFile_params params = { @@ -6501,7 +6501,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CreatePublishedFileUpdateRequest_params params = { @@ -6513,7 +6513,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileFile_params params = { @@ -6528,7 +6528,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFilePreviewFile_params params = { @@ -6543,7 +6543,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTitle_params params = { @@ -6556,7 +6556,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileDescription_params params = { @@ -6569,7 +6569,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileVisibility_params params = { @@ -6582,7 +6582,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileTags_params params = { @@ -6595,7 +6595,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_CommitPublishedFileUpdate_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_t unMaxSecondsOld) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedFileDetails_params params = { @@ -6620,7 +6620,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserPublishedFiles_params params = { @@ -6644,7 +6644,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_EnumerateUserSubscribedFiles_params params = { @@ -6668,7 +6668,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UnsubscribePublishedFile_params params = { @@ -6680,7 +6680,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdatePublishedFileSetChangeDescription_params params = { @@ -6693,7 +6693,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetPublishedItemVoteDetails_params params = { @@ -6705,7 +6705,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UpdateUserPublishedItemVote_params params = { @@ -6718,7 +6718,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -6745,7 +6745,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_PublishVideo_params params = { @@ -6767,7 +6767,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_UGCDownloadToLocation_params params = { @@ -6984,7 +6984,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) +uint64_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_t nOffset, uint32_t cubToRead) +uint64_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_t cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete(struct w_steam_iface *_this, uint64_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileReadAsyncComplete_params params = { @@ -7050,7 +7050,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileShare_params params = { @@ -7075,7 +7075,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamWriteChunk_params params = { @@ -7101,7 +7101,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamClose_params params = { @@ -7113,7 +7113,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_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) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCRead_params params = { @@ -7325,7 +7325,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetCachedUGCHandle_params params = { @@ -7337,7 +7337,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishWorkshopFile_params params = { @@ -7360,7 +7360,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CreatePublishedFileUpdateRequest_params params = { @@ -7372,7 +7372,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileFile_params params = { @@ -7387,7 +7387,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFilePreviewFile_params params = { @@ -7402,7 +7402,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTitle_params params = { @@ -7415,7 +7415,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileDescription_params params = { @@ -7428,7 +7428,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileVisibility_params params = { @@ -7441,7 +7441,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileTags_params params = { @@ -7454,7 +7454,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_CommitPublishedFileUpdate_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_t unMaxSecondsOld) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedFileDetails_params params = { @@ -7479,7 +7479,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserPublishedFiles_params params = { @@ -7503,7 +7503,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_EnumerateUserSubscribedFiles_params params = { @@ -7527,7 +7527,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UnsubscribePublishedFile_params params = { @@ -7539,7 +7539,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdatePublishedFileSetChangeDescription_params params = { @@ -7552,7 +7552,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetPublishedItemVoteDetails_params params = { @@ -7564,7 +7564,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UpdateUserPublishedItemVote_params params = { @@ -7577,7 +7577,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -7604,7 +7604,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_PublishVideo_params params = { @@ -7626,7 +7626,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_UGCDownloadToLocation_params params = { @@ -7846,7 +7846,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) +uint64_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_t nOffset, uint32_t cubToRead) +uint64_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_t cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete(struct w_steam_iface *_this, uint64_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileReadAsyncComplete_params params = { @@ -7912,7 +7912,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileShare_params params = { @@ -7937,7 +7937,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamWriteChunk_params params = { @@ -7963,7 +7963,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamClose_params params = { @@ -7975,7 +7975,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_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) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCRead_params params = { @@ -8187,7 +8187,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetCachedUGCHandle_params params = { @@ -8199,7 +8199,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishWorkshopFile_params params = { @@ -8222,7 +8222,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CreatePublishedFileUpdateRequest_params params = { @@ -8234,7 +8234,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileFile_params params = { @@ -8249,7 +8249,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFilePreviewFile_params params = { @@ -8264,7 +8264,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTitle_params params = { @@ -8277,7 +8277,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileDescription_params params = { @@ -8290,7 +8290,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileVisibility_params params = { @@ -8303,7 +8303,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileTags_params params = { @@ -8316,7 +8316,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_CommitPublishedFileUpdate_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_t unMaxSecondsOld) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedFileDetails_params params = { @@ -8341,7 +8341,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserPublishedFiles_params params = { @@ -8365,7 +8365,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_EnumerateUserSubscribedFiles_params params = { @@ -8389,7 +8389,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UnsubscribePublishedFile_params params = { @@ -8401,7 +8401,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdatePublishedFileSetChangeDescription_params params = { @@ -8414,7 +8414,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetPublishedItemVoteDetails_params params = { @@ -8426,7 +8426,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UpdateUserPublishedItemVote_params params = { @@ -8439,7 +8439,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -8466,7 +8466,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_PublishVideo_params params = { @@ -8488,7 +8488,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_UGCDownloadToLocation_params params = { @@ -8712,7 +8712,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteAsync(struct w_steam_iface *_this, const char *pchFile, const void *pvData, uint32_t cubData) +uint64_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_t nOffset, uint32_t cubToRead) +uint64_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_t cubToRead) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete(struct w_steam_iface *_this, uint64_t hReadCall, void *pvBuffer, uint32_t cubToRead) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileReadAsyncComplete_params params = { @@ -8778,7 +8778,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_F return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileShare_params params = { @@ -8803,7 +8803,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_S return params._ret; } -UGCFileWriteStreamHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen(struct w_steam_iface *_this, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamOpen_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_t cubData) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk(struct w_steam_iface *_this, uint64_t writeHandle, const void *pvData, int32_t cubData) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamWriteChunk_params params = { @@ -8829,7 +8829,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamClose(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamClose(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamClose_params params = { @@ -8841,7 +8841,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_F return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamCancel(struct w_steam_iface *_this, UGCFileWriteStreamHandle_t writeHandle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamCancel(struct w_steam_iface *_this, uint64_t writeHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWriteStreamCancel_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownload(struct w_steam_iface *_this, uint64_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_t *pnBytesDownloaded, int32_t *pnBytesExpected) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDownloadProgress(struct w_steam_iface *_this, uint64_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_t *pnFileSizeInBytes, CSteamID *pSteamIDOwner) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUGCDetails(struct w_steam_iface *_this, uint64_t hContent, uint32_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_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) +int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead(struct w_steam_iface *_this, uint64_t hContent, void *pvData, int32_t cubDataToRead, uint32_t cOffset, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCRead_params params = { @@ -9053,7 +9053,7 @@ int32_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION01 return params._ret; } -UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle(struct w_steam_iface *_this, int32_t iCachedContent) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetCachedUGCHandle_params params = { @@ -9065,7 +9065,7 @@ UGCHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSI return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishWorkshopFile(struct w_steam_iface *_this, const char *pchFile, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags, uint32_t eWorkshopFileType) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishWorkshopFile_params params = { @@ -9088,7 +9088,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CreatePublishedFileUpdateRequest_params params = { @@ -9100,7 +9100,7 @@ PublishedFileUpdateHandle_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileFile_params params = { @@ -9115,7 +9115,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchPreviewFile) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFilePreviewFile(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchPreviewFile) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFilePreviewFile_params params = { @@ -9130,7 +9130,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTitle(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchTitle) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTitle(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchTitle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTitle_params params = { @@ -9143,7 +9143,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileDescription_params params = { @@ -9156,7 +9156,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileVisibility(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, uint32_t eVisibility) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileVisibility(struct w_steam_iface *_this, uint64_t updateHandle, uint32_t eVisibility) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileVisibility_params params = { @@ -9169,7 +9169,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTags(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, SteamParamStringArray_t *pTags) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTags(struct w_steam_iface *_this, uint64_t updateHandle, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileTags_params params = { @@ -9182,7 +9182,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate(struct w_steam_iface *_this, uint64_t updateHandle) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_CommitPublishedFileUpdate_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_t unMaxSecondsOld) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t unMaxSecondsOld) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedFileDetails_params params = { @@ -9207,7 +9207,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_DeletePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserPublishedFiles_params params = { @@ -9231,7 +9231,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SubscribePublishedFile_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_t unStartIndex) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles(struct w_steam_iface *_this, uint32_t unStartIndex) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_EnumerateUserSubscribedFiles_params params = { @@ -9255,7 +9255,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UnsubscribePublishedFile_params params = { @@ -9267,7 +9267,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, PublishedFileUpdateHandle_t updateHandle, const char *pchChangeDescription) +bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileSetChangeDescription(struct w_steam_iface *_this, uint64_t updateHandle, const char *pchChangeDescription) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdatePublishedFileSetChangeDescription_params params = { @@ -9280,7 +9280,7 @@ bool __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_U return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetPublishedItemVoteDetails_params params = { @@ -9292,7 +9292,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, bool bVoteUp) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote(struct w_steam_iface *_this, uint64_t unPublishedFileId, bool bVoteUp) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UpdateUserPublishedItemVote_params params = { @@ -9305,7 +9305,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails(struct w_steam_iface *_this, uint64_t unPublishedFileId) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_GetUserPublishedItemVoteDetails_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_t unStartIndex, SteamParamStringArray_t *pRequiredTags, SteamParamStringArray_t *pExcludedTags) +uint64_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 = { @@ -9332,7 +9332,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, AppId_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishVideo(struct w_steam_iface *_this, uint32_t eVideoProvider, const char *pchVideoAccount, const char *pchVideoIdentifier, const char *pchPreviewFile, uint32_t nConsumerAppId, const char *pchTitle, const char *pchDescription, uint32_t eVisibility, SteamParamStringArray_t *pTags) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_PublishVideo_params params = { @@ -9354,7 +9354,7 @@ SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VE return params._ret; } -SteamAPICall_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction(struct w_steam_iface *_this, PublishedFileId_t unPublishedFileId, uint32_t eAction) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction(struct w_steam_iface *_this, uint64_t unPublishedFileId, uint32_t eAction) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_SetUserPublishedFileAction_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_t unStartIndex) +uint64_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_t unStartIndex, uint32_t unCount, uint32_t unDays, SteamParamStringArray_t *pTags, SteamParamStringArray_t *pUserTags) +uint64_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_t unPriority) +uint64_t __thiscall winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation(struct w_steam_iface *_this, uint64_t hContent, const char *pchLocation, uint32_t unPriority) { struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_UGCDownloadToLocation_params params = { diff --git a/lsteamclient/winISteamScreenshots.c b/lsteamclient/winISteamScreenshots.c index fc146bea..211ad021 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_t cubRGB, int32_t nWidth, int32_t nHeight) +uint32_t __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, int32_t nWidth, int32_t nHeight) +uint32_t __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 = { @@ -77,7 +77,7 @@ void __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_HookS cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_HookScreenshots( ¶ms ); } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, const char *pchLocation) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation(struct w_steam_iface *_this, uint32_t hScreenshot, const char *pchLocation) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLocation_params params = { @@ -90,7 +90,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_SetLo return params._ret; } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, CSteamID steamID) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser(struct w_steam_iface *_this, uint32_t hScreenshot, CSteamID steamID) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_TagUser_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_t cubRGB, int32_t nWidth, int32_t nHeight) +uint32_t __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, int32_t nWidth, int32_t nHeight) +uint32_t __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 = { @@ -194,7 +194,7 @@ void __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_HookS cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_HookScreenshots( ¶ms ); } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, const char *pchLocation) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation(struct w_steam_iface *_this, uint32_t hScreenshot, const char *pchLocation) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLocation_params params = { @@ -207,7 +207,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_SetLo return params._ret; } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, CSteamID steamID) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser(struct w_steam_iface *_this, uint32_t hScreenshot, CSteamID steamID) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUser_params params = { @@ -220,7 +220,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagUs return params._ret; } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, PublishedFileId_t unPublishedFileID) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile(struct w_steam_iface *_this, uint32_t hScreenshot, uint64_t unPublishedFileID) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_TagPublishedFile_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_t cubRGB, int32_t nWidth, int32_t nHeight) +uint32_t __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, int32_t nWidth, int32_t nHeight) +uint32_t __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 = { @@ -327,7 +327,7 @@ void __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_HookS cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_HookScreenshots( ¶ms ); } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, const char *pchLocation) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation(struct w_steam_iface *_this, uint32_t hScreenshot, const char *pchLocation) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLocation_params params = { @@ -340,7 +340,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_SetLo return params._ret; } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, CSteamID steamID) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser(struct w_steam_iface *_this, uint32_t hScreenshot, CSteamID steamID) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUser_params params = { @@ -353,7 +353,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagUs return params._ret; } -bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFile(struct w_steam_iface *_this, ScreenshotHandle hScreenshot, PublishedFileId_t unPublishedFileID) +bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFile(struct w_steam_iface *_this, uint32_t hScreenshot, uint64_t unPublishedFileID) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_TagPublishedFile_params params = { @@ -377,7 +377,7 @@ bool __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_IsScr return params._ret; } -ScreenshotHandle __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreenshotToLibrary(struct w_steam_iface *_this, uint32_t eType, const char *pchFilename, const char *pchVRFilename) +uint32_t __thiscall winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreenshotToLibrary(struct w_steam_iface *_this, uint32_t eType, const char *pchFilename, const char *pchVRFilename) { struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreenshotToLibrary_params params = { diff --git a/lsteamclient/winISteamUGC.c b/lsteamclient/winISteamUGC.c index 96917706..073e833a 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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryAllUGCRequest_params params = { @@ -64,7 +64,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_128 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult(struct w_steam_iface *_this, uint64_t handle, uint32_t index, winSteamUGCDetails_t_128 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult_params params = { @@ -90,7 +90,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCRequest_params params = { @@ -102,7 +102,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag_params params = { @@ -115,7 +115,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag_params params = { @@ -128,7 +128,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescription_params params = { @@ -141,7 +141,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly_params params = { @@ -154,7 +154,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilter_params params = { @@ -167,7 +167,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag_params params = { @@ -180,7 +180,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays_params params = { @@ -206,7 +206,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_SetRankedByTrendDays( return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION001_RequestUGCDetails_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryAllUGCRequest_params params = { @@ -320,7 +320,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_130 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult(struct w_steam_iface *_this, uint64_t handle, uint32_t index, winSteamUGCDetails_t_130 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult_params params = { @@ -346,7 +346,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCRequest_params params = { @@ -358,7 +358,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag_params params = { @@ -371,7 +371,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag_params params = { @@ -384,7 +384,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescription_params params = { @@ -397,7 +397,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetReturnTotalOnly_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedResponse_params params = { @@ -423,7 +423,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilter_params params = { @@ -436,7 +436,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag_params params = { @@ -449,7 +449,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCDetails_params params = { @@ -488,7 +488,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem_params params = { @@ -501,7 +501,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartItemUpdate_params params = { @@ -514,7 +514,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle_params params = { @@ -527,7 +527,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription_params params = { @@ -540,7 +540,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility_params params = { @@ -553,7 +553,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags_params params = { @@ -566,7 +566,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent_params params = { @@ -581,7 +581,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview_params params = { @@ -596,7 +596,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SetItemPreview(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProgress_params params = { @@ -623,7 +623,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeItem_params params = { @@ -635,7 +635,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_UnsubscribeItem_params params = { @@ -658,7 +658,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItems_params params = { @@ -671,7 +671,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetSubscribedItem return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, uint64_t *punSizeOnDisk, char *pchFolder, uint32_t cchFolderSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION002_GetItemUpdateInfo(struct w_steam_iface *_this, uint64_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryAllUGCRequest_params params = { @@ -822,7 +822,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_132 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult(struct w_steam_iface *_this, uint64_t handle, uint32_t index, winSteamUGCDetails_t_132 *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult_params params = { @@ -848,7 +848,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCRequest_params params = { @@ -860,7 +860,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag_params params = { @@ -873,7 +873,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag_params params = { @@ -886,7 +886,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescription_params params = { @@ -899,7 +899,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetReturnTotalOnly_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedResponse_params params = { @@ -925,7 +925,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilter_params params = { @@ -938,7 +938,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag_params params = { @@ -951,7 +951,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCDetails_params params = { @@ -990,7 +990,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem_params params = { @@ -1003,7 +1003,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartItemUpdate_params params = { @@ -1016,7 +1016,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle_params params = { @@ -1029,7 +1029,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription_params params = { @@ -1042,7 +1042,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility_params params = { @@ -1055,7 +1055,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags_params params = { @@ -1068,7 +1068,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent_params params = { @@ -1083,7 +1083,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview_params params = { @@ -1098,7 +1098,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SetItemPreview(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProgress_params params = { @@ -1125,7 +1125,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeItem_params params = { @@ -1137,7 +1137,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_UnsubscribeItem_params params = { @@ -1160,7 +1160,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItems_params params = { @@ -1173,7 +1173,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetSubscribedItem return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION003_GetItemUpdateInfo(struct w_steam_iface *_this, uint64_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryAllUGCRequest_params params = { @@ -1327,7 +1327,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_132x *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult(struct w_steam_iface *_this, uint64_t handle, uint32_t index, winSteamUGCDetails_t_132x *pDetails) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult_params params = { @@ -1353,7 +1353,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetQueryUGCResult(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCRequest_params params = { @@ -1365,7 +1365,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag_params params = { @@ -1378,7 +1378,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag_params params = { @@ -1391,7 +1391,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescription_params params = { @@ -1404,7 +1404,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetReturnTotalOnly_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedResponse_params params = { @@ -1430,7 +1430,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilter_params params = { @@ -1443,7 +1443,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag_params params = { @@ -1456,7 +1456,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCDetails_params params = { @@ -1495,7 +1495,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem_params params = { @@ -1508,7 +1508,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartItemUpdate_params params = { @@ -1521,7 +1521,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle_params params = { @@ -1534,7 +1534,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription_params params = { @@ -1547,7 +1547,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility_params params = { @@ -1560,7 +1560,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags_params params = { @@ -1573,7 +1573,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent_params params = { @@ -1588,7 +1588,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview_params params = { @@ -1603,7 +1603,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SetItemPreview(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProgress_params params = { @@ -1630,7 +1630,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeItem_params params = { @@ -1642,7 +1642,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_UnsubscribeItem_params params = { @@ -1665,7 +1665,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItems_params params = { @@ -1678,7 +1678,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState_params params = { @@ -1690,7 +1690,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo_params params = { @@ -1721,7 +1721,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION004_DownloadItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUGCDetailsRequest_params params = { @@ -1883,7 +1883,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_133b *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint32_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdditionalPreviews_params params = { @@ -1982,7 +1982,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, bool *pbIsImage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditionalPreview_params params = { @@ -2000,7 +2000,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetQueryUGCAdditional return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCRequest_params params = { @@ -2012,7 +2012,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag_params params = { @@ -2025,7 +2025,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag_params params = { @@ -2038,7 +2038,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescription_params params = { @@ -2051,7 +2051,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata_params params = { @@ -2064,7 +2064,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren_params params = { @@ -2077,7 +2077,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPreviews_params params = { @@ -2090,7 +2090,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetReturnTotalOnly_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedResponse_params params = { @@ -2116,7 +2116,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilter_params params = { @@ -2129,7 +2129,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag_params params = { @@ -2142,7 +2142,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCDetails_params params = { @@ -2181,7 +2181,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem_params params = { @@ -2194,7 +2194,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartItemUpdate_params params = { @@ -2207,7 +2207,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle_params params = { @@ -2220,7 +2220,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription_params params = { @@ -2233,7 +2233,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata_params params = { @@ -2246,7 +2246,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility_params params = { @@ -2259,7 +2259,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags_params params = { @@ -2272,7 +2272,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent_params params = { @@ -2287,7 +2287,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview_params params = { @@ -2302,7 +2302,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SetItemPreview(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProgress_params params = { @@ -2329,7 +2329,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFavorites_params params = { @@ -2342,7 +2342,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemFromFavorites_params params = { @@ -2355,7 +2355,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeItem_params params = { @@ -2367,7 +2367,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_UnsubscribeItem_params params = { @@ -2390,7 +2390,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItems_params params = { @@ -2403,7 +2403,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState_params params = { @@ -2415,7 +2415,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo_params params = { @@ -2446,7 +2446,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION005_DownloadItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUGCDetailsRequest_params params = { @@ -2625,7 +2625,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_133x *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint32_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdditionalPreviews_params params = { @@ -2724,7 +2724,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint32_t previewIndex, char *pchURLOrVideoID, uint32_t cchURLSize, bool *pbIsImage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditionalPreview_params params = { @@ -2742,7 +2742,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetQueryUGCAdditional return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCRequest_params params = { @@ -2754,7 +2754,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag_params params = { @@ -2767,7 +2767,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag_params params = { @@ -2780,7 +2780,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescription_params params = { @@ -2793,7 +2793,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata_params params = { @@ -2806,7 +2806,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren_params params = { @@ -2819,7 +2819,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPreviews_params params = { @@ -2832,7 +2832,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly_params params = { @@ -2845,7 +2845,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedResponse_params params = { @@ -2871,7 +2871,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilter_params params = { @@ -2884,7 +2884,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag_params params = { @@ -2897,7 +2897,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCDetails_params params = { @@ -2936,7 +2936,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem_params params = { @@ -2949,7 +2949,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartItemUpdate_params params = { @@ -2962,7 +2962,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle_params params = { @@ -2975,7 +2975,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription_params params = { @@ -2988,7 +2988,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage_params params = { @@ -3001,7 +3001,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata_params params = { @@ -3014,7 +3014,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility_params params = { @@ -3027,7 +3027,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags_params params = { @@ -3040,7 +3040,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent_params params = { @@ -3055,7 +3055,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview_params params = { @@ -3070,7 +3070,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetItemPreview(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProgress_params params = { @@ -3097,7 +3097,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItemVote_params params = { @@ -3110,7 +3110,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItemVote_params params = { @@ -3122,7 +3122,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFavorites_params params = { @@ -3135,7 +3135,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemFromFavorites_params params = { @@ -3148,7 +3148,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeItem_params params = { @@ -3160,7 +3160,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_UnsubscribeItem_params params = { @@ -3183,7 +3183,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItems_params params = { @@ -3196,7 +3196,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState_params params = { @@ -3208,7 +3208,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo_params params = { @@ -3239,7 +3239,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION006_DownloadItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUGCDetailsRequest_params params = { @@ -3430,7 +3430,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_136 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint32_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdditionalPreviews_params params = { @@ -3529,7 +3529,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKeyValueTags_params params = { @@ -3560,7 +3560,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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 = { @@ -3578,7 +3578,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCRequest_params params = { @@ -3590,7 +3590,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag_params params = { @@ -3603,7 +3603,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag_params params = { @@ -3616,7 +3616,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags_params params = { @@ -3629,7 +3629,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescription_params params = { @@ -3642,7 +3642,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata_params params = { @@ -3655,7 +3655,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren_params params = { @@ -3668,7 +3668,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPreviews_params params = { @@ -3681,7 +3681,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly_params params = { @@ -3694,7 +3694,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedResponse_params params = { @@ -3720,7 +3720,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilter_params params = { @@ -3733,7 +3733,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag_params params = { @@ -3746,7 +3746,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays_params params = { @@ -3772,7 +3772,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCDetails_params params = { @@ -3799,7 +3799,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem_params params = { @@ -3812,7 +3812,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartItemUpdate_params params = { @@ -3825,7 +3825,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle_params params = { @@ -3838,7 +3838,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription_params params = { @@ -3851,7 +3851,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage_params params = { @@ -3864,7 +3864,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata_params params = { @@ -3877,7 +3877,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility_params params = { @@ -3890,7 +3890,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags_params params = { @@ -3903,7 +3903,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent_params params = { @@ -3918,7 +3918,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview_params params = { @@ -3933,7 +3933,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTags_params params = { @@ -3946,7 +3946,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag_params params = { @@ -3960,7 +3960,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemKeyValueTag(st return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProgress_params params = { @@ -3987,7 +3987,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItemVote_params params = { @@ -4000,7 +4000,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItemVote_params params = { @@ -4012,7 +4012,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFavorites_params params = { @@ -4025,7 +4025,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemFromFavorites_params params = { @@ -4038,7 +4038,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeItem_params params = { @@ -4050,7 +4050,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_UnsubscribeItem_params params = { @@ -4073,7 +4073,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItems_params params = { @@ -4086,7 +4086,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState_params params = { @@ -4098,7 +4098,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo_params params = { @@ -4129,7 +4129,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem_params params = { @@ -4142,7 +4142,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_BInitWorkshopForGameServer_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUGCDetailsRequest_params params = { @@ -4359,7 +4359,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_137 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint32_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdditionalPreviews_params params = { @@ -4458,7 +4458,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKeyValueTags_params params = { @@ -4491,7 +4491,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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 = { @@ -4509,7 +4509,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCRequest_params params = { @@ -4521,7 +4521,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag_params params = { @@ -4534,7 +4534,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag_params params = { @@ -4547,7 +4547,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags_params params = { @@ -4560,7 +4560,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescription_params params = { @@ -4573,7 +4573,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata_params params = { @@ -4586,7 +4586,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren_params params = { @@ -4599,7 +4599,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPreviews_params params = { @@ -4612,7 +4612,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly_params params = { @@ -4625,7 +4625,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedResponse_params params = { @@ -4651,7 +4651,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilter_params params = { @@ -4664,7 +4664,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag_params params = { @@ -4677,7 +4677,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays_params params = { @@ -4703,7 +4703,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCDetails_params params = { @@ -4730,7 +4730,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem_params params = { @@ -4743,7 +4743,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartItemUpdate_params params = { @@ -4756,7 +4756,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle_params params = { @@ -4769,7 +4769,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription_params params = { @@ -4782,7 +4782,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage_params params = { @@ -4795,7 +4795,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata_params params = { @@ -4808,7 +4808,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility_params params = { @@ -4821,7 +4821,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags_params params = { @@ -4834,7 +4834,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent_params params = { @@ -4849,7 +4849,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview_params params = { @@ -4864,7 +4864,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTags_params params = { @@ -4877,7 +4877,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemKeyValueTag_params params = { @@ -4891,7 +4891,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewFile_params params = { @@ -4907,7 +4907,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview_params params = { @@ -4963,7 +4963,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProgress_params params = { @@ -4990,7 +4990,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItemVote_params params = { @@ -5003,7 +5003,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItemVote_params params = { @@ -5015,7 +5015,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFavorites_params params = { @@ -5028,7 +5028,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemFromFavorites_params params = { @@ -5041,7 +5041,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeItem_params params = { @@ -5053,7 +5053,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_UnsubscribeItem_params params = { @@ -5076,7 +5076,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItems_params params = { @@ -5089,7 +5089,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState_params params = { @@ -5101,7 +5101,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo_params params = { @@ -5132,7 +5132,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem_params params = { @@ -5145,7 +5145,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION008_BInitWorkshopForGameServer_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUGCDetailsRequest_params params = { @@ -5371,7 +5371,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_139 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdditionalPreviews_params params = { @@ -5470,7 +5470,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKeyValueTags_params params = { @@ -5503,7 +5503,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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 = { @@ -5521,7 +5521,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCRequest_params params = { @@ -5533,7 +5533,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag_params params = { @@ -5546,7 +5546,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag_params params = { @@ -5559,7 +5559,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs_params params = { @@ -5572,7 +5572,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags_params params = { @@ -5585,7 +5585,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescription_params params = { @@ -5598,7 +5598,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata_params params = { @@ -5611,7 +5611,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren_params params = { @@ -5624,7 +5624,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPreviews_params params = { @@ -5637,7 +5637,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly_params params = { @@ -5650,7 +5650,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetReturnTotalOnly(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedResponse_params params = { @@ -5676,7 +5676,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilter_params params = { @@ -5689,7 +5689,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag_params params = { @@ -5702,7 +5702,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays_params params = { @@ -5728,7 +5728,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCDetails_params params = { @@ -5755,7 +5755,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem_params params = { @@ -5768,7 +5768,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartItemUpdate_params params = { @@ -5781,7 +5781,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle_params params = { @@ -5794,7 +5794,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription_params params = { @@ -5807,7 +5807,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage_params params = { @@ -5820,7 +5820,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata_params params = { @@ -5833,7 +5833,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility_params params = { @@ -5846,7 +5846,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags_params params = { @@ -5859,7 +5859,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent_params params = { @@ -5874,7 +5874,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview_params params = { @@ -5889,7 +5889,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTags_params params = { @@ -5902,7 +5902,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemKeyValueTag_params params = { @@ -5916,7 +5916,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewFile_params params = { @@ -5932,7 +5932,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview_params params = { @@ -5988,7 +5988,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProgress_params params = { @@ -6015,7 +6015,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItemVote_params params = { @@ -6028,7 +6028,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItemVote_params params = { @@ -6040,7 +6040,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFavorites_params params = { @@ -6053,7 +6053,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemFromFavorites_params params = { @@ -6066,7 +6066,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeItem_params params = { @@ -6078,7 +6078,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_UnsubscribeItem_params params = { @@ -6101,7 +6101,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItems_params params = { @@ -6114,7 +6114,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState_params params = { @@ -6126,7 +6126,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo_params params = { @@ -6157,7 +6157,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem_params params = { @@ -6170,7 +6170,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTracking_params params = { @@ -6222,7 +6222,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION009_StopPlaytimeTrackingForAllItems_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUGCDetailsRequest_params params = { @@ -6444,7 +6444,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_142 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdditionalPreviews_params params = { @@ -6543,7 +6543,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKeyValueTags_params params = { @@ -6576,7 +6576,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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 = { @@ -6594,7 +6594,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCRequest_params params = { @@ -6606,7 +6606,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag_params params = { @@ -6619,7 +6619,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag_params params = { @@ -6632,7 +6632,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs_params params = { @@ -6645,7 +6645,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags_params params = { @@ -6658,7 +6658,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescription_params params = { @@ -6671,7 +6671,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata_params params = { @@ -6684,7 +6684,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren_params params = { @@ -6697,7 +6697,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPreviews_params params = { @@ -6710,7 +6710,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStats_params params = { @@ -6736,7 +6736,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedResponse_params params = { @@ -6762,7 +6762,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilter_params params = { @@ -6775,7 +6775,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag_params params = { @@ -6788,7 +6788,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays_params params = { @@ -6814,7 +6814,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCDetails_params params = { @@ -6841,7 +6841,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem_params params = { @@ -6854,7 +6854,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartItemUpdate_params params = { @@ -6867,7 +6867,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle_params params = { @@ -6880,7 +6880,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription_params params = { @@ -6893,7 +6893,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage_params params = { @@ -6906,7 +6906,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata_params params = { @@ -6919,7 +6919,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility_params params = { @@ -6932,7 +6932,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags_params params = { @@ -6945,7 +6945,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent_params params = { @@ -6960,7 +6960,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview_params params = { @@ -6975,7 +6975,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTags_params params = { @@ -6988,7 +6988,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemKeyValueTag_params params = { @@ -7002,7 +7002,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewFile_params params = { @@ -7018,7 +7018,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview_params params = { @@ -7074,7 +7074,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProgress_params params = { @@ -7101,7 +7101,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItemVote_params params = { @@ -7114,7 +7114,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItemVote_params params = { @@ -7126,7 +7126,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFavorites_params params = { @@ -7139,7 +7139,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemFromFavorites_params params = { @@ -7152,7 +7152,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeItem_params params = { @@ -7164,7 +7164,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_UnsubscribeItem_params params = { @@ -7187,7 +7187,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItems_params params = { @@ -7200,7 +7200,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState_params params = { @@ -7212,7 +7212,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo_params params = { @@ -7243,7 +7243,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem_params params = { @@ -7256,7 +7256,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTracking_params params = { @@ -7308,7 +7308,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytimeTrackingForAllItems_params params = { @@ -7319,7 +7319,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependency_params params = { @@ -7332,7 +7332,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDependency_params params = { @@ -7345,7 +7345,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDependency_params params = { @@ -7358,7 +7358,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDependency_params params = { @@ -7371,7 +7371,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDependencies_params params = { @@ -7383,7 +7383,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION010_DeleteItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_params params = { @@ -7602,7 +7602,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUGCDetailsRequest_params params = { @@ -7631,7 +7631,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_144 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdditionalPreviews_params params = { @@ -7730,7 +7730,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKeyValueTags_params params = { @@ -7763,7 +7763,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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 = { @@ -7781,7 +7781,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCRequest_params params = { @@ -7793,7 +7793,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag_params params = { @@ -7806,7 +7806,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag_params params = { @@ -7819,7 +7819,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs_params params = { @@ -7832,7 +7832,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags_params params = { @@ -7845,7 +7845,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescription_params params = { @@ -7858,7 +7858,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata_params params = { @@ -7871,7 +7871,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren_params params = { @@ -7884,7 +7884,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPreviews_params params = { @@ -7897,7 +7897,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStats_params params = { @@ -7923,7 +7923,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedResponse_params params = { @@ -7949,7 +7949,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilter_params params = { @@ -7962,7 +7962,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag_params params = { @@ -7975,7 +7975,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays_params params = { @@ -8001,7 +8001,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCDetails_params params = { @@ -8028,7 +8028,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem_params params = { @@ -8041,7 +8041,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartItemUpdate_params params = { @@ -8054,7 +8054,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle_params params = { @@ -8067,7 +8067,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription_params params = { @@ -8080,7 +8080,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage_params params = { @@ -8093,7 +8093,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata_params params = { @@ -8106,7 +8106,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility_params params = { @@ -8119,7 +8119,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags_params params = { @@ -8132,7 +8132,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent_params params = { @@ -8147,7 +8147,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview_params params = { @@ -8162,7 +8162,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload_params params = { @@ -8175,7 +8175,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTags_params params = { @@ -8188,7 +8188,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemKeyValueTag_params params = { @@ -8202,7 +8202,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewFile_params params = { @@ -8218,7 +8218,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview_params params = { @@ -8274,7 +8274,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProgress_params params = { @@ -8301,7 +8301,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItemVote_params params = { @@ -8314,7 +8314,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItemVote_params params = { @@ -8326,7 +8326,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFavorites_params params = { @@ -8339,7 +8339,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemFromFavorites_params params = { @@ -8352,7 +8352,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeItem_params params = { @@ -8364,7 +8364,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_UnsubscribeItem_params params = { @@ -8387,7 +8387,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItems_params params = { @@ -8400,7 +8400,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState_params params = { @@ -8412,7 +8412,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo_params params = { @@ -8443,7 +8443,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem_params params = { @@ -8456,7 +8456,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTracking_params params = { @@ -8508,7 +8508,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytimeTrackingForAllItems_params params = { @@ -8519,7 +8519,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependency_params params = { @@ -8532,7 +8532,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDependency_params params = { @@ -8545,7 +8545,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDependency_params params = { @@ -8558,7 +8558,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDependency_params params = { @@ -8571,7 +8571,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDependencies_params params = { @@ -8583,7 +8583,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION012_DeleteItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_params params = { @@ -8806,7 +8806,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUGCDetailsRequest_params params = { @@ -8835,7 +8835,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_146 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdditionalPreviews_params params = { @@ -8934,7 +8934,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKeyValueTags_params params = { @@ -8967,7 +8967,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTag_2_params params = { @@ -9001,7 +9001,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCRequest_params params = { @@ -9013,7 +9013,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag_params params = { @@ -9026,7 +9026,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag_params params = { @@ -9039,7 +9039,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs_params params = { @@ -9052,7 +9052,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags_params params = { @@ -9065,7 +9065,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescription_params params = { @@ -9078,7 +9078,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata_params params = { @@ -9091,7 +9091,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren_params params = { @@ -9104,7 +9104,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPreviews_params params = { @@ -9117,7 +9117,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStats_params params = { @@ -9143,7 +9143,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedResponse_params params = { @@ -9169,7 +9169,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilter_params params = { @@ -9182,7 +9182,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag_params params = { @@ -9195,7 +9195,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays_params params = { @@ -9221,7 +9221,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCDetails_params params = { @@ -9248,7 +9248,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem_params params = { @@ -9261,7 +9261,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartItemUpdate_params params = { @@ -9274,7 +9274,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle_params params = { @@ -9287,7 +9287,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription_params params = { @@ -9300,7 +9300,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage_params params = { @@ -9313,7 +9313,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata_params params = { @@ -9326,7 +9326,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility_params params = { @@ -9339,7 +9339,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags_params params = { @@ -9352,7 +9352,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent_params params = { @@ -9367,7 +9367,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview_params params = { @@ -9382,7 +9382,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload_params params = { @@ -9395,7 +9395,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValueTags_params params = { @@ -9407,7 +9407,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTags_params params = { @@ -9420,7 +9420,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemKeyValueTag_params params = { @@ -9434,7 +9434,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewFile_params params = { @@ -9450,7 +9450,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview_params params = { @@ -9506,7 +9506,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProgress_params params = { @@ -9533,7 +9533,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItemVote_params params = { @@ -9546,7 +9546,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItemVote_params params = { @@ -9558,7 +9558,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFavorites_params params = { @@ -9571,7 +9571,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemFromFavorites_params params = { @@ -9584,7 +9584,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeItem_params params = { @@ -9596,7 +9596,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_UnsubscribeItem_params params = { @@ -9619,7 +9619,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItems_params params = { @@ -9632,7 +9632,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState_params params = { @@ -9644,7 +9644,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo_params params = { @@ -9675,7 +9675,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem_params params = { @@ -9688,7 +9688,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTracking_params params = { @@ -9740,7 +9740,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytimeTrackingForAllItems_params params = { @@ -9751,7 +9751,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependency_params params = { @@ -9764,7 +9764,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDependency_params params = { @@ -9777,7 +9777,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDependency_params params = { @@ -9790,7 +9790,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDependency_params params = { @@ -9803,7 +9803,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDependencies_params params = { @@ -9815,7 +9815,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION013_DeleteItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_params params = { @@ -10041,7 +10041,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUGCDetailsRequest_params params = { @@ -10070,7 +10070,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_150 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdditionalPreviews_params params = { @@ -10169,7 +10169,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKeyValueTags_params params = { @@ -10202,7 +10202,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTag_2_params params = { @@ -10236,7 +10236,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCRequest_params params = { @@ -10248,7 +10248,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag_params params = { @@ -10261,7 +10261,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup(struct w_steam_iface *_this, UGCQueryHandle_t handle, const SteamParamStringArray_t *pTagGroups) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup(struct w_steam_iface *_this, uint64_t handle, const SteamParamStringArray_t *pTagGroups) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup_params params = { @@ -10274,7 +10274,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredTagGroup(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag_params params = { @@ -10287,7 +10287,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs_params params = { @@ -10300,7 +10300,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags_params params = { @@ -10313,7 +10313,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescription_params params = { @@ -10326,7 +10326,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata_params params = { @@ -10339,7 +10339,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren_params params = { @@ -10352,7 +10352,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPreviews_params params = { @@ -10365,7 +10365,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStats_params params = { @@ -10391,7 +10391,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedResponse_params params = { @@ -10417,7 +10417,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilter_params params = { @@ -10430,7 +10430,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag_params params = { @@ -10443,7 +10443,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays_params params = { @@ -10469,7 +10469,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCDetails_params params = { @@ -10496,7 +10496,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem_params params = { @@ -10509,7 +10509,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartItemUpdate_params params = { @@ -10522,7 +10522,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle_params params = { @@ -10535,7 +10535,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription_params params = { @@ -10548,7 +10548,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage_params params = { @@ -10561,7 +10561,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata_params params = { @@ -10574,7 +10574,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility_params params = { @@ -10587,7 +10587,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags_params params = { @@ -10600,7 +10600,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent_params params = { @@ -10615,7 +10615,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview_params params = { @@ -10630,7 +10630,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload_params params = { @@ -10643,7 +10643,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValueTags_params params = { @@ -10655,7 +10655,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTags_params params = { @@ -10668,7 +10668,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemKeyValueTag_params params = { @@ -10682,7 +10682,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewFile_params params = { @@ -10698,7 +10698,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview_params params = { @@ -10754,7 +10754,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProgress_params params = { @@ -10781,7 +10781,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItemVote_params params = { @@ -10794,7 +10794,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItemVote_params params = { @@ -10806,7 +10806,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFavorites_params params = { @@ -10819,7 +10819,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemFromFavorites_params params = { @@ -10832,7 +10832,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeItem_params params = { @@ -10844,7 +10844,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_UnsubscribeItem_params params = { @@ -10867,7 +10867,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItems_params params = { @@ -10880,7 +10880,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState_params params = { @@ -10892,7 +10892,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo_params params = { @@ -10923,7 +10923,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem_params params = { @@ -10936,7 +10936,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTracking_params params = { @@ -10988,7 +10988,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytimeTrackingForAllItems_params params = { @@ -10999,7 +10999,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependency_params params = { @@ -11012,7 +11012,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDependency_params params = { @@ -11025,7 +11025,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDependency_params params = { @@ -11038,7 +11038,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDependency_params params = { @@ -11051,7 +11051,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDependencies_params params = { @@ -11063,7 +11063,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION014_DeleteItem_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_params params = { @@ -11295,7 +11295,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUGCDetailsRequest_params params = { @@ -11324,7 +11324,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_152 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTags_params params = { @@ -11363,7 +11363,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumTag return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTag(struct w_steam_iface *_this, uint64_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_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdditionalPreviews_params params = { @@ -11468,7 +11468,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKeyValueTags_params params = { @@ -11501,7 +11501,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTag_2_params params = { @@ -11535,7 +11535,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCRequest_params params = { @@ -11547,7 +11547,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag_params params = { @@ -11560,7 +11560,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup(struct w_steam_iface *_this, UGCQueryHandle_t handle, const SteamParamStringArray_t *pTagGroups) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup(struct w_steam_iface *_this, uint64_t handle, const SteamParamStringArray_t *pTagGroups) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup_params params = { @@ -11573,7 +11573,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredTagGroup(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag_params params = { @@ -11586,7 +11586,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs_params params = { @@ -11599,7 +11599,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags_params params = { @@ -11612,7 +11612,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescription_params params = { @@ -11625,7 +11625,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata_params params = { @@ -11638,7 +11638,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren_params params = { @@ -11651,7 +11651,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPreviews_params params = { @@ -11664,7 +11664,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStats_params params = { @@ -11690,7 +11690,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedResponse_params params = { @@ -11716,7 +11716,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilter_params params = { @@ -11729,7 +11729,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag_params params = { @@ -11742,7 +11742,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays_params params = { @@ -11768,7 +11768,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCDetails_params params = { @@ -11795,7 +11795,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem_params params = { @@ -11808,7 +11808,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartItemUpdate_params params = { @@ -11821,7 +11821,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle_params params = { @@ -11834,7 +11834,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription_params params = { @@ -11847,7 +11847,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage_params params = { @@ -11860,7 +11860,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata_params params = { @@ -11873,7 +11873,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility_params params = { @@ -11886,7 +11886,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags_params params = { @@ -11899,7 +11899,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent_params params = { @@ -11914,7 +11914,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview_params params = { @@ -11929,7 +11929,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload_params params = { @@ -11942,7 +11942,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValueTags_params params = { @@ -11954,7 +11954,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTags_params params = { @@ -11967,7 +11967,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemKeyValueTag_params params = { @@ -11981,7 +11981,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewFile_params params = { @@ -11997,7 +11997,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview_params params = { @@ -12053,7 +12053,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProgress_params params = { @@ -12080,7 +12080,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItemVote_params params = { @@ -12093,7 +12093,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItemVote_params params = { @@ -12105,7 +12105,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFavorites_params params = { @@ -12118,7 +12118,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemFromFavorites_params params = { @@ -12131,7 +12131,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeItem_params params = { @@ -12143,7 +12143,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_UnsubscribeItem_params params = { @@ -12166,7 +12166,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItems_params params = { @@ -12179,7 +12179,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState_params params = { @@ -12191,7 +12191,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo_params params = { @@ -12222,7 +12222,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem_params params = { @@ -12235,7 +12235,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTracking_params params = { @@ -12287,7 +12287,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytimeTrackingForAllItems_params params = { @@ -12298,7 +12298,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependency_params params = { @@ -12311,7 +12311,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDependency_params params = { @@ -12324,7 +12324,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDependency_params params = { @@ -12337,7 +12337,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDependency_params params = { @@ -12350,7 +12350,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDependencies_params params = { @@ -12362,7 +12362,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_DeleteItem_params params = { @@ -12385,7 +12385,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_ShowWorkshopEULA(stru return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION015_GetWorkshopEULAStatus_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_params params = { @@ -12623,7 +12623,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUGCDetailsRequest_params params = { @@ -12652,7 +12652,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_155 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTags_params params = { @@ -12691,7 +12691,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumTag return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTag(struct w_steam_iface *_this, uint64_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_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdditionalPreviews_params params = { @@ -12796,7 +12796,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKeyValueTags_params params = { @@ -12829,7 +12829,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_t handle, uint32_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTag_2_params params = { @@ -12863,7 +12863,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetQueryUGCKeyValueTa return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCRequest_params params = { @@ -12875,7 +12875,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag_params params = { @@ -12888,7 +12888,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup(struct w_steam_iface *_this, UGCQueryHandle_t handle, const SteamParamStringArray_t *pTagGroups) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup(struct w_steam_iface *_this, uint64_t handle, const SteamParamStringArray_t *pTagGroups) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup_params params = { @@ -12901,7 +12901,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredTagGroup(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag_params params = { @@ -12914,7 +12914,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs_params params = { @@ -12927,7 +12927,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags_params params = { @@ -12940,7 +12940,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescription_params params = { @@ -12953,7 +12953,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata_params params = { @@ -12966,7 +12966,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren_params params = { @@ -12979,7 +12979,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPreviews_params params = { @@ -12992,7 +12992,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStats_params params = { @@ -13018,7 +13018,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedResponse_params params = { @@ -13044,7 +13044,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilter_params params = { @@ -13057,7 +13057,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag_params params = { @@ -13070,7 +13070,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays_params params = { @@ -13096,7 +13096,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRange_params params = { @@ -13110,7 +13110,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeCreatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRange_params params = { @@ -13124,7 +13124,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetTimeUpdatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCDetails_params params = { @@ -13151,7 +13151,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem_params params = { @@ -13164,7 +13164,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartItemUpdate_params params = { @@ -13177,7 +13177,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle_params params = { @@ -13190,7 +13190,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription_params params = { @@ -13203,7 +13203,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage_params params = { @@ -13216,7 +13216,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata_params params = { @@ -13229,7 +13229,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility_params params = { @@ -13242,7 +13242,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags_params params = { @@ -13255,7 +13255,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent_params params = { @@ -13270,7 +13270,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview_params params = { @@ -13285,7 +13285,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload_params params = { @@ -13298,7 +13298,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValueTags_params params = { @@ -13310,7 +13310,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTags_params params = { @@ -13323,7 +13323,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemKeyValueTag_params params = { @@ -13337,7 +13337,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewFile_params params = { @@ -13353,7 +13353,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview_params params = { @@ -13409,7 +13409,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemPreview(str return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProgress_params params = { @@ -13436,7 +13436,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItemVote_params params = { @@ -13449,7 +13449,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItemVote_params params = { @@ -13461,7 +13461,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFavorites_params params = { @@ -13474,7 +13474,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemFromFavorites_params params = { @@ -13487,7 +13487,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeItem_params params = { @@ -13499,7 +13499,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_UnsubscribeItem_params params = { @@ -13522,7 +13522,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItems_params params = { @@ -13535,7 +13535,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState_params params = { @@ -13547,7 +13547,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo_params params = { @@ -13578,7 +13578,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem_params params = { @@ -13591,7 +13591,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTracking_params params = { @@ -13643,7 +13643,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytimeTrackingForAllItems_params params = { @@ -13654,7 +13654,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependency_params params = { @@ -13667,7 +13667,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDependency_params params = { @@ -13680,7 +13680,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDependency_params params = { @@ -13693,7 +13693,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDependency_params params = { @@ -13706,7 +13706,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDependencies_params params = { @@ -13718,7 +13718,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_DeleteItem_params params = { @@ -13741,7 +13741,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_ShowWorkshopEULA(stru return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION016_GetWorkshopEULAStatus_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_params params = { @@ -13984,7 +13984,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUGCDetailsRequest_params params = { @@ -14013,7 +14013,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_157 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTags_params params = { @@ -14052,7 +14052,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumTag return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTag(struct w_steam_iface *_this, uint64_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_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdditionalPreviews_params params = { @@ -14157,7 +14157,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKeyValueTags_params params = { @@ -14190,7 +14190,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCContentDescriptors_params params = { @@ -14239,7 +14239,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetQueryUGCConten return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCRequest_params params = { @@ -14251,7 +14251,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag_params params = { @@ -14264,7 +14264,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup(struct w_steam_iface *_this, UGCQueryHandle_t handle, const SteamParamStringArray_t *pTagGroups) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup(struct w_steam_iface *_this, uint64_t handle, const SteamParamStringArray_t *pTagGroups) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup_params params = { @@ -14277,7 +14277,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredTagGroup(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag_params params = { @@ -14290,7 +14290,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs_params params = { @@ -14303,7 +14303,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags_params params = { @@ -14316,7 +14316,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescription_params params = { @@ -14329,7 +14329,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata_params params = { @@ -14342,7 +14342,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren_params params = { @@ -14355,7 +14355,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPreviews_params params = { @@ -14368,7 +14368,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStats_params params = { @@ -14394,7 +14394,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedResponse_params params = { @@ -14420,7 +14420,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilter_params params = { @@ -14433,7 +14433,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag_params params = { @@ -14446,7 +14446,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays_params params = { @@ -14472,7 +14472,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRange_params params = { @@ -14486,7 +14486,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeCreatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRange_params params = { @@ -14500,7 +14500,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetTimeUpdatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCDetails_params params = { @@ -14527,7 +14527,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem_params params = { @@ -14540,7 +14540,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartItemUpdate_params params = { @@ -14553,7 +14553,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle_params params = { @@ -14566,7 +14566,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription_params params = { @@ -14579,7 +14579,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage_params params = { @@ -14592,7 +14592,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata_params params = { @@ -14605,7 +14605,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility_params params = { @@ -14618,7 +14618,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags_params params = { @@ -14631,7 +14631,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent_params params = { @@ -14646,7 +14646,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview_params params = { @@ -14661,7 +14661,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload_params params = { @@ -14674,7 +14674,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValueTags_params params = { @@ -14686,7 +14686,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTags_params params = { @@ -14699,7 +14699,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemKeyValueTag_params params = { @@ -14713,7 +14713,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewFile_params params = { @@ -14729,7 +14729,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview_params params = { @@ -14785,7 +14785,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemPreview(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t descid) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor(struct w_steam_iface *_this, uint64_t handle, uint32_t descid) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor_params params = { @@ -14798,7 +14798,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddContentDescriptor( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t descid) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor(struct w_steam_iface *_this, uint64_t handle, uint32_t descid) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescriptor_params params = { @@ -14811,7 +14811,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveContentDescript return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProgress_params params = { @@ -14838,7 +14838,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItemVote_params params = { @@ -14851,7 +14851,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItemVote_params params = { @@ -14863,7 +14863,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFavorites_params params = { @@ -14876,7 +14876,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemFromFavorites_params params = { @@ -14889,7 +14889,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeItem_params params = { @@ -14901,7 +14901,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_UnsubscribeItem_params params = { @@ -14924,7 +14924,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItems_params params = { @@ -14937,7 +14937,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState_params params = { @@ -14949,7 +14949,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo_params params = { @@ -14980,7 +14980,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem_params params = { @@ -14993,7 +14993,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTracking_params params = { @@ -15045,7 +15045,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytimeTrackingForAllItems_params params = { @@ -15056,7 +15056,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependency_params params = { @@ -15069,7 +15069,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDependency_params params = { @@ -15082,7 +15082,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDependency_params params = { @@ -15095,7 +15095,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDependency_params params = { @@ -15108,7 +15108,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDependencies_params params = { @@ -15120,7 +15120,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_DeleteItem_params params = { @@ -15143,7 +15143,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_ShowWorkshopEULA(stru return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION017_GetWorkshopEULAStatus_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest(struct w_steam_iface *_this, uint32_t unAccountID, uint32_t eListType, uint32_t eMatchingUGCType, uint32_t eSortOrder, uint32_t nCreatorAppID, uint32_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_t unPage) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, uint32_t unPage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_params params = { @@ -15390,7 +15390,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQue return params._ret; } -UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, const char *pchCursor) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2(struct w_steam_iface *_this, uint32_t eQueryType, uint32_t eMatchingeMatchingUGCTypeFileType, uint32_t nCreatorAppID, uint32_t nConsumerAppID, const char *pchCursor) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryAllUGCRequest_2_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUGCDetailsRequest_params params = { @@ -15419,7 +15419,7 @@ UGCQueryHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQue return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SendQueryUGCRequest_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_t index, winSteamUGCDetails_t_158 *pDetails) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCResult(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTags_params params = { @@ -15458,7 +15458,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumTag return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTag(struct w_steam_iface *_this, uint64_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_t index, uint32_t indexTag, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCTagDisplayName(struct w_steam_iface *_this, uint64_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_t index, char *pchURL, uint32_t cchURLSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCPreviewURL(struct w_steam_iface *_this, uint64_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_t index, char *pchMetadata, uint32_t cchMetadatasize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCMetadata(struct w_steam_iface *_this, uint64_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_t index, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCChildren(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint64_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_t index, uint32_t eStatType, uint64_t *pStatValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCStatistic(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdditionalPreviews_params params = { @@ -15563,7 +15563,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumAdd return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCAdditionalPreview(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKeyValueTags_params params = { @@ -15596,7 +15596,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCNumKey return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag(struct w_steam_iface *_this, uint64_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_t index, const char *pchKey, char *pchValue, uint32_t cchValueSize) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCKeyValueTag_2(struct w_steam_iface *_this, uint64_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_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, UGCQueryHandle_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors(struct w_steam_iface *_this, uint64_t handle, uint32_t index, uint32_t *pvecDescriptors, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCContentDescriptors_params params = { @@ -15645,7 +15645,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetQueryUGCConten return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest(struct w_steam_iface *_this, UGCQueryHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCRequest_params params = { @@ -15657,7 +15657,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_ReleaseQueryUGCReques return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag_params params = { @@ -15670,7 +15670,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup(struct w_steam_iface *_this, UGCQueryHandle_t handle, const SteamParamStringArray_t *pTagGroups) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup(struct w_steam_iface *_this, uint64_t handle, const SteamParamStringArray_t *pTagGroups) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup_params params = { @@ -15683,7 +15683,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredTagGroup(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pTagName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag(struct w_steam_iface *_this, uint64_t handle, const char *pTagName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag_params params = { @@ -15696,7 +15696,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddExcludedTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnOnlyIDs) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs(struct w_steam_iface *_this, uint64_t handle, bool bReturnOnlyIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs_params params = { @@ -15709,7 +15709,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnOnlyIDs(stru return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnKeyValueTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags(struct w_steam_iface *_this, uint64_t handle, bool bReturnKeyValueTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags_params params = { @@ -15722,7 +15722,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnKeyValueTags return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnLongDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription(struct w_steam_iface *_this, uint64_t handle, bool bReturnLongDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescription_params params = { @@ -15735,7 +15735,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnLongDescript return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnMetadata) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata(struct w_steam_iface *_this, uint64_t handle, bool bReturnMetadata) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata_params params = { @@ -15748,7 +15748,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnMetadata(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnChildren) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren(struct w_steam_iface *_this, uint64_t handle, bool bReturnChildren) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren_params params = { @@ -15761,7 +15761,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnChildren(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews(struct w_steam_iface *_this, uint64_t handle, bool bReturnAdditionalPreviews) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPreviews_params params = { @@ -15774,7 +15774,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnAdditionalPr return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bReturnTotalOnly) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly(struct w_steam_iface *_this, uint64_t handle, bool bReturnTotalOnly) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnTotalOnly_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStats_params params = { @@ -15800,7 +15800,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetReturnPlaytimeStat return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetLanguage_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_t unMaxAgeSeconds) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse(struct w_steam_iface *_this, uint64_t handle, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedResponse_params params = { @@ -15826,7 +15826,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowCachedRespons return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pMatchCloudFileName) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter(struct w_steam_iface *_this, uint64_t handle, const char *pMatchCloudFileName) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilter_params params = { @@ -15839,7 +15839,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetCloudFileNameFilte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, bool bMatchAnyTag) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag(struct w_steam_iface *_this, uint64_t handle, bool bMatchAnyTag) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag_params params = { @@ -15852,7 +15852,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetMatchAnyTag(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pSearchText) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText(struct w_steam_iface *_this, uint64_t handle, const char *pSearchText) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetSearchText_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_t unDays) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays(struct w_steam_iface *_this, uint64_t handle, uint32_t unDays) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays_params params = { @@ -15878,7 +15878,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetRankedByTrendDays( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRange_params params = { @@ -15892,7 +15892,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeCreatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange(struct w_steam_iface *_this, UGCQueryHandle_t handle, RTime32 rtStart, RTime32 rtEnd) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange(struct w_steam_iface *_this, uint64_t handle, uint32_t rtStart, uint32_t rtEnd) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRange_params params = { @@ -15906,7 +15906,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetTimeUpdatedDateRan return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTag(struct w_steam_iface *_this, UGCQueryHandle_t handle, const char *pKey, const char *pValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pKey, const char *pValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddRequiredKeyValueTag_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_t unMaxAgeSeconds) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t unMaxAgeSeconds) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCDetails_params params = { @@ -15933,7 +15933,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RequestUGCD return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem(struct w_steam_iface *_this, AppId_t nConsumerAppId, uint32_t eFileType) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint32_t eFileType) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem_params params = { @@ -15946,7 +15946,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateItem( return params._ret; } -UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate(struct w_steam_iface *_this, AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate(struct w_steam_iface *_this, uint32_t nConsumerAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartItemUpdate_params params = { @@ -15959,7 +15959,7 @@ UGCUpdateHandle_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartIte return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchTitle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle(struct w_steam_iface *_this, uint64_t handle, const char *pchTitle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle_params params = { @@ -15972,7 +15972,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTitle(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchDescription) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription(struct w_steam_iface *_this, uint64_t handle, const char *pchDescription) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription_params params = { @@ -15985,7 +15985,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemDescription(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchLanguage) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage(struct w_steam_iface *_this, uint64_t handle, const char *pchLanguage) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage_params params = { @@ -15998,7 +15998,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemUpdateLanguage return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchMetaData) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata(struct w_steam_iface *_this, uint64_t handle, const char *pchMetaData) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata_params params = { @@ -16011,7 +16011,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemMetadata(struc return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t eVisibility) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility(struct w_steam_iface *_this, uint64_t handle, uint32_t eVisibility) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility_params params = { @@ -16024,7 +16024,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemVisibility(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTags(struct w_steam_iface *_this, UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags, bool bAllowAdminTags) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTags(struct w_steam_iface *_this, uint64_t updateHandle, const SteamParamStringArray_t *pTags, bool bAllowAdminTags) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTags_params params = { @@ -16038,7 +16038,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemTags(struct w_ return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszContentFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent(struct w_steam_iface *_this, uint64_t handle, const char *pszContentFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent_params params = { @@ -16053,7 +16053,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemContent(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview_params params = { @@ -16068,7 +16068,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetItemPreview(struct return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload(struct w_steam_iface *_this, UGCUpdateHandle_t handle, bool bAllowLegacyUpload) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload(struct w_steam_iface *_this, uint64_t handle, bool bAllowLegacyUpload) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload_params params = { @@ -16081,7 +16081,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetAllowLegacyUpload( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValueTags_params params = { @@ -16093,7 +16093,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAllItemKeyValue return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags(struct w_steam_iface *_this, uint64_t handle, const char *pchKey) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTags_params params = { @@ -16106,7 +16106,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemKeyValueTag return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemKeyValueTag(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchKey, const char *pchValue) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemKeyValueTag(struct w_steam_iface *_this, uint64_t handle, const char *pchKey, const char *pchValue) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemKeyValueTag_params params = { @@ -16120,7 +16120,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemKeyValueTag(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszPreviewFile, uint32_t type) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile(struct w_steam_iface *_this, uint64_t handle, const char *pszPreviewFile, uint32_t type) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile_params params = { @@ -16136,7 +16136,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewFile(st return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo(struct w_steam_iface *_this, uint64_t handle, const char *pszVideoID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemPreviewVideo_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_t index, const char *pszPreviewFile) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewFile(struct w_steam_iface *_this, uint64_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_t index, const char *pszVideoID) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UpdateItemPreviewVideo(struct w_steam_iface *_this, uint64_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_t index) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview(struct w_steam_iface *_this, uint64_t handle, uint32_t index) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview_params params = { @@ -16192,7 +16192,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemPreview(str return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t descid) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor(struct w_steam_iface *_this, uint64_t handle, uint32_t descid) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor_params params = { @@ -16205,7 +16205,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddContentDescriptor( return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor(struct w_steam_iface *_this, UGCUpdateHandle_t handle, uint32_t descid) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor(struct w_steam_iface *_this, uint64_t handle, uint32_t descid) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescriptor_params params = { @@ -16218,7 +16218,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveContentDescript return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate(struct w_steam_iface *_this, UGCUpdateHandle_t handle, const char *pchChangeNote) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate(struct w_steam_iface *_this, uint64_t handle, const char *pchChangeNote) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubmitItemUpdate_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_t *punBytesProcessed, uint64_t *punBytesTotal) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress(struct w_steam_iface *_this, uint64_t handle, uint64_t *punBytesProcessed, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProgress_params params = { @@ -16245,7 +16245,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemUpdateProg return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bVoteUp) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bVoteUp) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItemVote_params params = { @@ -16258,7 +16258,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItemVote_params params = { @@ -16270,7 +16270,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetUserItem return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFavorites_params params = { @@ -16283,7 +16283,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddItemToFa return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites(struct w_steam_iface *_this, AppId_t nAppId, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites(struct w_steam_iface *_this, uint32_t nAppId, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemFromFavorites_params params = { @@ -16296,7 +16296,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveItemF return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeItem_params params = { @@ -16308,7 +16308,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_SubscribeIt return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_UnsubscribeItem_params params = { @@ -16331,7 +16331,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetNumSubscribedI return params._ret; } -uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems(struct w_steam_iface *_this, PublishedFileId_t *pvecPublishedFileID, uint32_t cMaxEntries) +uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t cMaxEntries) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItems_params params = { @@ -16344,7 +16344,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetSubscribedItem return params._ret; } -uint32_t __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, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState_params params = { @@ -16356,7 +16356,7 @@ uint32_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemState(stru return params._ret; } -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) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemInstallInfo(struct w_steam_iface *_this, uint64_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_t *punBytesDownloaded, uint64_t *punBytesTotal) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint64_t *punBytesDownloaded, uint64_t *punBytesTotal) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo_params params = { @@ -16387,7 +16387,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetItemDownloadInfo(s return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, bool bHighPriority) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem(struct w_steam_iface *_this, uint64_t nPublishedFileID, bool bHighPriority) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem_params params = { @@ -16400,7 +16400,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_DownloadItem(struct w return params._ret; } -bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer(struct w_steam_iface *_this, DepotId_t unWorkshopDepotID, const char *pszFolder) +bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer(struct w_steam_iface *_this, uint32_t unWorkshopDepotID, const char *pszFolder) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_BInitWorkshopForGameServer_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StartPlaytimeTracking(struct w_steam_iface *_this, uint64_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_t unNumPublishedFileIDs) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking(struct w_steam_iface *_this, uint64_t *pvecPublishedFileID, uint32_t unNumPublishedFileIDs) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTracking_params params = { @@ -16452,7 +16452,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytimeTrackingForAllItems_params params = { @@ -16463,7 +16463,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_StopPlaytim return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependency_params params = { @@ -16476,7 +16476,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddDependen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency(struct w_steam_iface *_this, PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency(struct w_steam_iface *_this, uint64_t nParentPublishedFileID, uint64_t nChildPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDependency_params params = { @@ -16489,7 +16489,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDependency_params params = { @@ -16502,7 +16502,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_AddAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID, AppId_t nAppID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency(struct w_steam_iface *_this, uint64_t nPublishedFileID, uint32_t nAppID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDependency_params params = { @@ -16515,7 +16515,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_RemoveAppDe return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDependencies_params params = { @@ -16527,7 +16527,7 @@ SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetAppDepen return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem(struct w_steam_iface *_this, PublishedFileId_t nPublishedFileID) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem(struct w_steam_iface *_this, uint64_t nPublishedFileID) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_DeleteItem_params params = { @@ -16550,7 +16550,7 @@ bool __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_ShowWorkshopEULA(stru return params._ret; } -SteamAPICall_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus(struct w_steam_iface *_this) { struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION018_GetWorkshopEULAStatus_params params = { diff --git a/lsteamclient/winISteamUnifiedMessages.c b/lsteamclient/winISteamUnifiedMessages.c index fd5de9ca..aaa87f60 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_t unRequestBufferSize, uint64_t unContext) +uint64_t __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_t *punResponseSize, uint32_t *peResult) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo(struct w_steam_iface *_this, uint64_t 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_t unResponseBufferSize, bool bAutoRelease) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData(struct w_steam_iface *_this, uint64_t hHandle, void *pResponseBuffer, uint32_t unResponseBufferSize, bool bAutoRelease) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData_params params = { @@ -65,7 +65,7 @@ bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION0 return params._ret; } -bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod(struct w_steam_iface *_this, ClientUnifiedMessageHandle hHandle) +bool __thiscall winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod(struct w_steam_iface *_this, uint64_t hHandle) { struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod_params params = { diff --git a/lsteamclient/winISteamUser.c b/lsteamclient/winISteamUser.c index ee11dc1c..bd441265 100644 --- a/lsteamclient/winISteamUser.c +++ b/lsteamclient/winISteamUser.c @@ -42,7 +42,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser004_SetSelfAsPrimaryChatDestinati DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser004_IsPrimaryChatDestination, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser004_RequestLegacyCDKey, 8) -HSteamUser __thiscall winISteamUser_SteamUser004_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser004_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser004_GetHSteamUser_params params = { @@ -446,7 +446,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser005_SetAccountName, 8) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser005_SetPassword, 8) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser005_SetAccountCreationTime, 8) -HSteamUser __thiscall winISteamUser_SteamUser005_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser005_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser005_GetHSteamUser_params params = { @@ -713,7 +713,7 @@ void __thiscall winISteamUser_SteamUser005_RequestLegacyCDKey(struct w_steam_ifa cppISteamUser_SteamUser005_RequestLegacyCDKey( ¶ms ); } -bool __thiscall winISteamUser_SteamUser005_SendGuestPassByEmail(struct w_steam_iface *_this, const char *pchEmailAccount, GID_t gidGuestPassID, bool bResending) +bool __thiscall winISteamUser_SteamUser005_SendGuestPassByEmail(struct w_steam_iface *_this, const char *pchEmailAccount, uint64_t gidGuestPassID, bool bResending) { struct cppISteamUser_SteamUser005_SendGuestPassByEmail_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_t uAccountID, GID_t gidGuestPassID, bool bResending) +bool __thiscall winISteamUser_SteamUser005_SendGuestPassByAccountID(struct w_steam_iface *_this, uint32_t uAccountID, uint64_t gidGuestPassID, bool bResending) { struct cppISteamUser_SteamUser005_SendGuestPassByAccountID_params params = { @@ -787,7 +787,7 @@ uint32_t __thiscall winISteamUser_SteamUser005_GetGuestPassToRedeemCount(struct return params._ret; } -RTime32 __thiscall winISteamUser_SteamUser005_GetGuestPassLastUpdateTime(struct w_steam_iface *_this) +uint32_t __thiscall winISteamUser_SteamUser005_GetGuestPassLastUpdateTime(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser005_GetGuestPassLastUpdateTime_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_t nPassIndex, GID_t *pgidGuestPassID, PackageId_t *pnPackageID, RTime32 *pRTime32Created, RTime32 *pRTime32Expiration, RTime32 *pRTime32Sent, RTime32 *pRTime32Redeemed, char *pchRecipientAddress, int32_t cRecipientAddressSize) +bool __thiscall winISteamUser_SteamUser005_GetGuestPassToGiveInfo(struct w_steam_iface *_this, uint32_t nPassIndex, uint64_t *pgidGuestPassID, uint32_t *pnPackageID, uint32_t *pRTime32Created, uint32_t *pRTime32Expiration, uint32_t *pRTime32Sent, uint32_t *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_t 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, uint64_t *pgidGuestPassID, uint32_t *pnPackageID, uint32_t *pRTime32Created, uint32_t *pRTime32Expiration, uint32_t *pRTime32Sent, uint32_t *pRTime32Redeemed) { struct cppISteamUser_SteamUser005_GetGuestPassToRedeemInfo_params params = { @@ -922,7 +922,7 @@ void __thiscall winISteamUser_SteamUser005_SetPassword(struct w_steam_iface *_th cppISteamUser_SteamUser005_SetPassword( ¶ms ); } -void __thiscall winISteamUser_SteamUser005_SetAccountCreationTime(struct w_steam_iface *_this, RTime32 rt) +void __thiscall winISteamUser_SteamUser005_SetAccountCreationTime(struct w_steam_iface *_this, uint32_t rt) { struct cppISteamUser_SteamUser005_SetAccountCreationTime_params params = { @@ -1007,7 +1007,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser006_InitiateGameConnection, 40) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser006_TerminateGameConnection, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser006_TrackAppUsageEvent, 20) -HSteamUser __thiscall winISteamUser_SteamUser006_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser006_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser006_GetHSteamUser_params params = { @@ -1210,7 +1210,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser007_TerminateGameConnection, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser007_TrackAppUsageEvent, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser007_RefreshSteam2Login, 4) -HSteamUser __thiscall winISteamUser_SteamUser007_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser007_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser007_GetHSteamUser_params params = { @@ -1420,7 +1420,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser008_TerminateGameConnection, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser008_TrackAppUsageEvent, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser008_RefreshSteam2Login, 4) -HSteamUser __thiscall winISteamUser_SteamUser008_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser008_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser008_GetHSteamUser_params params = { @@ -1546,7 +1546,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser009_TerminateGameConnection, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser009_TrackAppUsageEvent, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser009_RefreshSteam2Login, 4) -HSteamUser __thiscall winISteamUser_SteamUser009_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser009_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser009_GetHSteamUser_params params = { @@ -1669,7 +1669,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser010_InitiateGameConnection, 32) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser010_TerminateGameConnection, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser010_TrackAppUsageEvent, 20) -HSteamUser __thiscall winISteamUser_SteamUser010_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser010_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser010_GetHSteamUser_params params = { @@ -1785,7 +1785,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser011_StopVoiceRecording, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser011_GetCompressedVoice, 16) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser011_DecompressVoice, 24) -HSteamUser __thiscall winISteamUser_SteamUser011_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser011_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser011_GetHSteamUser_params params = { @@ -1975,7 +1975,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser012_EndAuthSession, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser012_CancelAuthTicket, 8) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser012_UserHasLicenseForApp, 16) -HSteamUser __thiscall winISteamUser_SteamUser012_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser012_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser012_GetHSteamUser_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser012_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser012_BeginAuthSession_params params = { @@ -2154,7 +2154,7 @@ void __thiscall winISteamUser_SteamUser012_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser012_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser012_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser012_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser012_CancelAuthTicket_params params = { @@ -2165,7 +2165,7 @@ void __thiscall winISteamUser_SteamUser012_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser012_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser012_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser012_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser012_UserHasLicenseForApp_params params = { @@ -2234,7 +2234,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser013_EndAuthSession, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser013_CancelAuthTicket, 8) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser013_UserHasLicenseForApp, 16) -HSteamUser __thiscall winISteamUser_SteamUser013_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser013_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser013_GetHSteamUser_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser013_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser013_BeginAuthSession_params params = { @@ -2431,7 +2431,7 @@ void __thiscall winISteamUser_SteamUser013_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser013_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser013_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser013_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser013_CancelAuthTicket_params params = { @@ -2442,7 +2442,7 @@ void __thiscall winISteamUser_SteamUser013_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser013_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser013_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser013_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser013_UserHasLicenseForApp_params params = { @@ -2516,7 +2516,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser014_AdvertiseGame, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser014_RequestEncryptedAppTicket, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser014_GetEncryptedAppTicket, 16) -HSteamUser __thiscall winISteamUser_SteamUser014_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser014_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser014_GetHSteamUser_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, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser014_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser014_BeginAuthSession_params params = { @@ -2713,7 +2713,7 @@ void __thiscall winISteamUser_SteamUser014_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser014_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser014_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser014_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser014_CancelAuthTicket_params params = { @@ -2724,7 +2724,7 @@ void __thiscall winISteamUser_SteamUser014_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser014_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser014_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser014_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser014_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser014_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser014_RequestEncryptedAppTicket_params params = { @@ -2854,7 +2854,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser015_AdvertiseGame, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser015_RequestEncryptedAppTicket, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser015_GetEncryptedAppTicket, 16) -HSteamUser __thiscall winISteamUser_SteamUser015_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser015_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser015_GetHSteamUser_params params = { @@ -3024,7 +3024,7 @@ uint32_t __thiscall winISteamUser_SteamUser015_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser015_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser015_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser015_BeginAuthSession_params params = { @@ -3063,7 +3063,7 @@ void __thiscall winISteamUser_SteamUser015_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser015_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser015_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser015_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser015_CancelAuthTicket_params params = { @@ -3074,7 +3074,7 @@ void __thiscall winISteamUser_SteamUser015_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser015_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser015_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser015_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser015_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser015_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser015_RequestEncryptedAppTicket_params params = { @@ -3205,7 +3205,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser016_AdvertiseGame, 20) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser016_RequestEncryptedAppTicket, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser016_GetEncryptedAppTicket, 16) -HSteamUser __thiscall winISteamUser_SteamUser016_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser016_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser016_GetHSteamUser_params params = { @@ -3377,7 +3377,7 @@ uint32_t __thiscall winISteamUser_SteamUser016_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser016_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser016_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser016_BeginAuthSession_params params = { @@ -3416,7 +3416,7 @@ void __thiscall winISteamUser_SteamUser016_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser016_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser016_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser016_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser016_CancelAuthTicket_params params = { @@ -3427,7 +3427,7 @@ void __thiscall winISteamUser_SteamUser016_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser016_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser016_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser016_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser016_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser016_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser016_RequestEncryptedAppTicket_params params = { @@ -3560,7 +3560,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser017_GetEncryptedAppTicket, 16) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser017_GetGameBadgeLevel, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser017_GetPlayerSteamLevel, 4) -HSteamUser __thiscall winISteamUser_SteamUser017_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser017_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser017_GetHSteamUser_params params = { @@ -3732,7 +3732,7 @@ uint32_t __thiscall winISteamUser_SteamUser017_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser017_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __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, int32_t cbAuthTicket, CSteamID steamID) +uint32_t __thiscall winISteamUser_SteamUser017_BeginAuthSession(struct w_steam_iface *_this, const void *pAuthTicket, int32_t cbAuthTicket, CSteamID steamID) { struct cppISteamUser_SteamUser017_BeginAuthSession_params params = { @@ -3771,7 +3771,7 @@ void __thiscall winISteamUser_SteamUser017_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser017_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser017_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser017_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser017_CancelAuthTicket_params params = { @@ -3782,7 +3782,7 @@ void __thiscall winISteamUser_SteamUser017_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser017_CancelAuthTicket( ¶ms ); } -EUserHasLicenseForAppResult __thiscall winISteamUser_SteamUser017_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser017_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser017_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser017_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser017_RequestEncryptedAppTicket_params params = { @@ -3942,7 +3942,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser018_GetGameBadgeLevel, 12) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser018_GetPlayerSteamLevel, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser018_RequestStoreAuthURL, 8) -HSteamUser __thiscall winISteamUser_SteamUser018_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser018_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser018_GetHSteamUser_params params = { @@ -4114,7 +4114,7 @@ uint32_t __thiscall winISteamUser_SteamUser018_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser018_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamUser_SteamUser018_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser018_GetAuthSessionTicket_params params = { @@ -4153,7 +4153,7 @@ void __thiscall winISteamUser_SteamUser018_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser018_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser018_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser018_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser018_CancelAuthTicket_params params = { @@ -4164,7 +4164,7 @@ void __thiscall winISteamUser_SteamUser018_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser018_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser018_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser018_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser018_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser018_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser018_RequestEncryptedAppTicket_params params = { @@ -4252,7 +4252,7 @@ int32_t __thiscall winISteamUser_SteamUser018_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser018_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser018_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser018_RequestStoreAuthURL_params params = { @@ -4341,7 +4341,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser019_BIsTwoFactorEnabled, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser019_BIsPhoneIdentifying, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser019_BIsPhoneRequiringVerification, 4) -HSteamUser __thiscall winISteamUser_SteamUser019_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser019_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser019_GetHSteamUser_params params = { @@ -4513,7 +4513,7 @@ uint32_t __thiscall winISteamUser_SteamUser019_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser019_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamUser_SteamUser019_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser019_GetAuthSessionTicket_params params = { @@ -4552,7 +4552,7 @@ void __thiscall winISteamUser_SteamUser019_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser019_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser019_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser019_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser019_CancelAuthTicket_params params = { @@ -4563,7 +4563,7 @@ void __thiscall winISteamUser_SteamUser019_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser019_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser019_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser019_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser019_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser019_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser019_RequestEncryptedAppTicket_params params = { @@ -4651,7 +4651,7 @@ int32_t __thiscall winISteamUser_SteamUser019_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser019_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser019_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser019_RequestStoreAuthURL_params params = { @@ -4790,7 +4790,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser020_BIsPhoneRequiringVerification DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser020_GetMarketEligibility, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser020_GetDurationControl, 4) -HSteamUser __thiscall winISteamUser_SteamUser020_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser020_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser020_GetHSteamUser_params params = { @@ -4962,7 +4962,7 @@ uint32_t __thiscall winISteamUser_SteamUser020_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser020_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamUser_SteamUser020_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser020_GetAuthSessionTicket_params params = { @@ -5001,7 +5001,7 @@ void __thiscall winISteamUser_SteamUser020_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser020_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser020_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser020_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser020_CancelAuthTicket_params params = { @@ -5012,7 +5012,7 @@ void __thiscall winISteamUser_SteamUser020_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser020_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser020_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser020_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser020_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser020_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser020_RequestEncryptedAppTicket_params params = { @@ -5100,7 +5100,7 @@ int32_t __thiscall winISteamUser_SteamUser020_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser020_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser020_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser020_RequestStoreAuthURL_params params = { @@ -5156,7 +5156,7 @@ bool __thiscall winISteamUser_SteamUser020_BIsPhoneRequiringVerification(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser020_GetMarketEligibility(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser020_GetMarketEligibility(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser020_GetMarketEligibility_params params = { @@ -5167,7 +5167,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser020_GetMarketEligibility(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser020_GetDurationControl(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser020_GetDurationControl(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser020_GetDurationControl_params params = { @@ -5264,7 +5264,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser021_GetMarketEligibility, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser021_GetDurationControl, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser021_BSetDurationControlOnlineState, 8) -HSteamUser __thiscall winISteamUser_SteamUser021_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser021_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser021_GetHSteamUser_params params = { @@ -5436,7 +5436,7 @@ uint32_t __thiscall winISteamUser_SteamUser021_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser021_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) +uint32_t __thiscall winISteamUser_SteamUser021_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket) { struct cppISteamUser_SteamUser021_GetAuthSessionTicket_params params = { @@ -5475,7 +5475,7 @@ void __thiscall winISteamUser_SteamUser021_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser021_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser021_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser021_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser021_CancelAuthTicket_params params = { @@ -5486,7 +5486,7 @@ void __thiscall winISteamUser_SteamUser021_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser021_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser021_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser021_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser021_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser021_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser021_RequestEncryptedAppTicket_params params = { @@ -5574,7 +5574,7 @@ int32_t __thiscall winISteamUser_SteamUser021_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser021_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser021_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser021_RequestStoreAuthURL_params params = { @@ -5630,7 +5630,7 @@ bool __thiscall winISteamUser_SteamUser021_BIsPhoneRequiringVerification(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser021_GetMarketEligibility(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser021_GetMarketEligibility(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser021_GetMarketEligibility_params params = { @@ -5641,7 +5641,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser021_GetMarketEligibility(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser021_GetDurationControl(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser021_GetDurationControl(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser021_GetDurationControl_params params = { @@ -5751,7 +5751,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser022_GetMarketEligibility, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser022_GetDurationControl, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser022_BSetDurationControlOnlineState, 8) -HSteamUser __thiscall winISteamUser_SteamUser022_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser022_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser022_GetHSteamUser_params params = { @@ -5923,7 +5923,7 @@ uint32_t __thiscall winISteamUser_SteamUser022_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser022_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) +uint32_t __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 = { @@ -5963,7 +5963,7 @@ void __thiscall winISteamUser_SteamUser022_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser022_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser022_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser022_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser022_CancelAuthTicket_params params = { @@ -5974,7 +5974,7 @@ void __thiscall winISteamUser_SteamUser022_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser022_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser022_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser022_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser022_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser022_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser022_RequestEncryptedAppTicket_params params = { @@ -6062,7 +6062,7 @@ int32_t __thiscall winISteamUser_SteamUser022_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser022_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser022_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser022_RequestStoreAuthURL_params params = { @@ -6118,7 +6118,7 @@ bool __thiscall winISteamUser_SteamUser022_BIsPhoneRequiringVerification(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser022_GetMarketEligibility(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser022_GetMarketEligibility(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser022_GetMarketEligibility_params params = { @@ -6129,7 +6129,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser022_GetMarketEligibility(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser022_GetDurationControl(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser022_GetDurationControl(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser022_GetDurationControl_params params = { @@ -6240,7 +6240,7 @@ DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser023_GetMarketEligibility, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser023_GetDurationControl, 4) DEFINE_THISCALL_WRAPPER(winISteamUser_SteamUser023_BSetDurationControlOnlineState, 8) -HSteamUser __thiscall winISteamUser_SteamUser023_GetHSteamUser(struct w_steam_iface *_this) +int32_t __thiscall winISteamUser_SteamUser023_GetHSteamUser(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser023_GetHSteamUser_params params = { @@ -6412,7 +6412,7 @@ uint32_t __thiscall winISteamUser_SteamUser023_GetVoiceOptimalSampleRate(struct return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthSessionTicket(struct w_steam_iface *_this, void *pTicket, int32_t cbMaxTicket, uint32_t *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity) +uint32_t __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 = { @@ -6427,7 +6427,7 @@ HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthSessionTicket(struct w_ return params._ret; } -HAuthTicket __thiscall winISteamUser_SteamUser023_GetAuthTicketForWebApi(struct w_steam_iface *_this, const char *pchIdentity) +uint32_t __thiscall winISteamUser_SteamUser023_GetAuthTicketForWebApi(struct w_steam_iface *_this, const char *pchIdentity) { struct cppISteamUser_SteamUser023_GetAuthTicketForWebApi_params params = { @@ -6464,7 +6464,7 @@ void __thiscall winISteamUser_SteamUser023_EndAuthSession(struct w_steam_iface * cppISteamUser_SteamUser023_EndAuthSession( ¶ms ); } -void __thiscall winISteamUser_SteamUser023_CancelAuthTicket(struct w_steam_iface *_this, HAuthTicket hAuthTicket) +void __thiscall winISteamUser_SteamUser023_CancelAuthTicket(struct w_steam_iface *_this, uint32_t hAuthTicket) { struct cppISteamUser_SteamUser023_CancelAuthTicket_params params = { @@ -6475,7 +6475,7 @@ void __thiscall winISteamUser_SteamUser023_CancelAuthTicket(struct w_steam_iface cppISteamUser_SteamUser023_CancelAuthTicket( ¶ms ); } -uint32_t __thiscall winISteamUser_SteamUser023_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, AppId_t appID) +uint32_t __thiscall winISteamUser_SteamUser023_UserHasLicenseForApp(struct w_steam_iface *_this, CSteamID steamID, uint32_t appID) { struct cppISteamUser_SteamUser023_UserHasLicenseForApp_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, int32_t cbDataToInclude) +uint64_t __thiscall winISteamUser_SteamUser023_RequestEncryptedAppTicket(struct w_steam_iface *_this, void *pDataToInclude, int32_t cbDataToInclude) { struct cppISteamUser_SteamUser023_RequestEncryptedAppTicket_params params = { @@ -6563,7 +6563,7 @@ int32_t __thiscall winISteamUser_SteamUser023_GetPlayerSteamLevel(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser023_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) +uint64_t __thiscall winISteamUser_SteamUser023_RequestStoreAuthURL(struct w_steam_iface *_this, const char *pchRedirectURL) { struct cppISteamUser_SteamUser023_RequestStoreAuthURL_params params = { @@ -6619,7 +6619,7 @@ bool __thiscall winISteamUser_SteamUser023_BIsPhoneRequiringVerification(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser023_GetMarketEligibility(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser023_GetMarketEligibility(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser023_GetMarketEligibility_params params = { @@ -6630,7 +6630,7 @@ SteamAPICall_t __thiscall winISteamUser_SteamUser023_GetMarketEligibility(struct return params._ret; } -SteamAPICall_t __thiscall winISteamUser_SteamUser023_GetDurationControl(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUser_SteamUser023_GetDurationControl(struct w_steam_iface *_this) { struct cppISteamUser_SteamUser023_GetDurationControl_params params = { diff --git a/lsteamclient/winISteamUserStats.c b/lsteamclient/winISteamUserStats.c index 88a63a17..97f7ee92 100644 --- a/lsteamclient/winISteamUserStats.c +++ b/lsteamclient/winISteamUserStats.c @@ -1066,7 +1066,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestUserStats_params params = { @@ -1351,7 +1351,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats_params params = { @@ -1417,7 +1417,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateLeaderboard_params params = { @@ -1431,7 +1431,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard_params params = { @@ -1443,7 +1443,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName_params params = { @@ -1455,7 +1455,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params params = { @@ -1467,7 +1467,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod_params params = { @@ -1479,7 +1479,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, int32_t nScore, int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params params = { @@ -1779,7 +1779,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestUserStats_params params = { @@ -1845,7 +1845,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindOrCreateLeaderboard_params params = { @@ -1859,7 +1859,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_FindLeaderboard_params params = { @@ -1871,7 +1871,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardName_params params = { @@ -1883,7 +1883,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardEntryCount_params params = { @@ -1895,7 +1895,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardSortMethod_params params = { @@ -1907,7 +1907,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_UploadLeaderboardScore_params params = { @@ -1966,7 +1966,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers_params params = { @@ -2236,7 +2236,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats_params params = { @@ -2317,7 +2317,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindOrCreateLeaderboard_params params = { @@ -2331,7 +2331,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard_params params = { @@ -2343,7 +2343,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName_params params = { @@ -2355,7 +2355,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params params = { @@ -2367,7 +2367,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod_params params = { @@ -2379,7 +2379,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t index, LeaderboardEntry_t *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderboardScore_params params = { @@ -2438,7 +2438,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers_params params = { @@ -2711,7 +2711,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats_params params = { @@ -2792,7 +2792,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard_params params = { @@ -2806,7 +2806,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard_params params = { @@ -2818,7 +2818,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName_params params = { @@ -2830,7 +2830,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params params = { @@ -2842,7 +2842,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod_params params = { @@ -2854,7 +2854,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t index, winLeaderboardEntry_t_111x *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore_params params = { @@ -2913,7 +2913,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint64_t hUGC) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC_params params = { @@ -2926,7 +2926,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers_params params = { @@ -3201,7 +3201,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestUserStats_params params = { @@ -3282,7 +3282,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindOrCreateLeaderboard_params params = { @@ -3296,7 +3296,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_FindLeaderboard_params params = { @@ -3308,7 +3308,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardName_params params = { @@ -3320,7 +3320,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardEntryCount_params params = { @@ -3332,7 +3332,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardSortMethod_params params = { @@ -3344,7 +3344,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t cUsers) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, uint64_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, int32_t index, winLeaderboardEntry_t_113 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_UploadLeaderboardScore_params params = { @@ -3417,7 +3417,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint64_t hUGC) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_AttachLeaderboardUGC_params params = { @@ -3430,7 +3430,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers_params params = { @@ -3715,7 +3715,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_IndicateA return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestUserStats_params params = { @@ -3796,7 +3796,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindOrCreateLeaderboard_params params = { @@ -3810,7 +3810,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_FindLeaderboard_params params = { @@ -3822,7 +3822,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardName_params params = { @@ -3834,7 +3834,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardEntryCount_params params = { @@ -3846,7 +3846,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardSortMethod_params params = { @@ -3858,7 +3858,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t cUsers) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, uint64_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, int32_t index, winLeaderboardEntry_t_119 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_UploadLeaderboardScore_params params = { @@ -3931,7 +3931,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint64_t hUGC) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_AttachLeaderboardUGC_params params = { @@ -3944,7 +3944,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_GetNumberOfCurrentPlayers_params params = { @@ -3955,7 +3955,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalAchievementPercentages_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, int32_t nHistoryDays) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestGlobalStats_params params = { @@ -4384,7 +4384,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_G return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestUserStats_params params = { @@ -4465,7 +4465,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindOrCreateLeaderboard_params params = { @@ -4479,7 +4479,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_FindLeaderboard_params params = { @@ -4491,7 +4491,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardName_params params = { @@ -4503,7 +4503,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardEntryCount_params params = { @@ -4515,7 +4515,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardSortMethod_params params = { @@ -4527,7 +4527,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t cUsers) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, uint64_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, int32_t index, winLeaderboardEntry_t_148a *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_UploadLeaderboardScore_params params = { @@ -4600,7 +4600,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint64_t hUGC) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_AttachLeaderboardUGC_params params = { @@ -4613,7 +4613,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_GetNumberOfCurrentPlayers_params params = { @@ -4624,7 +4624,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalAchievementPercentages_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, int32_t nHistoryDays) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestGlobalStats_params params = { @@ -5057,7 +5057,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_G return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats(struct w_steam_iface *_this, CSteamID steamIDUser) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestUserStats_params params = { @@ -5138,7 +5138,7 @@ bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_ResetAllS return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindOrCreateLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName, uint32_t eLeaderboardSortMethod, uint32_t eLeaderboardDisplayType) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindOrCreateLeaderboard_params params = { @@ -5152,7 +5152,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard(struct w_steam_iface *_this, const char *pchLeaderboardName) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_FindLeaderboard_params params = { @@ -5164,7 +5164,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardName_params params = { @@ -5176,7 +5176,7 @@ const char * __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_G return params._ret; } -int32_t __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, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardEntryCount_params params = { @@ -5188,7 +5188,7 @@ int32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLea return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSortMethod(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSortMethod(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardSortMethod_params params = { @@ -5200,7 +5200,7 @@ uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLe return params._ret; } -uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisplayType(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard) +uint32_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisplayType(struct w_steam_iface *_this, uint64_t hSteamLeaderboard) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetLeaderboardDisplayType_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, int32_t nRangeStart, int32_t nRangeEnd) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntries(struct w_steam_iface *_this, uint64_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, int32_t cUsers) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_DownloadLeaderboardEntriesForUsers(struct w_steam_iface *_this, uint64_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, int32_t index, winLeaderboardEntry_t_158 *pLeaderboardEntry, int32_t *pDetails, int32_t cDetailsMax) +bool __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeaderboardEntry(struct w_steam_iface *_this, uint64_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_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint32_t eLeaderboardUploadScoreMethod, int32_t nScore, const int32_t *pScoreDetails, int32_t cScoreDetailsCount) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_UploadLeaderboardScore_params params = { @@ -5273,7 +5273,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC(struct w_steam_iface *_this, SteamLeaderboard_t hSteamLeaderboard, UGCHandle_t hUGC) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC(struct w_steam_iface *_this, uint64_t hSteamLeaderboard, uint64_t hUGC) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_AttachLeaderboardUGC_params params = { @@ -5286,7 +5286,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetNumberOfCurrentPlayers_params params = { @@ -5297,7 +5297,7 @@ SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012 return params._ret; } -SteamAPICall_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages(struct w_steam_iface *_this) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalAchievementPercentages_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, int32_t nHistoryDays) +uint64_t __thiscall winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats(struct w_steam_iface *_this, int32_t nHistoryDays) { struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestGlobalStats_params params = { diff --git a/lsteamclient/winISteamUtils.c b/lsteamclient/winISteamUtils.c index c6aee3d5..3cda617c 100644 --- a/lsteamclient/winISteamUtils.c +++ b/lsteamclient/winISteamUtils.c @@ -159,7 +159,7 @@ void __thiscall winISteamUtils_SteamUtils002_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils002_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils002_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils002_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils002_IsAPICallCompleted_params params = { @@ -172,7 +172,7 @@ bool __thiscall winISteamUtils_SteamUtils002_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils002_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils002_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils002_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils002_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils002_GetAPICallResult_params params = { @@ -393,7 +393,7 @@ void __thiscall winISteamUtils_SteamUtils004_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils004_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils004_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils004_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils004_IsAPICallCompleted_params params = { @@ -406,7 +406,7 @@ bool __thiscall winISteamUtils_SteamUtils004_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils004_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils004_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils004_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils004_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils004_GetAPICallResult_params params = { @@ -679,7 +679,7 @@ void __thiscall winISteamUtils_SteamUtils005_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils005_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils005_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils005_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils005_IsAPICallCompleted_params params = { @@ -692,7 +692,7 @@ bool __thiscall winISteamUtils_SteamUtils005_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils005_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils005_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils005_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils005_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils005_GetAPICallResult_params params = { @@ -783,7 +783,7 @@ bool __thiscall winISteamUtils_SteamUtils005_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils005_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils005_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils005_CheckFileSignature_params params = { @@ -1036,7 +1036,7 @@ void __thiscall winISteamUtils_SteamUtils006_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils006_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils006_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils006_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils006_IsAPICallCompleted_params params = { @@ -1049,7 +1049,7 @@ bool __thiscall winISteamUtils_SteamUtils006_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils006_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils006_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils006_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils006_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils006_GetAPICallResult_params params = { @@ -1140,7 +1140,7 @@ bool __thiscall winISteamUtils_SteamUtils006_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils006_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils006_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils006_CheckFileSignature_params params = { @@ -1418,7 +1418,7 @@ void __thiscall winISteamUtils_SteamUtils007_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils007_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils007_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils007_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils007_IsAPICallCompleted_params params = { @@ -1431,7 +1431,7 @@ bool __thiscall winISteamUtils_SteamUtils007_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils007_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils007_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils007_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils007_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils007_GetAPICallResult_params params = { @@ -1522,7 +1522,7 @@ bool __thiscall winISteamUtils_SteamUtils007_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils007_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils007_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils007_CheckFileSignature_params params = { @@ -1816,7 +1816,7 @@ void __thiscall winISteamUtils_SteamUtils008_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils008_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils008_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils008_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils008_IsAPICallCompleted_params params = { @@ -1829,7 +1829,7 @@ bool __thiscall winISteamUtils_SteamUtils008_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils008_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils008_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils008_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils008_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils008_GetAPICallResult_params params = { @@ -1920,7 +1920,7 @@ bool __thiscall winISteamUtils_SteamUtils008_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils008_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils008_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils008_CheckFileSignature_params params = { @@ -2243,7 +2243,7 @@ void __thiscall winISteamUtils_SteamUtils009_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils009_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils009_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils009_IsAPICallCompleted_params params = { @@ -2256,7 +2256,7 @@ bool __thiscall winISteamUtils_SteamUtils009_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils009_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils009_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils009_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils009_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils009_GetAPICallResult_params params = { @@ -2347,7 +2347,7 @@ bool __thiscall winISteamUtils_SteamUtils009_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils009_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils009_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils009_CheckFileSignature_params params = { @@ -2751,7 +2751,7 @@ void __thiscall winISteamUtils_SteamUtils010_SetOverlayNotificationPosition(stru cppISteamUtils_SteamUtils010_SetOverlayNotificationPosition( ¶ms ); } -bool __thiscall winISteamUtils_SteamUtils010_IsAPICallCompleted(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils010_IsAPICallCompleted(struct w_steam_iface *_this, uint64_t hSteamAPICall, bool *pbFailed) { struct cppISteamUtils_SteamUtils010_IsAPICallCompleted_params params = { @@ -2764,7 +2764,7 @@ bool __thiscall winISteamUtils_SteamUtils010_IsAPICallCompleted(struct w_steam_i return params._ret; } -uint32_t __thiscall winISteamUtils_SteamUtils010_GetAPICallFailureReason(struct w_steam_iface *_this, SteamAPICall_t hSteamAPICall) +uint32_t __thiscall winISteamUtils_SteamUtils010_GetAPICallFailureReason(struct w_steam_iface *_this, uint64_t hSteamAPICall) { struct cppISteamUtils_SteamUtils010_GetAPICallFailureReason_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, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) +bool __thiscall winISteamUtils_SteamUtils010_GetAPICallResult(struct w_steam_iface *_this, uint64_t hSteamAPICall, void *pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool *pbFailed) { struct cppISteamUtils_SteamUtils010_GetAPICallResult_params params = { @@ -2855,7 +2855,7 @@ bool __thiscall winISteamUtils_SteamUtils010_BOverlayNeedsPresent(struct w_steam return params._ret; } -SteamAPICall_t __thiscall winISteamUtils_SteamUtils010_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) +uint64_t __thiscall winISteamUtils_SteamUtils010_CheckFileSignature(struct w_steam_iface *_this, const char *szFileName) { struct cppISteamUtils_SteamUtils010_CheckFileSignature_params params = { diff --git a/lsteamclient/winISteamVideo.c b/lsteamclient/winISteamVideo.c index 13554b07..f3c8710a 100644 --- a/lsteamclient/winISteamVideo.c +++ b/lsteamclient/winISteamVideo.c @@ -18,7 +18,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); DEFINE_THISCALL_WRAPPER(winISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL, 8) DEFINE_THISCALL_WRAPPER(winISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting, 8) -void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL(struct w_steam_iface *_this, AppId_t unVideoAppID) +void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL(struct w_steam_iface *_this, uint32_t unVideoAppID) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params params = { @@ -70,7 +70,7 @@ DEFINE_THISCALL_WRAPPER(winISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting, DEFINE_THISCALL_WRAPPER(winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings, 8) DEFINE_THISCALL_WRAPPER(winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp, 16) -void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL(struct w_steam_iface *_this, AppId_t unVideoAppID) +void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL(struct w_steam_iface *_this, uint32_t unVideoAppID) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params params = { @@ -93,7 +93,7 @@ bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting(struct w return params._ret; } -void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings(struct w_steam_iface *_this, AppId_t unVideoAppID) +void __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings(struct w_steam_iface *_this, uint32_t unVideoAppID) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_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_t *pnBufferSize) +bool __thiscall winISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp(struct w_steam_iface *_this, uint32_t unVideoAppID, char *pchBuffer, int32_t *pnBufferSize) { struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params params = {