Proton/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h
2023-12-19 19:42:16 +01:00

27 lines
745 B
C

/* This file is auto-generated, do not edit. */
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
struct cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params
{
void *linux_side;
uint32_t _ret;
uint32_t nAppID;
void *pvBuffer;
uint32_t cbBufferLength;
uint32_t *piAppId;
uint32_t *piSteamId;
uint32_t *piSignature;
uint32_t *pcbSignature;
};
extern void cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData( struct cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */