2023-09-23 23:44:45 +02:00
|
|
|
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001;
|
2023-09-27 14:34:23 +02:00
|
|
|
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
int32_t _ret;
|
2023-09-19 19:59:23 +02:00
|
|
|
uint32_t nAppID;
|
2023-09-27 14:34:23 +02:00
|
|
|
const char *pchKey;
|
|
|
|
char *pchValue;
|
2023-09-14 14:53:26 +02:00
|
|
|
int32_t cchValueMax;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );
|
|
|
|
|