-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CreateEventEx: Clarify that zero flags is also OK #1979
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
|
@nir9 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
| ### -param dwFlags [in] | ||
|
|
||
| This parameter can be one or more of the following values. | ||
| This parameter can be zero or more of the following values. |
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.
Revise to: "This parameter can be 0 or one of the following values."
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.
fixed
| ### -param dwFlags [in] | ||
|
|
||
| This parameter can be one or more of the following values. | ||
| This parameter can be zero or more of the following values. |
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.
Revise to: "This parameter can be 0 or one of the following values."
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.
fixed
|
Hi @nir9 - I've added comments to your requested revisions as I'm unable to edit the files in your PR from a fork. I suggest you use our standard edit and PR process for future updates. Thanks. |
|
@Karl-Bridge-Microsoft Roger will take note for next times, fixed the CR comments. |
Clarify that it is also possible to pass zero flags to the
dwFlagsparam and it is not required to pass at least one of the flags. Similar to how it is written inCreateMutexExWConfirmed that passing zero flags works as expected with WinObj: