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

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DVBoxUSBFilterMgr.h26 typedef struct VBOXUSBFLTCTX *VBOXUSBFILTER_CONTEXT; typedef in typeref:struct:VBOXUSBFLTCTX
29 typedef RTPROCESS VBOXUSBFILTER_CONTEXT;
35 void VBoxUSBFilterRemoveOwner(VBOXUSBFILTER_CONTEXT Owner);
36 int VBoxUSBFilterAdd(PCUSBFILTER pFilter, VBOXUSBFILTER_CONTEXT Owner, uintptr_t *puId);
37 int VBoxUSBFilterRemove(VBOXUSBFILTER_CONTEXT Owner, uintptr_t uId);
38 VBOXUSBFILTER_CONTEXT VBoxUSBFilterMatch(PCUSBFILTER pDevice, uintptr_t *puId);
39 VBOXUSBFILTER_CONTEXT VBoxUSBFilterMatchEx(PCUSBFILTER pDevice, uintptr_t *puId, bool fRemoveFltIfOneShot, bool *pfFilter, bool *pfIsOneShot);
40 VBOXUSBFILTER_CONTEXT VBoxUSBFilterGetOwner(uintptr_t uId);

Completed in 42 milliseconds