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

/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));
1595 Info.enmFlags = fCfg ? VBOXGUESTCAPSACQUIRE_FLAGS_CONFIG_ACQUIRE_MODE : VBOXGUESTCAPSACQUIRE_FLAGS_NONE;

Completed in 47 milliseconds