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

/vbox/src/VBox/Runtime/r3/posix/
H A DRTHandleGetStandard-posix.cpp83 bool const fInherit = !(rc & FD_CLOEXEC); local
116 | (fInherit ? RTPIPE_N_INHERIT : 0));
/vbox/src/VBox/Runtime/r3/win/
H A DRTHandleGetStandard-win.cpp72 bool const fInherit = RT_BOOL(dwInfo & HANDLE_FLAG_INHERIT); local
110 | (fInherit ? RTPIPE_N_INHERIT : 0));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h113 BOOL fInherit; member in struct:tagUSEROBJECTFLAGS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h111 BOOL fInherit; member in struct:tagUSEROBJECTFLAGS

Completed in 115 milliseconds