Searched defs:pNotify (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp498 PWTSSESSION_NOTIFICATION pNotify = (PWTSSESSION_NOTIFICATION)lpEventData; local
499 Assert(pNotify->cbSize == sizeof(WTSSESSION_NOTIFICATION));
503 pNotify->dwSessionId, dwEventType);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxvdix.h193 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxvdix.h190 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxvdix.h195 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxvdix.h195 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxvdix.h194 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxvdix.h194 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxvdix.h193 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxvdix.h193 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxvdix.h193 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxvdix.h196 XvPortNotifyPtr pNotify; member in struct:_XvPortRec
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1529 * @param pNotify The new callback information.
1531 int vbgdIoCtl_SetMouseNotifyCallback(PVBOXGUESTDEVEXT pDevExt, VBoxGuestMouseSetNotifyCallback *pNotify) argument
1533 LogFlow(("VBOXGUEST_IOCTL_SET_MOUSE_NOTIFY_CALLBACK: pfnNotify=%p pvUser=%p\n", pNotify->pfnNotify, pNotify->pvUser));
1536 pDevExt->MouseNotifyCallback = *pNotify;
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp549 NOREF(pvNotify); //PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)pvNotify;
563 NOREF(pvNotify); //PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)pvNotify;
577 NOREF(pvNotify); //PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)pvNotify;
597 PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)RTMemAllocZ(sizeof(*pNotify)); local
598 AssertReturn(pNotify, NULL);
604 pNotify->NotifyPort = IONotificationPortCreate(g_MasterPort);
605 Assert(pNotify->NotifyPort);
606 if (pNotify->NotifyPort)
608 pNotify
669 PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)pvOpaque; local
[all...]

Completed in 63 milliseconds