mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
parent
8d07121950
commit
fb8548e79f
439 changed files with 109952 additions and 43685 deletions
|
|
@ -1,34 +1,266 @@
|
|||
extern uint32 cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive(void *);
|
||||
extern EUniverse cppISteamUtils_SteamUtils009_GetConnectedUniverse(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetServerRealTime(void *);
|
||||
extern const char * cppISteamUtils_SteamUtils009_GetIPCountry(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetImageSize(void *, int, uint32 *, uint32 *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetImageRGBA(void *, int, uint8 *, int);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetCSERIPPort(void *, uint32 *, uint16 *);
|
||||
extern uint8 cppISteamUtils_SteamUtils009_GetCurrentBatteryPower(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetAppID(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition(void *, ENotificationPosition);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsAPICallCompleted(void *, SteamAPICall_t, bool *);
|
||||
extern ESteamAPICallFailure cppISteamUtils_SteamUtils009_GetAPICallFailureReason(void *, SteamAPICall_t);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetAPICallResult(void *, SteamAPICall_t, void *, int, int, bool *);
|
||||
extern void cppISteamUtils_SteamUtils009_RunFrame(void *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetIPCCallCount(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetWarningMessageHook(void *, SteamAPIWarningMessageHook_t);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsOverlayEnabled(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_BOverlayNeedsPresent(void *);
|
||||
extern SteamAPICall_t cppISteamUtils_SteamUtils009_CheckFileSignature(void *, const char *);
|
||||
extern bool cppISteamUtils_SteamUtils009_ShowGamepadTextInput(void *, EGamepadTextInputMode, EGamepadTextInputLineMode, const char *, uint32, const char *);
|
||||
extern uint32 cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput(void *, char *, uint32);
|
||||
extern const char * cppISteamUtils_SteamUtils009_GetSteamUILanguage(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsSteamRunningInVR(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationInset(void *, int, int);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsSteamInBigPictureMode(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_StartVRDashboard(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsVRHeadsetStreamingEnabled(void *);
|
||||
extern void cppISteamUtils_SteamUtils009_SetVRHeadsetStreamingEnabled(void *, bool);
|
||||
extern bool cppISteamUtils_SteamUtils009_IsSteamChinaLauncher(void *);
|
||||
extern bool cppISteamUtils_SteamUtils009_InitFilterText(void *);
|
||||
extern int cppISteamUtils_SteamUtils009_FilterText(void *, char *, uint32, const char *, bool);
|
||||
extern ESteamIPv6ConnectivityState cppISteamUtils_SteamUtils009_GetIPv6ConnectivityState(void *, ESteamIPv6ConnectivityProtocol);
|
||||
struct cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils009_GetSecondsSinceComputerActive_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetConnectedUniverse_params
|
||||
{
|
||||
void *linux_side;
|
||||
EUniverse _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetConnectedUniverse( struct cppISteamUtils_SteamUtils009_GetConnectedUniverse_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetServerRealTime_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetServerRealTime( struct cppISteamUtils_SteamUtils009_GetServerRealTime_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetIPCountry_params
|
||||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetIPCountry( struct cppISteamUtils_SteamUtils009_GetIPCountry_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetImageSize_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int iImage;
|
||||
uint32 *pnWidth;
|
||||
uint32 *pnHeight;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetImageSize( struct cppISteamUtils_SteamUtils009_GetImageSize_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetImageRGBA_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int iImage;
|
||||
uint8 *pubDest;
|
||||
int nDestBufferSize;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetImageRGBA( struct cppISteamUtils_SteamUtils009_GetImageRGBA_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetCSERIPPort_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32 *unIP;
|
||||
uint16 *usPort;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetCSERIPPort( struct cppISteamUtils_SteamUtils009_GetCSERIPPort_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetCurrentBatteryPower_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint8 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils009_GetCurrentBatteryPower_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetAppID_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetAppID( struct cppISteamUtils_SteamUtils009_GetAppID_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition_params
|
||||
{
|
||||
void *linux_side;
|
||||
ENotificationPosition eNotificationPosition;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition( struct cppISteamUtils_SteamUtils009_SetOverlayNotificationPosition_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsAPICallCompleted_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamAPICall_t hSteamAPICall;
|
||||
bool *pbFailed;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsAPICallCompleted( struct cppISteamUtils_SteamUtils009_IsAPICallCompleted_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetAPICallFailureReason_params
|
||||
{
|
||||
void *linux_side;
|
||||
ESteamAPICallFailure _ret;
|
||||
SteamAPICall_t hSteamAPICall;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils009_GetAPICallFailureReason_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetAPICallResult_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamAPICall_t hSteamAPICall;
|
||||
void *pCallback;
|
||||
int cubCallback;
|
||||
int iCallbackExpected;
|
||||
bool *pbFailed;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetAPICallResult( struct cppISteamUtils_SteamUtils009_GetAPICallResult_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_RunFrame_params
|
||||
{
|
||||
void *linux_side;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_RunFrame( struct cppISteamUtils_SteamUtils009_RunFrame_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetIPCCallCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetIPCCallCount( struct cppISteamUtils_SteamUtils009_GetIPCCallCount_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_SetWarningMessageHook_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPIWarningMessageHook_t pFunction;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_SetWarningMessageHook( struct cppISteamUtils_SteamUtils009_SetWarningMessageHook_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsOverlayEnabled_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsOverlayEnabled( struct cppISteamUtils_SteamUtils009_IsOverlayEnabled_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_BOverlayNeedsPresent_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_BOverlayNeedsPresent( struct cppISteamUtils_SteamUtils009_BOverlayNeedsPresent_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_CheckFileSignature_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
const char *szFileName;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_CheckFileSignature( struct cppISteamUtils_SteamUtils009_CheckFileSignature_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_ShowGamepadTextInput_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
EGamepadTextInputMode eInputMode;
|
||||
EGamepadTextInputLineMode eLineInputMode;
|
||||
const char *pchDescription;
|
||||
uint32 unCharMax;
|
||||
const char *pchExistingText;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils009_ShowGamepadTextInput_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextLength_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
char *pchText;
|
||||
uint32 cchText;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetSteamUILanguage_params
|
||||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetSteamUILanguage( struct cppISteamUtils_SteamUtils009_GetSteamUILanguage_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsSteamRunningInVR_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsSteamRunningInVR( struct cppISteamUtils_SteamUtils009_IsSteamRunningInVR_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_SetOverlayNotificationInset_params
|
||||
{
|
||||
void *linux_side;
|
||||
int nHorizontalInset;
|
||||
int nVerticalInset;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_SetOverlayNotificationInset( struct cppISteamUtils_SteamUtils009_SetOverlayNotificationInset_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsSteamInBigPictureMode_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsSteamInBigPictureMode( struct cppISteamUtils_SteamUtils009_IsSteamInBigPictureMode_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_StartVRDashboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_StartVRDashboard( struct cppISteamUtils_SteamUtils009_StartVRDashboard_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsVRHeadsetStreamingEnabled_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsVRHeadsetStreamingEnabled( struct cppISteamUtils_SteamUtils009_IsVRHeadsetStreamingEnabled_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_SetVRHeadsetStreamingEnabled_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool bEnabled;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_SetVRHeadsetStreamingEnabled( struct cppISteamUtils_SteamUtils009_SetVRHeadsetStreamingEnabled_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_IsSteamChinaLauncher_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_IsSteamChinaLauncher( struct cppISteamUtils_SteamUtils009_IsSteamChinaLauncher_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_InitFilterText_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_InitFilterText( struct cppISteamUtils_SteamUtils009_InitFilterText_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_FilterText_params
|
||||
{
|
||||
void *linux_side;
|
||||
int _ret;
|
||||
char *pchOutFilteredText;
|
||||
uint32 nByteSizeOutFilteredText;
|
||||
const char *pchInputMessage;
|
||||
bool bLegalOnly;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_FilterText( struct cppISteamUtils_SteamUtils009_FilterText_params *params );
|
||||
|
||||
struct cppISteamUtils_SteamUtils009_GetIPv6ConnectivityState_params
|
||||
{
|
||||
void *linux_side;
|
||||
ESteamIPv6ConnectivityState _ret;
|
||||
ESteamIPv6ConnectivityProtocol eProtocol;
|
||||
};
|
||||
extern void cppISteamUtils_SteamUtils009_GetIPv6ConnectivityState( struct cppISteamUtils_SteamUtils009_GetIPv6ConnectivityState_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue