mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-25 00:34: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
43
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_001.cpp
Normal file
43
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_001.cpp
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_001_Open( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_001_Open_params *params = (struct IVRIOBuffer_IVRIOBuffer_001_Open_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_001 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_001 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Open( params->pchPath, params->mode, params->unElementSize, params->unElements, params->pulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_001_Close( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_001_Close_params *params = (struct IVRIOBuffer_IVRIOBuffer_001_Close_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_001 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_001 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Close( params->ulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_001_Read( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_001_Read_params *params = (struct IVRIOBuffer_IVRIOBuffer_001_Read_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_001 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_001 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Read( params->ulBuffer, params->pDst, params->unBytes, params->punRead );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_001_Write( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_001_Write_params *params = (struct IVRIOBuffer_IVRIOBuffer_001_Write_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_001 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_001 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->Write( params->ulBuffer, params->pSrc, params->unBytes );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRIOBuffer_IVRIOBuffer_001_PropertyContainer( void *args )
|
||||
{
|
||||
struct IVRIOBuffer_IVRIOBuffer_001_PropertyContainer_params *params = (struct IVRIOBuffer_IVRIOBuffer_001_PropertyContainer_params *)args;
|
||||
struct u_IVRIOBuffer_IVRIOBuffer_001 *iface = (struct u_IVRIOBuffer_IVRIOBuffer_001 *)params->linux_side;
|
||||
params->_ret = (uint64_t)iface->PropertyContainer( params->ulBuffer );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue