From 69ae96a6404ed9c23608c0cc20c36b430931c72d Mon Sep 17 00:00:00 2001 From: ihor-kitsa <196229601+ihor-kitsa@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:21:59 +0200 Subject: [PATCH 1/3] Remove superfluous asterisk escape in nf-winuser-dlgdirlistcomboboxw.md --- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md index 8d57f5ace7cf..862ecf3c41a9 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md @@ -72,7 +72,7 @@ A pointer to a buffer containing a null-terminated string that specifies an abso The function splits the string into a directory and a file name. The function searches the directory for names that match the file name. If the string does not specify a directory, the function searches the current directory. -If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (\*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. +If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. ### -param nIDComboBox [in] From 04e93a985eb8d46bc446f99c9b8ea9da69ea3211 Mon Sep 17 00:00:00 2001 From: ihor-kitsa <196229601+ihor-kitsa@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:23:37 +0200 Subject: [PATCH 2/3] Remove superfluous asterisk escape in nf-winuser-dlgdirlistcomboboxa.md --- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md index 3c674420a54e..7c0f851bd9da 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md @@ -72,7 +72,7 @@ A pointer to a buffer containing a null-terminated string that specifies an abso The function splits the string into a directory and a file name. The function searches the directory for names that match the file name. If the string does not specify a directory, the function searches the current directory. -If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (\*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. +If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. ### -param nIDComboBox [in] From cdaf4e15690925ef9d4812411c7c881a84fb935d Mon Sep 17 00:00:00 2001 From: Jim Walker Date: Tue, 4 Feb 2025 16:11:10 -0700 Subject: [PATCH 3/3] Fix markdown escape characters in documentation --- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md | 2 +- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md index 7c0f851bd9da..47c28db3dbf4 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md @@ -72,7 +72,7 @@ A pointer to a buffer containing a null-terminated string that specifies an abso The function splits the string into a directory and a file name. The function searches the directory for names that match the file name. If the string does not specify a directory, the function searches the current directory. -If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. +If the string includes a file name, the file name must contain at least one wildcard character (? or *). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. ### -param nIDComboBox [in] diff --git a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md index 862ecf3c41a9..817787965f3e 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md @@ -72,7 +72,7 @@ A pointer to a buffer containing a null-terminated string that specifies an abso The function splits the string into a directory and a file name. The function searches the directory for names that match the file name. If the string does not specify a directory, the function searches the current directory. -If the string includes a file name, the file name must contain at least one wildcard character (? or \*). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. +If the string includes a file name, the file name must contain at least one wildcard character (? or *). If the string does not include a file name, the function behaves as if you had specified the asterisk wildcard character (*) as the file name. All names in the specified directory that match the file name and have the attributes specified by the uFiletype parameter are added to the list displayed in the combo box. ### -param nIDComboBox [in]