2023-09-23 23:44:45 +02:00
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001;
|
2023-09-27 14:34:23 +02:00
|
|
|
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-19 19:59:23 +02:00
|
|
|
uint64_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
const char *pchServiceMethod;
|
|
|
|
const void *pRequestBuffer;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t unRequestBufferSize;
|
|
|
|
uint64_t unContext;
|
2023-09-27 14:34:23 +02: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 19:59:23 +02:00
|
|
|
uint64_t hHandle;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t *punResponseSize;
|
2023-09-14 16:22:47 +02:00
|
|
|
uint32_t *peResult;
|
2023-09-27 14:34:23 +02: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 19:59:23 +02:00
|
|
|
uint64_t hHandle;
|
2023-09-27 14:34:23 +02:00
|
|
|
void *pResponseBuffer;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t unResponseBufferSize;
|
2023-09-27 14:34:23 +02: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 19:59:23 +02:00
|
|
|
uint64_t hHandle;
|
2023-09-27 14:34:23 +02: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 14:53:26 +02:00
|
|
|
uint32_t unNotificationBufferSize;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params *params );
|
|
|
|
|