Skip to content

Update nf-synchapi-createeventa.md #1500

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

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/synchapi/nf-synchapi-createeventa.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The <b>lpSecurityDescriptor</b> member of the structure specifies a

If this parameter is <b>TRUE</b>, the function creates a manual-reset event object, which requires the use of the
<a href="/windows/desktop/api/synchapi/nf-synchapi-resetevent">ResetEvent</a> function to set the event state to nonsignaled. If
this parameter is <b>FALSE</b>, the function creates an auto-reset event object, and system automatically resets the
this parameter is <b>FALSE</b>, the function creates an auto-reset event object, and the system automatically resets the
event state to nonsignaled after a single waiting thread has been released.

### -param bInitialState [in]
Expand Down