mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +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
51
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_002.cpp
Normal file
51
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_002.cpp
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_Open( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_Open_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_Open_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Open( params->pchPath, params->mode, params->unElementSize, params->unElements, params->pulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_Close( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_Close_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_Close_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Close( params->ulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_Read( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_Read_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_Read_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Read( params->ulBuffer, params->pDst, params->unBytes, params->punRead );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_Write( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_Write_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_Write_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Write( params->ulBuffer, params->pSrc, params->unBytes );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_PropertyContainer( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_PropertyContainer_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_PropertyContainer_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (uint64_t)iface->PropertyContainer( params->ulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_002_HasReaders( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_002_HasReaders_params *params = (struct IVRIOBuffer_IVRIOBuffer_002_HasReaders_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_002 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_002 *)params->linux_side;
|
||||
params->_ret = (bool)iface->HasReaders( params->ulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue