Hi guys, Is there any way to display a message box within an sandboxed process without adding JOB_OBJECT_UILIMIT_HANDLES to sandbox::TargetPolicy::SetJobLevel()? The JOB_OBJECT_UILIMIT_HANDLES ui exception is a pretty broad sword for just displaying a popup dialog. Ideally, I'd like to be able to just call Job::UserHandleGrantAccess() and pass a handle returned from ::GetDesktopWindow(). This will allow access to only the desktop; which is what I want for MessageBox().
There doesn't appear to be any way to do this via the policy. Any suggestions? Thanks, D --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
