mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Generate unixlib interface in unixlib_generated.h.
CW-Bug-Id: #22729
This commit is contained in:
parent
7449bca90b
commit
b22627053d
438 changed files with 92540 additions and 72021 deletions
|
|
@ -1,149 +1,196 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
#include "cppISteamUtils_SteamUtils006.h"
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetSecondsSinceAppActive( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetSecondsSinceAppActive( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetSecondsSinceComputerActive( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params *params = (struct ISteamUtils_SteamUtils006_GetSecondsSinceComputerActive_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetSecondsSinceComputerActive( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetConnectedUniverse( struct cppISteamUtils_SteamUtils006_GetConnectedUniverse_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetConnectedUniverse( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetConnectedUniverse_params *params = (struct ISteamUtils_SteamUtils006_GetConnectedUniverse_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetConnectedUniverse( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetServerRealTime( struct cppISteamUtils_SteamUtils006_GetServerRealTime_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetServerRealTime( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetServerRealTime_params *params = (struct ISteamUtils_SteamUtils006_GetServerRealTime_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetServerRealTime( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetIPCountry( struct cppISteamUtils_SteamUtils006_GetIPCountry_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetIPCountry( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetIPCountry_params *params = (struct ISteamUtils_SteamUtils006_GetIPCountry_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetIPCountry( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetImageSize( struct cppISteamUtils_SteamUtils006_GetImageSize_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetImageSize( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetImageSize_params *params = (struct ISteamUtils_SteamUtils006_GetImageSize_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetImageSize( params->iImage, params->pnWidth, params->pnHeight );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetImageRGBA( struct cppISteamUtils_SteamUtils006_GetImageRGBA_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetImageRGBA( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetImageRGBA_params *params = (struct ISteamUtils_SteamUtils006_GetImageRGBA_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetImageRGBA( params->iImage, params->pubDest, params->nDestBufferSize );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetCSERIPPort( struct cppISteamUtils_SteamUtils006_GetCSERIPPort_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetCSERIPPort( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetCSERIPPort_params *params = (struct ISteamUtils_SteamUtils006_GetCSERIPPort_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetCSERIPPort( params->unIP, params->usPort );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils006_GetCurrentBatteryPower_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetCurrentBatteryPower( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetCurrentBatteryPower_params *params = (struct ISteamUtils_SteamUtils006_GetCurrentBatteryPower_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetCurrentBatteryPower( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetAppID( struct cppISteamUtils_SteamUtils006_GetAppID_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetAppID( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetAppID_params *params = (struct ISteamUtils_SteamUtils006_GetAppID_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetAppID( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_SetOverlayNotificationPosition( struct cppISteamUtils_SteamUtils006_SetOverlayNotificationPosition_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_SetOverlayNotificationPosition( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_SetOverlayNotificationPosition_params *params = (struct ISteamUtils_SteamUtils006_SetOverlayNotificationPosition_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
iface->SetOverlayNotificationPosition( params->eNotificationPosition );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_IsAPICallCompleted( struct cppISteamUtils_SteamUtils006_IsAPICallCompleted_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_IsAPICallCompleted( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_IsAPICallCompleted_params *params = (struct ISteamUtils_SteamUtils006_IsAPICallCompleted_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->IsAPICallCompleted( params->hSteamAPICall, params->pbFailed );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils006_GetAPICallFailureReason_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetAPICallFailureReason( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetAPICallFailureReason_params *params = (struct ISteamUtils_SteamUtils006_GetAPICallFailureReason_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetAPICallFailureReason( params->hSteamAPICall );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_RunFrame( struct cppISteamUtils_SteamUtils006_RunFrame_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_RunFrame( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_RunFrame_params *params = (struct ISteamUtils_SteamUtils006_RunFrame_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
iface->RunFrame( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetIPCCallCount( struct cppISteamUtils_SteamUtils006_GetIPCCallCount_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetIPCCallCount( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetIPCCallCount_params *params = (struct ISteamUtils_SteamUtils006_GetIPCCallCount_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetIPCCallCount( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_SetWarningMessageHook( struct cppISteamUtils_SteamUtils006_SetWarningMessageHook_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_SetWarningMessageHook( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_SetWarningMessageHook_params *params = (struct ISteamUtils_SteamUtils006_SetWarningMessageHook_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
void (*U_CDECL u_pFunction)(int32_t, const char *) = manual_convert_SetWarningMessageHook_pFunction( params->pFunction );
|
||||
iface->SetWarningMessageHook( u_pFunction );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_IsOverlayEnabled( struct cppISteamUtils_SteamUtils006_IsOverlayEnabled_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_IsOverlayEnabled( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_IsOverlayEnabled_params *params = (struct ISteamUtils_SteamUtils006_IsOverlayEnabled_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->IsOverlayEnabled( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_BOverlayNeedsPresent( struct cppISteamUtils_SteamUtils006_BOverlayNeedsPresent_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_BOverlayNeedsPresent( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_BOverlayNeedsPresent_params *params = (struct ISteamUtils_SteamUtils006_BOverlayNeedsPresent_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->BOverlayNeedsPresent( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_CheckFileSignature( struct cppISteamUtils_SteamUtils006_CheckFileSignature_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_CheckFileSignature( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_CheckFileSignature_params *params = (struct ISteamUtils_SteamUtils006_CheckFileSignature_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->CheckFileSignature( params->szFileName );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils006_ShowGamepadTextInput_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_ShowGamepadTextInput( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_ShowGamepadTextInput_params *params = (struct ISteamUtils_SteamUtils006_ShowGamepadTextInput_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->ShowGamepadTextInput( params->eInputMode, params->eLineInputMode, params->pchDescription, params->unCharMax );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetEnteredGamepadTextLength( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params *params = (struct ISteamUtils_SteamUtils006_GetEnteredGamepadTextLength_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetEnteredGamepadTextLength( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetEnteredGamepadTextInput( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params *params = (struct ISteamUtils_SteamUtils006_GetEnteredGamepadTextInput_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetEnteredGamepadTextInput( params->pchText, params->cchText );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_GetSteamUILanguage( struct cppISteamUtils_SteamUtils006_GetSteamUILanguage_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_GetSteamUILanguage( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_GetSteamUILanguage_params *params = (struct ISteamUtils_SteamUtils006_GetSteamUILanguage_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->GetSteamUILanguage( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils006_IsSteamRunningInVR( struct cppISteamUtils_SteamUtils006_IsSteamRunningInVR_params *params )
|
||||
NTSTATUS ISteamUtils_SteamUtils006_IsSteamRunningInVR( void *args )
|
||||
{
|
||||
struct ISteamUtils_SteamUtils006_IsSteamRunningInVR_params *params = (struct ISteamUtils_SteamUtils006_IsSteamRunningInVR_params *)args;
|
||||
struct u_ISteamUtils_SteamUtils006 *iface = (struct u_ISteamUtils_SteamUtils006 *)params->linux_side;
|
||||
params->_ret = iface->IsSteamRunningInVR( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue