Proton/lsteamclient/cppISteamUtils_SteamUtils004.h
2023-12-19 19:42:16 +01:00

154 lines
4.9 KiB
C

/* This file is auto-generated, do not edit. */
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
struct cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params *params );
struct cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils004_GetSecondsSinceComputerActive_params *params );
struct cppISteamUtils_SteamUtils004_GetConnectedUniverse_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetConnectedUniverse( struct cppISteamUtils_SteamUtils004_GetConnectedUniverse_params *params );
struct cppISteamUtils_SteamUtils004_GetServerRealTime_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetServerRealTime( struct cppISteamUtils_SteamUtils004_GetServerRealTime_params *params );
struct cppISteamUtils_SteamUtils004_GetIPCountry_params
{
void *linux_side;
const char *_ret;
};
extern void cppISteamUtils_SteamUtils004_GetIPCountry( struct cppISteamUtils_SteamUtils004_GetIPCountry_params *params );
struct cppISteamUtils_SteamUtils004_GetImageSize_params
{
void *linux_side;
bool _ret;
int32_t iImage;
uint32_t *pnWidth;
uint32_t *pnHeight;
};
extern void cppISteamUtils_SteamUtils004_GetImageSize( struct cppISteamUtils_SteamUtils004_GetImageSize_params *params );
struct cppISteamUtils_SteamUtils004_GetImageRGBA_params
{
void *linux_side;
bool _ret;
int32_t iImage;
uint8_t *pubDest;
int32_t nDestBufferSize;
};
extern void cppISteamUtils_SteamUtils004_GetImageRGBA( struct cppISteamUtils_SteamUtils004_GetImageRGBA_params *params );
struct cppISteamUtils_SteamUtils004_GetCSERIPPort_params
{
void *linux_side;
bool _ret;
uint32_t *unIP;
uint16_t *usPort;
};
extern void cppISteamUtils_SteamUtils004_GetCSERIPPort( struct cppISteamUtils_SteamUtils004_GetCSERIPPort_params *params );
struct cppISteamUtils_SteamUtils004_GetCurrentBatteryPower_params
{
void *linux_side;
uint8_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils004_GetCurrentBatteryPower_params *params );
struct cppISteamUtils_SteamUtils004_GetAppID_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetAppID( struct cppISteamUtils_SteamUtils004_GetAppID_params *params );
struct cppISteamUtils_SteamUtils004_SetOverlayNotificationPosition_params
{
void *linux_side;
uint32_t eNotificationPosition;
};
extern void cppISteamUtils_SteamUtils004_SetOverlayNotificationPosition( struct cppISteamUtils_SteamUtils004_SetOverlayNotificationPosition_params *params );
struct cppISteamUtils_SteamUtils004_IsAPICallCompleted_params
{
void *linux_side;
bool _ret;
uint64_t hSteamAPICall;
bool *pbFailed;
};
extern void cppISteamUtils_SteamUtils004_IsAPICallCompleted( struct cppISteamUtils_SteamUtils004_IsAPICallCompleted_params *params );
struct cppISteamUtils_SteamUtils004_GetAPICallFailureReason_params
{
void *linux_side;
uint32_t _ret;
uint64_t hSteamAPICall;
};
extern void cppISteamUtils_SteamUtils004_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils004_GetAPICallFailureReason_params *params );
struct cppISteamUtils_SteamUtils004_GetAPICallResult_params
{
void *linux_side;
bool _ret;
uint64_t hSteamAPICall;
void *pCallback;
int32_t cubCallback;
int32_t iCallbackExpected;
bool *pbFailed;
};
extern void cppISteamUtils_SteamUtils004_GetAPICallResult( struct cppISteamUtils_SteamUtils004_GetAPICallResult_params *params );
struct cppISteamUtils_SteamUtils004_RunFrame_params
{
void *linux_side;
};
extern void cppISteamUtils_SteamUtils004_RunFrame( struct cppISteamUtils_SteamUtils004_RunFrame_params *params );
struct cppISteamUtils_SteamUtils004_GetIPCCallCount_params
{
void *linux_side;
uint32_t _ret;
};
extern void cppISteamUtils_SteamUtils004_GetIPCCallCount( struct cppISteamUtils_SteamUtils004_GetIPCCallCount_params *params );
struct cppISteamUtils_SteamUtils004_SetWarningMessageHook_params
{
void *linux_side;
void (*W_CDECL pFunction)(int32_t, const char *);
};
extern void cppISteamUtils_SteamUtils004_SetWarningMessageHook( struct cppISteamUtils_SteamUtils004_SetWarningMessageHook_params *params );
struct cppISteamUtils_SteamUtils004_IsOverlayEnabled_params
{
void *linux_side;
bool _ret;
};
extern void cppISteamUtils_SteamUtils004_IsOverlayEnabled( struct cppISteamUtils_SteamUtils004_IsOverlayEnabled_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */