Skip to content

Commit 8428301

Browse files
authored
Update metadata in 13 C runtime library topics
1 parent 2fa003c commit 8428301

13 files changed

+18
-23
lines changed

docs/c-runtime-library/reference/cprintf-cprintf-l-cwprintf-cwprintf-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: _cprintf, _cprintf_l, _cwprintf, _cwprintf_l"
32
title: "_cprintf, _cprintf_l, _cwprintf, _cwprintf_l"
4-
ms.date: "3/9/2021"
3+
description: "Learn more about: _cprintf, _cprintf_l, _cwprintf, _cwprintf_l"
4+
ms.date: 3/9/2021
55
api_name: ["_cwprintf_l", "_cprintf_l", "_cwprintf", "_cprintf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/cscanf-s-cscanf-s-l-cwscanf-s-cwscanf-s-l.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _cscanf_s, _cscanf_s_l, _cwscanf_s, _cwscanf_s_l"
32
title: "_cscanf_s, _cscanf_s_l, _cwscanf_s, _cwscanf_s_l"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: _cscanf_s, _cscanf_s_l, _cwscanf_s, _cwscanf_s_l"
4+
ms.date: 11/04/2016
55
api_name: ["_cwscanf_s_l", "_cwscanf_s", "_cscanf_s", "_cscanf_s_l"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["cscanf_s", "cscanf_s_l", "cwscanf_s", "_cwscanf_s", "_tcscanf_s", "_cscanf_s", "_cwscanf_s_l", "_cscanf_s_l", "cwscanf_s_l", "_tcscanf_s_l", "tcscanf_s", "tcscanf_s_l"]
1010
helpviewer_keywords: ["cscanf_s function", "_cwscanf_s_l function", "tcscanf_s function", "console [C++], reading from", "_cscanf_s function", "data [C++], reading from the console", "cwscanf_s function", "_tcscanf_s_l function", "_cscanf_s_l function", "cscanf_s_l function", "cwscanf_s_l function", "reading data [C++], from the console", "_cwscanf_s function", "_tcscanf_s function", "tcscanf_s_l function"]
11-
ms.assetid: 9ccab74d-916f-42a6-93d8-920525efdf4b
1211
---
1312
# `_cscanf_s`, `_cscanf_s_l`, `_cwscanf_s`, `_cwscanf_s_l`
1413

docs/c-runtime-library/reference/cwait.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "_cwait"
33
description: "API reference for the Microsoft Visual C runtime `_cwait()` function."
4-
ms.date: "10/23/2020"
4+
ms.date: 10/23/2020
55
api_name: ["_cwait", "_o__cwait"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-process-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_cwait"]
1010
helpviewer_keywords: ["cwait function", "_cwait function"]
11-
ms.assetid: d9b596b5-45f4-4e03-9896-3f383cb922b8
1211
---
1312
# `_cwait`
1413

docs/c-runtime-library/reference/getch-getwch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "_getch, _getwch"
33
description: "API reference for _getch and _getwch; which get a character from the console without echo."
4-
ms.date: "3/8/2023"
4+
ms.date: 3/8/2023
55
api_name: ["_getch", "_getwch", "_o__getch", "_o__getwch"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/getch-nolock-getwch-nolock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "_getch_nolock, _getwch_nolock"
33
description: "Learn more about: _getch_nolock, _getwch_nolock"
4-
ms.date: "4/2/2020"
4+
ms.date: 4/2/2020
55
api_name: ["_getwch_nolock", "_getch_nolock", "_o__getch_nolock", "_o__getwch_nolock"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/getche-getwche.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "_getche, _getwche"
33
description: "API reference for _getche and _getwche; which get a character from the console with echo."
4-
ms.date: "4/2/2020"
4+
ms.date: 4/2/2020
55
api_name: ["_getwche", "_getche", "_o__getche", "_o__getwche"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["getwche", "_getche", "_getwche"]
1010
helpviewer_keywords: ["characters, getting from console", "_getwche function", "getche function", "console, reading from", "getwche function", "_getche function"]
11-
ms.assetid: eac978a8-c43a-4130-938f-54f12e2a0fda
1211
---
1312
# `_getche`, `_getwche`
1413

docs/c-runtime-library/reference/getche-nolock-getwche-nolock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "_getche_nolock, _getwche_nolock"
33
description: "Learn more about: _getche_nolock, _getwche_nolock"
4-
ms.date: "4/2/2020"
4+
ms.date: 4/2/2020
55
api_name: ["_getche_nolock", "_getwche_nolock", "_o__getche_nolock", "_o__getwche_nolock"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/getdiskfree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: _getdiskfree"
32
title: "_getdiskfree"
3+
description: "Learn more about: _getdiskfree"
44
ms.date: 05/11/2022
55
api_name: ["_getdiskfree", "_o__getdiskfree"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-filesystem-l1-1-0.dll"]

docs/c-runtime-library/reference/getdrive.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _getdrive"
32
title: "_getdrive"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: _getdrive"
4+
ms.date: 4/2/2020
55
api_name: ["_getdrive", "_o__getdrive"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-filesystem-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_getdrive", "getdrive"]
1010
helpviewer_keywords: ["current disk drive", "getdrive function", "disk drives", "_getdrive function"]
11-
ms.assetid: e40631a0-8f1a-4897-90ac-e1037ff30bca
1211
---
1312
# `_getdrive`
1413

docs/c-runtime-library/reference/kbhit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "_kbhit"
33
description: "Learn more about: _kbhit"
4-
ms.date: "4/2/2020"
4+
ms.date: 4/2/2020
55
api_name: ["_kbhit", "_o__kbhit"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
77
api_type: ["DLLExport"]

0 commit comments

Comments
 (0)