"Erich E. Hoover" erich.e.hoover@gmail.com writes:
@@ -2469,9 +2469,9 @@ LSTATUS WINAPI RegSetKeySecurity( HKEY hkey, SECURITY_INFORMATION SecurityInfo, if (!pSecurityDesc) return ERROR_INVALID_PARAMETER;
- FIXME(":(%p,%d,%p): stub\n",hkey,SecurityInfo,pSecurityDesc);
- TRACE("(%p,%d,%p)\n",hkey,SecurityInfo,pSecurityDesc);
- return ERROR_SUCCESS;
- return RtlNtStatusToDosError( NtSetSecurityObject( hkey, SecurityInfo, pSecurityDesc ) );
You'd need to handle special root keys, or at least have tests for them.