vrclient: Remove unnecessary return value cast.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-10-04 22:05:02 +02:00 committed by Arkadiusz Hiler
parent f5ef49cf29
commit 5190d26e7e
107 changed files with 2790 additions and 2790 deletions

View file

@ -5,7 +5,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc1( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc1_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc1_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc1( );
params->_ret = iface->undoc1( );
return 0;
}
@ -13,7 +13,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc2( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc2_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc2_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc2( params->a, params->b, params->c );
params->_ret = iface->undoc2( params->a, params->b, params->c );
return 0;
}
@ -21,7 +21,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc3( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc3_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc3_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc3( params->a );
params->_ret = iface->undoc3( params->a );
return 0;
}
@ -29,7 +29,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc4( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc4_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc4_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc4( params->a );
params->_ret = iface->undoc4( params->a );
return 0;
}
@ -37,7 +37,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc5( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc5_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc5_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc5( params->a, params->b, params->c, params->d );
params->_ret = iface->undoc5( params->a, params->b, params->c, params->d );
return 0;
}
@ -45,7 +45,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc6( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc6_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc6_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc6( params->a, params->b, params->c, params->d );
params->_ret = iface->undoc6( params->a, params->b, params->c, params->d );
return 0;
}
@ -53,7 +53,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc7( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc7_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc7_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc7( params->a, params->b, params->c, params->d );
params->_ret = iface->undoc7( params->a, params->b, params->c, params->d );
return 0;
}
@ -61,7 +61,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc8( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc8_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc8_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc8( params->a );
params->_ret = iface->undoc8( params->a );
return 0;
}
@ -85,7 +85,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc11( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc11_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc11_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc11( params->a );
params->_ret = iface->undoc11( params->a );
return 0;
}
@ -117,7 +117,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc15( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc15_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc15_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc15( );
params->_ret = iface->undoc15( );
return 0;
}
@ -133,7 +133,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc17( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc17_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc17_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc17( );
params->_ret = iface->undoc17( );
return 0;
}
@ -141,7 +141,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc18( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc18_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc18_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc18( );
params->_ret = iface->undoc18( );
return 0;
}
@ -157,7 +157,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc20( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc20_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc20_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc20( );
params->_ret = iface->undoc20( );
return 0;
}
@ -165,7 +165,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc21( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc21_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc21_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint32_t)iface->undoc21( );
params->_ret = iface->undoc21( );
return 0;
}
@ -182,7 +182,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc23( void *args )
struct IVRControlPanel_IVRControlPanel_006_undoc23_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc23_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
char *u_a = vrclient_dos_to_unix_path( params->a );
params->_ret = (bool)iface->undoc23( u_a );
params->_ret = iface->undoc23( u_a );
vrclient_free_path( u_a );
return 0;
}
@ -191,7 +191,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc24( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc24_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc24_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc24( );
params->_ret = iface->undoc24( );
return 0;
}
@ -199,7 +199,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc25( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc25_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc25_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (bool)iface->undoc25( params->a );
params->_ret = iface->undoc25( params->a );
return 0;
}
@ -207,7 +207,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc26( void *args )
{
struct IVRControlPanel_IVRControlPanel_006_undoc26_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc26_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
params->_ret = (uint64_t)iface->undoc26( );
params->_ret = iface->undoc26( );
return 0;
}
@ -216,7 +216,7 @@ NTSTATUS IVRControlPanel_IVRControlPanel_006_undoc27( void *args )
struct IVRControlPanel_IVRControlPanel_006_undoc27_params *params = (struct IVRControlPanel_IVRControlPanel_006_undoc27_params *)args;
struct u_IVRControlPanel_IVRControlPanel_006 *iface = (struct u_IVRControlPanel_IVRControlPanel_006 *)params->linux_side;
char *u_a = vrclient_dos_to_unix_path( params->a );
params->_ret = (uint32_t)iface->undoc27( u_a );
params->_ret = iface->undoc27( u_a );
vrclient_free_path( u_a );
return 0;
}