Searched refs:fRC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp687 BOOL fRC; local
693 fRC = SetSecurityDescriptorDacl(SecAttr.lpSecurityDescriptor, TRUE, 0, FALSE);
694 if (!fRC)
715 fRC = pfnConvertStringSecurityDescriptorToSecurityDescriptorA("S:(ML;;NW;;;LW)", /* this means "low integrity" */
717 if (!fRC)
724 fRC = GetSecurityDescriptorSacl(pSD, &fSaclPresent, &pSacl, &fSaclDefaulted);
725 if (!fRC)
732 fRC = SetSecurityDescriptorSacl(SecAttr.lpSecurityDescriptor, TRUE, pSacl, FALSE);
733 if (!fRC)
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_main.c225 bool fRC = true; local

Completed in 46 milliseconds