Skip to content

Commit 0308359

Browse files
authored
Fix link to EXCEPTION_POINTERS (#3861)
1 parent 72e7540 commit 0308359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.InteropServices/Marshal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,7 @@
35063506
<Parameters />
35073507
<Docs>
35083508
<summary>Retrieves a computer-independent description of an exception, and information about the state that existed for the thread when the exception occurred.</summary>
3509-
<returns>A pointer to an <see href="https://docs.microsoft.com/windows/desktop/api/winnt/ns-winnt-_exception_pointers">EXCEPTION_POINTERS</see> structure.</returns>
3509+
<returns>A pointer to an <see href="https://docs.microsoft.com/windows/win32/api/winnt/ns-winnt-exception_pointers">EXCEPTION_POINTERS</see> structure.</returns>
35103510
<remarks>
35113511
<format type="text/markdown"><![CDATA[
35123512

0 commit comments

Comments
 (0)