From 09e3f9666318001148719e4514dadea5fae1eec5 Mon Sep 17 00:00:00 2001 From: ihor-kitsa <196229601+ihor-kitsa@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:20:50 +0300 Subject: [PATCH 1/2] Escape Markdown formatting --- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md | 3 ++- 1 file changed, 2 insertions(+), 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 dd9b5eafc2c..3476329c5ed 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md @@ -75,7 +75,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] @@ -237,3 +237,4 @@ Windows 95 or later: DlgDirListComboBoxW is supported by the Microsoft L Reference + From d660f29b1a425c4e8d0983abbdf2bfbed0497392 Mon Sep 17 00:00:00 2001 From: ihor-kitsa <196229601+ihor-kitsa@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:22:10 +0300 Subject: [PATCH 2/2] Escape Markdown formatting --- sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md | 3 ++- 1 file changed, 2 insertions(+), 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 0a6938fc226..6d0f9e0acbd 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md @@ -75,7 +75,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] @@ -235,3 +235,4 @@ Windows 95 or later: DlgDirListComboBoxW is supported by the Microsoft L Reference +