2023-09-23 23:44:45 +02:00
|
|
|
struct cppISteamUtils_SteamUtils002;
|
2023-09-27 14:34:23 +02:00
|
|
|
struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils002_GetSecondsSinceComputerActive_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetConnectedUniverse_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 16:22:47 +02:00
|
|
|
uint32_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetConnectedUniverse( struct cppISteamUtils_SteamUtils002_GetConnectedUniverse_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetServerRealTime_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetServerRealTime( struct cppISteamUtils_SteamUtils002_GetServerRealTime_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetIPCountry_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
const char *_ret;
|
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetIPCountry( struct cppISteamUtils_SteamUtils002_GetIPCountry_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetImageSize_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-14 14:53:26 +02:00
|
|
|
int32_t iImage;
|
|
|
|
uint32_t *pnWidth;
|
|
|
|
uint32_t *pnHeight;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetImageSize( struct cppISteamUtils_SteamUtils002_GetImageSize_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetImageRGBA_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-14 14:53:26 +02:00
|
|
|
int32_t iImage;
|
|
|
|
uint8_t *pubDest;
|
|
|
|
int32_t nDestBufferSize;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetImageRGBA( struct cppISteamUtils_SteamUtils002_GetImageRGBA_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t *unIP;
|
|
|
|
uint16_t *usPort;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetCSERIPPort( struct cppISteamUtils_SteamUtils002_GetCSERIPPort_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint8_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils002_GetCurrentBatteryPower_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetAppID_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 14:53:26 +02:00
|
|
|
uint32_t _ret;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetAppID( struct cppISteamUtils_SteamUtils002_GetAppID_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_SetOverlayNotificationPosition_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 16:22:47 +02:00
|
|
|
uint32_t eNotificationPosition;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_SetOverlayNotificationPosition( struct cppISteamUtils_SteamUtils002_SetOverlayNotificationPosition_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_IsAPICallCompleted_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-19 19:59:23 +02:00
|
|
|
uint64_t hSteamAPICall;
|
2023-09-27 14:34:23 +02:00
|
|
|
bool *pbFailed;
|
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_IsAPICallCompleted( struct cppISteamUtils_SteamUtils002_IsAPICallCompleted_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetAPICallFailureReason_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
2023-09-14 16:22:47 +02:00
|
|
|
uint32_t _ret;
|
2023-09-19 19:59:23 +02:00
|
|
|
uint64_t hSteamAPICall;
|
2023-09-27 14:34:23 +02:00
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils002_GetAPICallFailureReason_params *params );
|
|
|
|
|
|
|
|
struct cppISteamUtils_SteamUtils002_GetAPICallResult_params
|
|
|
|
{
|
|
|
|
void *linux_side;
|
|
|
|
bool _ret;
|
2023-09-19 19:59:23 +02:00
|
|
|
uint64_t hSteamAPICall;
|
2023-09-27 14:34:23 +02:00
|
|
|
void *pCallback;
|
2023-09-14 14:53:26 +02:00
|
|
|
int32_t cubCallback;
|
|
|
|
int32_t iCallbackExpected;
|
2023-09-27 14:34:23 +02:00
|
|
|
bool *pbFailed;
|
|
|
|
};
|
|
|
|
extern void cppISteamUtils_SteamUtils002_GetAPICallResult( struct cppISteamUtils_SteamUtils002_GetAPICallResult_params *params );
|
|
|
|
|