Skip to content

Fix minor typo #1005

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
4 changes: 2 additions & 2 deletions sdk-api-src/content/winnt/ns-winnt-exception_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ An array of additional arguments that describe the exception. The
The first element of the array contains a read-write flag that indicates the type of operation that caused the access violation. If this value is zero, the thread attempted to read the inaccessible data. If this value is 1, the thread attempted to write to an inaccessible address.


If this value is 8, the thread causes a user-mode data execution prevention (DEP) violation.
If this value is 8, the thread caused a user-mode data execution prevention (DEP) violation.

The second array element specifies the virtual address of the inaccessible data.

Expand All @@ -353,7 +353,7 @@ The second array element specifies the virtual address of the inaccessible data.
The first element of the array contains a read-write flag that indicates the type of operation that caused the access violation. If this value is zero, the thread attempted to read the inaccessible data. If this value is 1, the thread attempted to write to an inaccessible address.


If this value is 8, the thread causes a user-mode data execution prevention (DEP) violation.
If this value is 8, the thread caused a user-mode data execution prevention (DEP) violation.

The second array element specifies the virtual address of the inaccessible data.

Expand Down