-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document System.IO.WindowsRuntimeStorageExtensions #2846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document System.IO.WindowsRuntimeStorageExtensions #2846
Conversation
|
#1962 has the original request. |
rpetrusha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made a few minor changes, @carlossanlop, but this looks good. It's ready to merge once @JeremyKuhne approves.
|
Good to merge @JeremyKuhne? |
|
@JeremyKuhne do my last changes look good to you? We would like your confirmation so we can get this PR merged. It'll only take a minute. |
@JeremyKuhne wrote these. Can you please take a look?
API Proposal: https://github.com/dotnet/corefx/issues/18759
PR: dotnet/corefx#19029
Public information in StackOverflow by MSFT member about the new Windows interfaces: https://stackoverflow.com/questions/42799235/how-can-i-get-a-win32-handle-for-a-storagefile-or-storagefolder-in-uwp#42799236
Files:
https://github.com/dotnet/corefx/blob/master/src/System.Runtime.WindowsRuntime/src/System/IO/WindowsRuntimeStorageExtensions.cs#L179
The public API for IStorageFolderHandleAccess.Create: https://docs.microsoft.com/en-us/windows/win32/api/windowsstoragecom/nf-windowsstoragecom-istoragefolderhandleaccess-create
The public API for IStorageItemHandleAccess.Create: https://docs.microsoft.com/en-us/windows/win32/api/windowsstoragecom/nf-windowsstoragecom-istorageitemhandleaccess-create