2023-09-29 11:28:17 +02:00
|
|
|
/* This file is auto-generated, do not edit. */
|
|
|
|
#include "unix_private.h"
|
2023-09-30 13:08:49 +02:00
|
|
|
|
2023-11-07 20:56:28 +01:00
|
|
|
#if 0
|
|
|
|
#pragma makedep unix
|
|
|
|
#endif
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
NTSTATUS IVRMailbox_IVRMailbox_001_undoc1( void *args )
|
2020-03-18 19:50:21 +01:00
|
|
|
{
|
2023-09-30 13:08:49 +02:00
|
|
|
struct IVRMailbox_IVRMailbox_001_undoc1_params *params = (struct IVRMailbox_IVRMailbox_001_undoc1_params *)args;
|
2023-09-29 11:28:17 +02:00
|
|
|
struct u_IVRMailbox_IVRMailbox_001 *iface = (struct u_IVRMailbox_IVRMailbox_001 *)params->linux_side;
|
2023-10-04 22:05:02 +02:00
|
|
|
params->_ret = iface->undoc1( params->a, params->b );
|
2023-09-30 13:08:49 +02:00
|
|
|
return 0;
|
2020-03-18 19:50:21 +01:00
|
|
|
}
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
NTSTATUS IVRMailbox_IVRMailbox_001_undoc2( void *args )
|
2020-03-18 19:50:21 +01:00
|
|
|
{
|
2023-09-30 13:08:49 +02:00
|
|
|
struct IVRMailbox_IVRMailbox_001_undoc2_params *params = (struct IVRMailbox_IVRMailbox_001_undoc2_params *)args;
|
2023-09-29 11:28:17 +02:00
|
|
|
struct u_IVRMailbox_IVRMailbox_001 *iface = (struct u_IVRMailbox_IVRMailbox_001 *)params->linux_side;
|
2023-10-04 22:05:02 +02:00
|
|
|
params->_ret = iface->undoc2( params->a );
|
2023-09-30 13:08:49 +02:00
|
|
|
return 0;
|
2020-03-18 19:50:21 +01:00
|
|
|
}
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
NTSTATUS IVRMailbox_IVRMailbox_001_undoc4( void *args )
|
2020-03-18 19:50:21 +01:00
|
|
|
{
|
2023-09-30 13:08:49 +02:00
|
|
|
struct IVRMailbox_IVRMailbox_001_undoc4_params *params = (struct IVRMailbox_IVRMailbox_001_undoc4_params *)args;
|
2023-09-29 11:28:17 +02:00
|
|
|
struct u_IVRMailbox_IVRMailbox_001 *iface = (struct u_IVRMailbox_IVRMailbox_001 *)params->linux_side;
|
2023-10-04 22:05:02 +02:00
|
|
|
params->_ret = iface->undoc4( params->a, params->b, params->c, params->d );
|
2023-09-30 13:08:49 +02:00
|
|
|
return 0;
|
2020-03-18 19:50:21 +01:00
|
|
|
}
|
|
|
|
|