2023-09-30 14:02:30 +02:00
|
|
|
/* This file is auto-generated, do not edit. */
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
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 );
|
|
|
|
|
2023-09-30 14:02:30 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern "C" */
|
|
|
|
#endif /* __cplusplus */
|