Skip to content

Commit 923abcf

Browse files
authored
fix link to SystemParametersInfo (#3798)
* fix broken link * fix broken links * fix broken link * add/fix link
1 parent b69b2b6 commit 923abcf

File tree

3 files changed

+64
-34
lines changed

3 files changed

+64
-34
lines changed

xml/System.Windows.Forms/SystemInformation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Remarks
2424
The <xref:System.Windows.Forms.SystemInformation> class provides `static` properties that can be used to get information about the current system environment. The class provides access to information such as Windows display element sizes, operating system settings, network availability, and the capabilities of hardware installed on the system. This class cannot be instantiated.
2525
26-
For more information about system-wide parameters, see "SystemParametersInfo" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com).
26+
For more information about system-wide parameters, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
2727
2828
2929
@@ -3236,7 +3236,7 @@
32363236
<format type="text/markdown"><![CDATA[
32373237
32383238
## Remarks
3239-
The mouse speed determines how far the pointer will move based on the distance the mouse moves. The value of this property ranges between 1 (slowest) and 20 (fastest). A value of 10 is the default. The value can be set by an end user using the mouse control panel application or by an application using the `SystemParametersInfo` function of the Platform SDK.
3239+
The mouse speed determines how far the pointer will move based on the distance the mouse moves. The value of this property ranges between 1 (slowest) and 20 (fastest). A value of 10 is the default. The value can be set by an end user using the mouse control panel application or by an application using the [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa) function of the Platform SDK.
32403240
32413241
32423242
## Examples
@@ -3361,7 +3361,7 @@
33613361
<format type="text/markdown"><![CDATA[
33623362
33633363
## Remarks
3364-
The <xref:System.Windows.Forms.SystemInformation.MouseWheelScrollLines%2A> property indicates how many lines to scroll, by default, in a multi-line control that has a scroll bar. The corresponding Platform SDK system-wide parameters are SPI_GETWHEELSCROLLLINES and SPI_SETWHEELSCROLLLINES. For more information about system-wide parameters, see "SystemParametersInfo" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
3364+
The <xref:System.Windows.Forms.SystemInformation.MouseWheelScrollLines%2A> property indicates how many lines to scroll, by default, in a multi-line control that has a scroll bar. The corresponding Platform SDK system-wide parameters are SPI_GETWHEELSCROLLLINES and SPI_SETWHEELSCROLLLINES. For more information about system-wide parameters, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
33653365
33663366
> [!NOTE]
33673367
> Be sure to handle the special case that occurs if the "One screen at a time" mouse option is selected. In this case, the <xref:System.Windows.Forms.SystemInformation.MouseWheelScrollLines%2A> property has a value of -1.

xml/System.Windows.Forms/SystemParameter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Remarks
2727
The <xref:System.Windows.Forms.SystemParameter> enumeration is primarily used by the <xref:System.Windows.Forms.OSFeature.IsPresent%2A> method. <xref:System.Windows.Forms.OSFeature.IsPresent%2A> retrieves whether a <xref:System.Windows.Forms.SystemParameter> is supported on the current version of the operating system.
2828
29-
For more information about system-wide parameters, see "SystemParametersInfo" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com).
29+
For more information about system-wide parameters, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
3030
3131
]]></format>
3232
</remarks>

xml/System.Windows/SystemFonts.xml

Lines changed: 60 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<format type="text/markdown"><![CDATA[
4343
4444
## Remarks
45-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
45+
46+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
4647
4748
<a name="xamlAttributeUsage_CaptionFontFamily"></a>
4849
## XAML Attribute Usage
@@ -107,7 +108,8 @@
107108
<format type="text/markdown"><![CDATA[
108109
109110
## Remarks
110-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
111+
112+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
111113
112114
<a name="xamlAttributeUsage_CaptionFontSize"></a>
113115
## XAML Attribute Usage
@@ -172,7 +174,8 @@
172174
<format type="text/markdown"><![CDATA[
173175
174176
## Remarks
175-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
177+
178+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
176179
177180
<a name="xamlAttributeUsage_CaptionFontStyle"></a>
178181
## XAML Attribute Usage
@@ -237,7 +240,8 @@
237240
<format type="text/markdown"><![CDATA[
238241
239242
## Remarks
240-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
243+
244+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
241245
242246
<a name="xamlAttributeUsage_CaptionFontTextDecorations"></a>
243247
## XAML Attribute Usage
@@ -302,7 +306,8 @@
302306
<format type="text/markdown"><![CDATA[
303307
304308
## Remarks
305-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
309+
310+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
306311
307312
<a name="xamlAttributeUsage_CaptionFontWeight"></a>
308313
## XAML Attribute Usage
@@ -367,7 +372,8 @@
367372
<format type="text/markdown"><![CDATA[
368373
369374
## Remarks
370-
Obtain the font information from SPI_GETICONTITLELOGFONT. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
375+
376+
Obtain the font information from SPI_GETICONTITLELOGFONT. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
371377
372378
<a name="xamlAttributeUsage_IconFontFamily"></a>
373379
## XAML Attribute Usage
@@ -432,7 +438,8 @@
432438
<format type="text/markdown"><![CDATA[
433439
434440
## Remarks
435-
Obtain the font information from SPI_GETICONTITLELOGFONT. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
441+
442+
Obtain the font information from SPI_GETICONTITLELOGFONT. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
436443
437444
<a name="xamlAttributeUsage_IconFontSize"></a>
438445
## XAML Attribute Usage
@@ -497,7 +504,8 @@
497504
<format type="text/markdown"><![CDATA[
498505
499506
## Remarks
500-
Obtain the font information from SPI_GETICONTITLELOGFONT. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
507+
508+
Obtain the font information from SPI_GETICONTITLELOGFONT. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
501509
502510
<a name="xamlAttributeUsage_IconFontStyle"></a>
503511
## XAML Attribute Usage
@@ -562,7 +570,8 @@
562570
<format type="text/markdown"><![CDATA[
563571
564572
## Remarks
565-
Obtain the font information from SPI_GETICONTITLELOGFONT. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
573+
574+
Obtain the font information from SPI_GETICONTITLELOGFONT. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
566575
567576
<a name="xamlAttributeUsage_IconFontTextDecorations"></a>
568577
## XAML Attribute Usage
@@ -627,7 +636,8 @@
627636
<format type="text/markdown"><![CDATA[
628637
629638
## Remarks
630-
Obtain the font information from SPI_GETICONTITLELOGFONT. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
639+
640+
Obtain the font information from SPI_GETICONTITLELOGFONT. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
631641
632642
<a name="xamlAttributeUsage_IconFontWeight"></a>
633643
## XAML Attribute Usage
@@ -692,7 +702,8 @@
692702
<format type="text/markdown"><![CDATA[
693703
694704
## Remarks
695-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
705+
706+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
696707
697708
<a name="xamlAttributeUsage_MenuFontFamily"></a>
698709
## XAML Attribute Usage
@@ -757,7 +768,8 @@
757768
<format type="text/markdown"><![CDATA[
758769
759770
## Remarks
760-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
771+
772+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
761773
762774
<a name="xamlAttributeUsage_MenuFontSize"></a>
763775
## XAML Attribute Usage
@@ -822,7 +834,8 @@
822834
<format type="text/markdown"><![CDATA[
823835
824836
## Remarks
825-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
837+
838+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
826839
827840
<a name="xamlAttributeUsage_MenuFontStyle"></a>
828841
## XAML Attribute Usage
@@ -887,7 +900,8 @@
887900
<format type="text/markdown"><![CDATA[
888901
889902
## Remarks
890-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
903+
904+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
891905
892906
<a name="xamlAttributeUsage_MenuFontTextDecorations"></a>
893907
## XAML Attribute Usage
@@ -952,7 +966,8 @@
952966
<format type="text/markdown"><![CDATA[
953967
954968
## Remarks
955-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
969+
970+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
956971
957972
<a name="xamlAttributeUsage_MenuFontWeight"></a>
958973
## XAML Attribute Usage
@@ -1017,7 +1032,8 @@
10171032
<format type="text/markdown"><![CDATA[
10181033
10191034
## Remarks
1020-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1035+
1036+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
10211037
10221038
<a name="xamlAttributeUsage_MessageFontFamily"></a>
10231039
## XAML Attribute Usage
@@ -1082,7 +1098,8 @@
10821098
<format type="text/markdown"><![CDATA[
10831099
10841100
## Remarks
1085-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1101+
1102+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
10861103
10871104
<a name="xamlAttributeUsage_MessageFontSize"></a>
10881105
## XAML Attribute Usage
@@ -1147,7 +1164,8 @@
11471164
<format type="text/markdown"><![CDATA[
11481165
11491166
## Remarks
1150-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1167+
1168+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
11511169
11521170
<a name="xamlAttributeUsage_MessageFontStyle"></a>
11531171
## XAML Attribute Usage
@@ -1212,7 +1230,8 @@
12121230
<format type="text/markdown"><![CDATA[
12131231
12141232
## Remarks
1215-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1233+
1234+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
12161235
12171236
<a name="xamlAttributeUsage_MessageFontTextDecorations"></a>
12181237
## XAML Attribute Usage
@@ -1277,7 +1296,8 @@
12771296
<format type="text/markdown"><![CDATA[
12781297
12791298
## Remarks
1280-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1299+
1300+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
12811301
12821302
<a name="xamlAttributeUsage_MessageFontWeight"></a>
12831303
## XAML Attribute Usage
@@ -1342,7 +1362,8 @@
13421362
<format type="text/markdown"><![CDATA[
13431363
13441364
## Remarks
1345-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1365+
1366+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
13461367
13471368
<a name="xamlAttributeUsage_SmallCaptionFontFamily"></a>
13481369
## XAML Attribute Usage
@@ -1407,7 +1428,8 @@
14071428
<format type="text/markdown"><![CDATA[
14081429
14091430
## Remarks
1410-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1431+
1432+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
14111433
14121434
<a name="xamlAttributeUsage_SmallCaptionFontSize"></a>
14131435
## XAML Attribute Usage
@@ -1472,7 +1494,8 @@
14721494
<format type="text/markdown"><![CDATA[
14731495
14741496
## Remarks
1475-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1497+
1498+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
14761499
14771500
<a name="xamlAttributeUsage_SmallCaptionFontStyle"></a>
14781501
## XAML Attribute Usage
@@ -1537,7 +1560,8 @@
15371560
<format type="text/markdown"><![CDATA[
15381561
15391562
## Remarks
1540-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1563+
1564+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
15411565
15421566
<a name="xamlAttributeUsage_SmallCaptionFontTextDecorations"></a>
15431567
## XAML Attribute Usage
@@ -1602,7 +1626,8 @@
16021626
<format type="text/markdown"><![CDATA[
16031627
16041628
## Remarks
1605-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1629+
1630+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
16061631
16071632
<a name="xamlAttributeUsage_SmallCaptionFontWeight"></a>
16081633
## XAML Attribute Usage
@@ -1667,7 +1692,8 @@
16671692
<format type="text/markdown"><![CDATA[
16681693
16691694
## Remarks
1670-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1695+
1696+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
16711697
16721698
<a name="xamlAttributeUsage_StatusFontFamily"></a>
16731699
## XAML Attribute Usage
@@ -1732,7 +1758,8 @@
17321758
<format type="text/markdown"><![CDATA[
17331759
17341760
## Remarks
1735-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1761+
1762+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
17361763
17371764
<a name="xamlAttributeUsage_StatusFontSize"></a>
17381765
## XAML Attribute Usage
@@ -1797,7 +1824,8 @@
17971824
<format type="text/markdown"><![CDATA[
17981825
17991826
## Remarks
1800-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1827+
1828+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
18011829
18021830
<a name="xamlAttributeUsage_StatusFontStyle"></a>
18031831
## XAML Attribute Usage
@@ -1862,7 +1890,8 @@
18621890
<format type="text/markdown"><![CDATA[
18631891
18641892
## Remarks
1865-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1893+
1894+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
18661895
18671896
<a name="xamlAttributeUsage_StatusFontTextDecorations"></a>
18681897
## XAML Attribute Usage
@@ -1927,7 +1956,8 @@
19271956
<format type="text/markdown"><![CDATA[
19281957
19291958
## Remarks
1930-
Obtain the metric from SPI_GETNONCLIENTMETRICS. See [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp).
1959+
1960+
Obtain the metric from SPI_GETNONCLIENTMETRICS. For more information, see [SystemParametersInfo](/windows/win32/api/winuser/nf-winuser-systemparametersinfoa).
19311961
19321962
<a name="xamlAttributeUsage_StatusFontWeight"></a>
19331963
## XAML Attribute Usage

0 commit comments

Comments
 (0)