mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
6b21c32d2a
CW-Bug-Id: #22729
355 lines
14 KiB
C
355 lines
14 KiB
C
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params
|
|
{
|
|
void *linux_side;
|
|
EResult _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
SteamItemDetails_t *pOutItemsArray;
|
|
uint32 *punOutItemsArraySize;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
uint32 unItemIndex;
|
|
const char *pchPropertyName;
|
|
char *pchValueBuffer;
|
|
uint32 *punValueBufferSizeOut;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultItemProperty_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params
|
|
{
|
|
void *linux_side;
|
|
uint32 _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultTimestamp_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
CSteamID steamIDExpected;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_CheckResultSteamID_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult_params
|
|
{
|
|
void *linux_side;
|
|
SteamInventoryResult_t resultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DestroyResult_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetAllItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
const SteamItemInstanceID_t *pInstanceIDs;
|
|
uint32 unCountInstanceIDs;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsByID_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t resultHandle;
|
|
void *pOutBuffer;
|
|
uint32 *punOutBufferSize;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SerializeResult_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pOutResultHandle;
|
|
const void *pBuffer;
|
|
uint32 unBufferSize;
|
|
bool bRESERVED_MUST_BE_FALSE;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_DeserializeResult_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
const SteamItemDef_t *pArrayItemDefs;
|
|
const uint32 *punArrayQuantity;
|
|
uint32 unArrayLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GenerateItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GrantPromoItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
SteamItemDef_t itemDef;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItem_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
const SteamItemDef_t *pArrayItemDefs;
|
|
uint32 unArrayLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_AddPromoItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
SteamItemInstanceID_t itemConsume;
|
|
uint32 unQuantity;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ConsumeItem_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
const SteamItemDef_t *pArrayGenerate;
|
|
const uint32 *punArrayGenerateQuantity;
|
|
uint32 unArrayGenerateLength;
|
|
const SteamItemInstanceID_t *pArrayDestroy;
|
|
const uint32 *punArrayDestroyQuantity;
|
|
uint32 unArrayDestroyLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_ExchangeItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
SteamItemInstanceID_t itemIdSource;
|
|
uint32 unQuantity;
|
|
SteamItemInstanceID_t itemIdDest;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TransferItemQuantity_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SendItemDropHeartbeat_params
|
|
{
|
|
void *linux_side;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SendItemDropHeartbeat( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SendItemDropHeartbeat_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
SteamItemDef_t dropListDefinition;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TriggerItemDrop_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
CSteamID steamIDTradePartner;
|
|
const SteamItemInstanceID_t *pArrayGive;
|
|
const uint32 *pArrayGiveQuantity;
|
|
uint32 nArrayGiveLength;
|
|
const SteamItemInstanceID_t *pArrayGet;
|
|
const uint32 *pArrayGetQuantity;
|
|
uint32 nArrayGetLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_TradeItems_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_LoadItemDefinitions_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_LoadItemDefinitions( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_LoadItemDefinitions_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamItemDef_t *pItemDefIDs;
|
|
uint32 *punItemDefIDsArraySize;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionIDs_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamItemDef_t iDefinition;
|
|
const char *pchPropertyName;
|
|
char *pchValueBuffer;
|
|
uint32 *punValueBufferSizeOut;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemDefinitionProperty_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
CSteamID steamID;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestEligiblePromoItemDefinitionsIDs_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
CSteamID steamID;
|
|
SteamItemDef_t *pItemDefIDs;
|
|
uint32 *punItemDefIDsArraySize;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetEligiblePromoItemDefinitionIDs_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
const SteamItemDef_t *pArrayItemDefs;
|
|
const uint32 *punArrayQuantity;
|
|
uint32 unArrayLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartPurchase_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices_params
|
|
{
|
|
void *linux_side;
|
|
SteamAPICall_t _ret;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RequestPrices_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices_params
|
|
{
|
|
void *linux_side;
|
|
uint32 _ret;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetNumItemsWithPrices_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamItemDef_t *pArrayItemDefs;
|
|
uint64 *pPrices;
|
|
uint32 unArrayLength;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemsWithPrices_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamItemDef_t iDefinition;
|
|
uint64 *pPrice;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetItemPrice_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties_params
|
|
{
|
|
void *linux_side;
|
|
SteamInventoryUpdateHandle_t _ret;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_StartUpdateProperties_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamItemInstanceID_t nItemID;
|
|
const char *pchPropertyName;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_RemoveProperty_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamItemInstanceID_t nItemID;
|
|
const char *pchPropertyName;
|
|
const char *pchPropertyValue;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamItemInstanceID_t nItemID;
|
|
const char *pchPropertyName;
|
|
bool bValue;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_2_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamItemInstanceID_t nItemID;
|
|
const char *pchPropertyName;
|
|
int64 nValue;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_3_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamItemInstanceID_t nItemID;
|
|
const char *pchPropertyName;
|
|
float flValue;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SetProperty_4_params *params );
|
|
|
|
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
SteamInventoryUpdateHandle_t handle;
|
|
SteamInventoryResult_t *pResultHandle;
|
|
};
|
|
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_SubmitUpdateProperties_params *params );
|
|
|