mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-30 16:45:36 +03:00
6b21c32d2a
CW-Bug-Id: #22729
51 lines
2.2 KiB
C
51 lines
2.2 KiB
C
struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params
|
|
{
|
|
void *linux_side;
|
|
ClientUnifiedMessageHandle _ret;
|
|
const char *pchServiceMethod;
|
|
const void *pRequestBuffer;
|
|
uint32 unRequestBufferSize;
|
|
uint64 unContext;
|
|
};
|
|
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;
|
|
ClientUnifiedMessageHandle hHandle;
|
|
uint32 *punResponseSize;
|
|
EResult *peResult;
|
|
};
|
|
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;
|
|
ClientUnifiedMessageHandle hHandle;
|
|
void *pResponseBuffer;
|
|
uint32 unResponseBufferSize;
|
|
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;
|
|
ClientUnifiedMessageHandle hHandle;
|
|
};
|
|
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;
|
|
uint32 unNotificationBufferSize;
|
|
};
|
|
extern void cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification( struct cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendNotification_params *params );
|
|
|