mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04: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
19
vrclient_x64/cppIVRNotifications_IVRNotifications_002.cpp
Normal file
19
vrclient_x64/cppIVRNotifications_IVRNotifications_002.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
#include "unix_private.h"
|
||||
|
||||
NTSTATUS IVRNotifications_IVRNotifications_002_CreateNotification( void *args )
|
||||
{
|
||||
struct IVRNotifications_IVRNotifications_002_CreateNotification_params *params = (struct IVRNotifications_IVRNotifications_002_CreateNotification_params *)args;
|
||||
struct u_IVRNotifications_IVRNotifications_002 *iface = (struct u_IVRNotifications_IVRNotifications_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->CreateNotification( params->ulOverlayHandle, params->ulUserValue, params->type, params->pchText, params->style, params->pImage, params->pNotificationId );
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS IVRNotifications_IVRNotifications_002_RemoveNotification( void *args )
|
||||
{
|
||||
struct IVRNotifications_IVRNotifications_002_RemoveNotification_params *params = (struct IVRNotifications_IVRNotifications_002_RemoveNotification_params *)args;
|
||||
struct u_IVRNotifications_IVRNotifications_002 *iface = (struct u_IVRNotifications_IVRNotifications_002 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->RemoveNotification( params->notificationId );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue