-
Notifications
You must be signed in to change notification settings - Fork 137
Add new Retained attribute to OVERLAPPED parameters #1792
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
Conversation
AArnott
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.
This looks good. But what about DeviceIoControl? Are there other APIs that use OVERLAPPED pointers that we should include in this?
|
Thanks for the ping. I can add those to this PR too. Standby. |
|
@riverar any update? |
|
Catching up on PRs, good timing. Adding now. |
|
Updated. If I missed any APIs, happy to add them. |
Fixes: #1726
Add a new
Retainedattribute to indicate when pointers to structures must remain allocated throughout the lifetime of an asynchronous operation.