-
As reported in https://learn.microsoft.com/en-us/uwp/api/windows.storage.pickers.filesavepicker#in-a-desktop-app-that-requires-elevation (see also #2504), apps should use the WinRT file pickers when run non-elevated and the Common Item Dialogs (IFileDialog) when run elevated. Which method should be used to determine if running elevated or not?
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
DHancock
Aug 2, 2023
Replies: 1 comment 3 replies
-
If you require an unmanged version, the runtime installer (and others) use this: https://github.com/microsoft/WindowsAppSDK/blob/main/dev/Common/Security.IntegrityLevel.h |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lb90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you require an unmanged version, the runtime installer (and others) use this:
https://github.com/microsoft/WindowsAppSDK/blob/main/dev/Common/Security.IntegrityLevel.h