mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 23:48:02 +01:00
parent
ddd0357a94
commit
1f57edc2a4
439 changed files with 109952 additions and 43685 deletions
|
|
@ -25,57 +25,88 @@ DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001
|
|||
|
||||
uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount(struct w_steam_iface *_this)
|
||||
{
|
||||
uint32 _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount(_this->u_iface);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(struct w_steam_iface *_this, int iSessionIndex)
|
||||
{
|
||||
RemotePlaySessionID_t _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.iSessionIndex = iSessionIndex,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID(_this->u_iface, iSessionIndex);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionID( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
._ret = _ret,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
*_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionSteamID( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
const char * _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientName( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
ESteamDeviceFormFactor __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
ESteamDeviceFormFactor _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionClientFormFactor( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int *pnResolutionX, int *pnResolutionY)
|
||||
{
|
||||
bool _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
.pnResolutionX = pnResolutionX,
|
||||
.pnResolutionY = pnResolutionY,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution(_this->u_iface, unSessionID, pnResolutionX, pnResolutionY);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BGetSessionClientResolution( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BSendRemotePlayTogetherInvite(struct w_steam_iface *_this, CSteamID steamIDFriend)
|
||||
{
|
||||
bool _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BSendRemotePlayTogetherInvite_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.steamIDFriend = steamIDFriend,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BSendRemotePlayTogetherInvite(_this->u_iface, steamIDFriend);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_BSendRemotePlayTogetherInvite( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
extern vtable_ptr winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_vtable;
|
||||
|
|
@ -118,65 +149,100 @@ DEFINE_THISCALL_WRAPPER(winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002
|
|||
|
||||
uint32 __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount(struct w_steam_iface *_this)
|
||||
{
|
||||
uint32 _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount(_this->u_iface);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
RemotePlaySessionID_t __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(struct w_steam_iface *_this, int iSessionIndex)
|
||||
{
|
||||
RemotePlaySessionID_t _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.iSessionIndex = iSessionIndex,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID(_this->u_iface, iSessionIndex);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionID( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
CSteamID * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID(struct w_steam_iface *_this, CSteamID *_ret, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
._ret = _ret,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
*_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionSteamID( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
const char * __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
const char * _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientName( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
ESteamDeviceFormFactor __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID)
|
||||
{
|
||||
ESteamDeviceFormFactor _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor(_this->u_iface, unSessionID);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionClientFormFactor( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution(struct w_steam_iface *_this, RemotePlaySessionID_t unSessionID, int *pnResolutionX, int *pnResolutionY)
|
||||
{
|
||||
bool _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.unSessionID = unSessionID,
|
||||
.pnResolutionX = pnResolutionX,
|
||||
.pnResolutionY = pnResolutionY,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution(_this->u_iface, unSessionID, pnResolutionX, pnResolutionY);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BGetSessionClientResolution( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BStartRemotePlayTogether(struct w_steam_iface *_this, bool bShowOverlay)
|
||||
{
|
||||
bool _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BStartRemotePlayTogether_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.bShowOverlay = bShowOverlay,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BStartRemotePlayTogether(_this->u_iface, bShowOverlay);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BStartRemotePlayTogether( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BSendRemotePlayTogetherInvite(struct w_steam_iface *_this, CSteamID steamIDFriend)
|
||||
{
|
||||
bool _ret;
|
||||
struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BSendRemotePlayTogetherInvite_params params =
|
||||
{
|
||||
.linux_side = _this->u_iface,
|
||||
.steamIDFriend = steamIDFriend,
|
||||
};
|
||||
TRACE("%p\n", _this);
|
||||
_ret = cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BSendRemotePlayTogetherInvite(_this->u_iface, steamIDFriend);
|
||||
return _ret;
|
||||
cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_BSendRemotePlayTogetherInvite( ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
||||
extern vtable_ptr winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_vtable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue