mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-29 08:05:54 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
27 lines
745 B
C
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 */
|