Searched refs:dwRes (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxService-win.cpp | 67 DWORD dwRes = 0; local 76 dwRes = GetNamedSecurityInfo(pszObjName, ObjectType, 79 if (ERROR_SUCCESS != dwRes) 81 if (dwRes == ERROR_FILE_NOT_FOUND) 84 VBoxServiceError("AddAceToObjectsSecurityDescriptor: GetNamedSecurityInfo: Error %u\n", dwRes); 97 dwRes = SetEntriesInAcl(1, &ea, pOldDACL, &pNewDACL); 98 if (ERROR_SUCCESS != dwRes) 100 VBoxServiceError("AddAceToObjectsSecurityDescriptor: SetEntriesInAcl: Error %u\n", dwRes); 105 dwRes = SetNamedSecurityInfo(pszObjName, ObjectType, 108 if (ERROR_SUCCESS != dwRes) 341 DWORD dwRes = vboxServiceWinAddAceToObjectsSecurityDescriptor(TEXT("\\\\\\\\.\\\\VBoxMiniRdrDN"), local [all...] |
Completed in 2620 milliseconds