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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbHook.cpp24 if (pHook->fIsInstalled)
34 pHook->fIsInstalled = TRUE;
43 if (!pHook->fIsInstalled)
63 pHook->fIsInstalled = FALSE;
75 BOOLEAN fIsInstalled; local
77 fIsInstalled = pHook->fIsInstalled;
79 return fIsInstalled;
95 Assert(!pHook->fIsInstalled);
H A DVBoxUsbHook.h26 BOOLEAN fIsInstalled; member in struct:VBOXUSBHOOK_ENTRY
48 if (!pHook->fIsInstalled)

Completed in 41 milliseconds