Yucom/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h
2023-12-19 19:42:15 +01:00

11 lines
347 B
C

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