Skip to content
Open
Show file tree
Hide file tree
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-arm64_nt_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Contains processor-specific register data. The system uses <b>CONTEXT</b> struct
| Architecture | API reference page |
|--------------|--------------------|
| x86 64-bit | [CONTEXT structure (x86 64-bit)](ns-winnt-context.md) |
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context~r2.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context~r1.md) |
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context-r2.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context-r1.md) |


## -struct-fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Contains processor-specific register data. The system uses <b>CONTEXT</b> struct
| Architecture | API reference page |
|--------------|--------------------|
| x86 64-bit | [CONTEXT structure (x86 64-bit)](ns-winnt-context.md) |
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context~r2.md) |
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context-r2.md) |
| Arm64 | [ARM64_NT_CONTEXT structure](ns-winnt-arm64_nt_context.md) |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Contains processor-specific register data. The system uses <b>CONTEXT</b> struct
| Architecture | API reference page |
|--------------|--------------------|
| x86 64-bit | [CONTEXT structure (x86 64-bit)](ns-winnt-context.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context~r1.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context-r1.md) |
| Arm64 | [ARM64_NT_CONTEXT structure](ns-winnt-arm64_nt_context.md) |


Expand Down
4 changes: 2 additions & 2 deletions sdk-api-src/content/winnt/ns-winnt-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Contains processor-specific register data. The system uses <b>CONTEXT</b> struct

| Architecture | API reference page |
|--------------|--------------------|
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context~r2.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context~r1.md) |
| x86 32-bit | [CONTEXT structure (x86 32-bit)](ns-winnt-context-r2.md) |
| Arm32 | [CONTEXT structure (Arm32)](ns-winnt-context-r1.md) |
| Arm64 | [ARM64_NT_CONTEXT structure](ns-winnt-arm64_nt_context.md) |


Expand Down