From ef4b5402703f3a186b0a08de852e3ac06ef23258 Mon Sep 17 00:00:00 2001 From: ihor-kitsa Date: Thu, 23 Jan 2025 20:04:12 +0200 Subject: [PATCH 1/4] Escape Markdown formatting 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 e451860a881d..ecae5ff54d42 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 735f92791b660d1bf0754962b1ff37a1f271f32f Mon Sep 17 00:00:00 2001 From: ihor-kitsa Date: Thu, 23 Jan 2025 20:55:07 +0200 Subject: [PATCH 2/4] Escape backslash 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 ecae5ff54d42..8d57f5ace7cf 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxw.md @@ -66,7 +66,7 @@ A handle to the dialog box that contains the combo box. Type: LPTSTR -A pointer to a buffer containing a null-terminated string that specifies an absolute path, relative path, or file name. An absolute path can begin with a drive letter (for example, d:\) or a UNC name (for example, \\machinename\sharename). +A pointer to a buffer containing a null-terminated string that specifies an absolute path, relative path, or file name. An absolute path can begin with a drive letter (for example, d:\\) or a UNC name (for example, \\machinename\sharename). From e034b12399465f047e2fb9463fb96eaee8188503 Mon Sep 17 00:00:00 2001 From: ihor-kitsa Date: Thu, 23 Jan 2025 23:17:48 +0200 Subject: [PATCH 3/4] Escape Markdown formatting 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 2de5ad7a7b78..7dcbebac02bc 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 b7802d3a1ab9274f85073bf315b2b97e1c4a56db Mon Sep 17 00:00:00 2001 From: ihor-kitsa Date: Thu, 23 Jan 2025 23:27:46 +0200 Subject: [PATCH 4/4] Escape backslash 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 7dcbebac02bc..3c674420a54e 100644 --- a/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md +++ b/sdk-api-src/content/winuser/nf-winuser-dlgdirlistcomboboxa.md @@ -66,7 +66,7 @@ A handle to the dialog box that contains the combo box. Type: LPTSTR -A pointer to a buffer containing a null-terminated string that specifies an absolute path, relative path, or file name. An absolute path can begin with a drive letter (for example, d:\) or a UNC name (for example, \\machinename\sharename). +A pointer to a buffer containing a null-terminated string that specifies an absolute path, relative path, or file name. An absolute path can begin with a drive letter (for example, d:\\) or a UNC name (for example, \\machinename\sharename).