mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-30 19:24:32 +01:00
vrclient: Move sources out of vrclient_x64 subfolder.
CW-Bug-Id: #22729
This commit is contained in:
parent
98a90a1458
commit
e9aeba85f2
161 changed files with 165 additions and 165 deletions
175
vrclient_x64/cppIVRApplications_IVRApplications_003.cpp
Normal file
175
vrclient_x64/cppIVRApplications_IVRApplications_003.cpp
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_AddApplicationManifest( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_AddApplicationManifest_params *params = (struct IVRApplications_IVRApplications_003_AddApplicationManifest_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
char *u_pchApplicationManifestFullPath = vrclient_dos_to_unix_path( params->pchApplicationManifestFullPath );
|
||||
params->_ret = (uint32_t)iface->AddApplicationManifest( u_pchApplicationManifestFullPath, params->bTemporary );
|
||||
vrclient_free_path( u_pchApplicationManifestFullPath );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_RemoveApplicationManifest( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_RemoveApplicationManifest_params *params = (struct IVRApplications_IVRApplications_003_RemoveApplicationManifest_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
char *u_pchApplicationManifestFullPath = vrclient_dos_to_unix_path( params->pchApplicationManifestFullPath );
|
||||
params->_ret = (uint32_t)iface->RemoveApplicationManifest( u_pchApplicationManifestFullPath );
|
||||
vrclient_free_path( u_pchApplicationManifestFullPath );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_IsApplicationInstalled( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_IsApplicationInstalled_params *params = (struct IVRApplications_IVRApplications_003_IsApplicationInstalled_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsApplicationInstalled( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationCount( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationCount_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationCount_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetApplicationCount( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationKeyByIndex( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationKeyByIndex_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationKeyByIndex_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetApplicationKeyByIndex( params->unApplicationIndex, params->pchAppKeyBuffer, params->unAppKeyBufferLen );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationKeyByProcessId( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationKeyByProcessId_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationKeyByProcessId_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetApplicationKeyByProcessId( params->unProcessId, params->pchAppKeyBuffer, params->unAppKeyBufferLen );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_LaunchApplication( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_LaunchApplication_params *params = (struct IVRApplications_IVRApplications_003_LaunchApplication_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->LaunchApplication( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_LaunchDashboardOverlay( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_LaunchDashboardOverlay_params *params = (struct IVRApplications_IVRApplications_003_LaunchDashboardOverlay_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->LaunchDashboardOverlay( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_IdentifyApplication( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_IdentifyApplication_params *params = (struct IVRApplications_IVRApplications_003_IdentifyApplication_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->IdentifyApplication( params->unProcessId, params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationProcessId( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationProcessId_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationProcessId_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetApplicationProcessId( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationsErrorNameFromEnum( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationsErrorNameFromEnum_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationsErrorNameFromEnum_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (const char *)iface->GetApplicationsErrorNameFromEnum( params->error );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationPropertyString( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationPropertyString_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationPropertyString_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetApplicationPropertyString( params->pchAppKey, params->eProperty, params->pchPropertyValueBuffer, params->unPropertyValueBufferLen, params->peError );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationPropertyBool( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationPropertyBool_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationPropertyBool_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetApplicationPropertyBool( params->pchAppKey, params->eProperty, params->peError );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationPropertyUint64( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationPropertyUint64_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationPropertyUint64_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint64_t)iface->GetApplicationPropertyUint64( params->pchAppKey, params->eProperty, params->peError );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_SetApplicationAutoLaunch( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_SetApplicationAutoLaunch_params *params = (struct IVRApplications_IVRApplications_003_SetApplicationAutoLaunch_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->SetApplicationAutoLaunch( params->pchAppKey, params->bAutoLaunch );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationAutoLaunch( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationAutoLaunch_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationAutoLaunch_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetApplicationAutoLaunch( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetStartingApplication( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetStartingApplication_params *params = (struct IVRApplications_IVRApplications_003_GetStartingApplication_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetStartingApplication( params->pchAppKeyBuffer, params->unAppKeyBufferLen );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetTransitionState( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetTransitionState_params *params = (struct IVRApplications_IVRApplications_003_GetTransitionState_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetTransitionState( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_PerformApplicationPrelaunchCheck( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_PerformApplicationPrelaunchCheck_params *params = (struct IVRApplications_IVRApplications_003_PerformApplicationPrelaunchCheck_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->PerformApplicationPrelaunchCheck( params->pchAppKey );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_GetApplicationsTransitionStateNameFromEnum( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_GetApplicationsTransitionStateNameFromEnum_params *params = (struct IVRApplications_IVRApplications_003_GetApplicationsTransitionStateNameFromEnum_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (const char *)iface->GetApplicationsTransitionStateNameFromEnum( params->state );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRApplications_IVRApplications_003_IsQuitUserPromptRequested( void *args )
|
||||
{
|
||||
struct IVRApplications_IVRApplications_003_IsQuitUserPromptRequested_params *params = (struct IVRApplications_IVRApplications_003_IsQuitUserPromptRequested_params *)args;
|
||||
struct u_IVRApplications_IVRApplications_003 *iface = (struct u_IVRApplications_IVRApplications_003 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsQuitUserPromptRequested( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue