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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibMisc.cpp42 VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot) argument
46 Info.u32NotMask = fNot;
56 * @param fNot Capabilities which have been removed.
60 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot) argument
64 Info.u32NotMask = fNot;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp132 static int VBoxAcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fCfg);
1590 static int VBoxAcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fCfg) argument
1594 Log(("VBoxAcquireGuestCaps or(0x%x), not(0x%x), cfx(%d)\n", fOr, fNot, fCfg));
1598 Info.u32NotMask = fNot;

Completed in 53 milliseconds