-
-
Notifications
You must be signed in to change notification settings - Fork 226
Additional functions: EnumDisplayDevices #472
Additional functions: EnumDisplayDevices #472
Conversation
c3f8b0c
to
5dd8d1c
Compare
@AArnott |
@weitzhandler There's a Roslyn Analyzer which can update the API reference. Here's how I got it to work:
It's my experience that this functionality is a bit finicky; sometimes I have to try multiple times before the API is actually updated. |
5dd8d1c
to
a5e417f
Compare
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.
Thanks for contributing. There are a few repo-conforming changes to make, and I'll be happy to merge.
a5e417f
to
b160958
Compare
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.
Awesome. Thanks so much.
b160958
to
d5e9ffe
Compare
d5e9ffe
to
3b51331
Compare
Thank you for your kindness and your detailed explanations! |
Added implementation for the
EnumDisplayDevices
.I wasn't sure how whether you update the shipped/unshipped files manually or with a tool, so I'm waiting for input on that.
Once this gets merged,
EnumDisplaySettings
andChangeDisplaySettings
will be next.