Skip to content

Commit 1749d2c

Browse files
tesujimcleanbyron
authored andcommitted
Make trailing \ noticeable (#24)
1 parent f154d03 commit 1749d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-api-src/content/shlobj_core/nf-shlobj_core-shgetfolderpathw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Retrieve the folder's default path.
130130

131131
Type: <b>LPTSTR</b>
132132

133-
A pointer to a <b>null</b>-terminated string of length MAX_PATH which will receive the path. If an error occurs or S_FALSE is returned, this string will be empty. The returned path does not include a trailing backslash. For example, "C:\Users" is returned rather than "C:\Users\".
133+
A pointer to a <b>null</b>-terminated string of length MAX_PATH which will receive the path. If an error occurs or S_FALSE is returned, this string will be empty. The returned path does not include a trailing backslash. For example, "C:\Users" is returned rather than "C:\Users\\".
134134

135135

136136
##### - dwFlags.SHGFP_TYPE_CURRENT

0 commit comments

Comments
 (0)