2023-09-30 15:02:30 +03: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 15:34:23 +03:00
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-19 20:59:23 +03:00
|
|
|
uint64_t _ret;
|
2023-09-27 15:34:23 +03:00
|
|
|
const char *pchServiceMethod;
|
|
|
|
const void *pRequestBuffer;
|
2023-09-14 15:53:26 +03:00
|
|
|
uint32_t unRequestBufferSize;
|
|
|
|
uint64_t unContext;
|
2023-09-27 15:34:23 +03:00
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-19 20:59:23 +03:00
|
|
|
uint64_t hHandle;
|
2023-09-14 15:53:26 +03:00
|
|
|
uint32_t *punResponseSize;
|
2023-09-14 17:22:47 +03:00
|
|
|
uint32_t *peResult;
|
2023-09-27 15:34:23 +03:00
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseInfo_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-19 20:59:23 +03:00
|
|
|
uint64_t hHandle;
|
2023-09-27 15:34:23 +03:00
|
|
|
void *pResponseBuffer;
|
2023-09-14 15:53:26 +03:00
|
|
|
uint32_t unResponseBufferSize;
|
2023-09-27 15:34:23 +03:00
|
|
|
bool bAutoRelease;
|
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_GetMethodResponseData_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-19 20:59:23 +03:00
|
|
|
uint64_t hHandle;
|
2023-09-27 15:34:23 +03:00
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_ReleaseMethod_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
|
|
|
const char *pchServiceNotification;
|
|
|
|
const void *pNotificationBuffer;
|
2023-09-14 15:53:26 +03:00
|
|
|
uint32_t unNotificationBufferSize;
|
2023-09-27 15:34:23 +03:00
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params *params );
|
|
|
|
|
2023-09-30 15:02:30 +03:00
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern "C" */
|
|
|
|
#endif /* __cplusplus */
|