Searched refs:VBOXSERVICECTRLSESSION_FLAG_FORK (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h140 #define VBOXSERVICECTRLSESSION_FLAG_FORK RT_BIT(0) macro
H A DVBoxServiceControlSession.cpp1031 bool fImpersonated = ( pSession->uFlags & VBOXSERVICECTRLSESSION_FLAG_FORK
2297 uint32_t uSessionFlags = VBOXSERVICECTRLSESSION_FLAG_FORK;
H A DVBoxServiceControlProcess.cpp1591 bool fNeedsImpersonation = !(pProcess->pSession->uFlags & VBOXSERVICECTRLSESSION_FLAG_FORK);

Completed in 55 milliseconds