Proton/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h
2024-02-15 15:53:25 +02:00

12 lines
356 B
C

struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
{
void *linux_side;
int32_t _ret;
uint32_t nAppID;
const char *pchKey;
char *pchValue;
int32_t cchValueMax;
};
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );