Skip to content

Commit 7b06950

Browse files
authored
L25833: Escaping \ and * characters
Hello, @mikeblome , Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent d285555 commit 7b06950

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mfc/reference/cinternetsession-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,10 @@ CStdioFile* OpenURL(
461461

462462
|URL type|Returns|
463463
|--------------|-------------|
464-
|file://|**CStdioFile\***|
465-
|http://|**CHttpFile\***|
466-
|gopher://|**CGopherFile\***|
467-
|ftp://|**CInternetFile\***|
464+
|file://|**CStdioFile\\\***|
465+
|http://|**CHttpFile\\\***|
466+
|gopher://|**CGopherFile\\\***|
467+
|ftp://|**CInternetFile\\\***|
468468

469469
### Remarks
470470
The parameter `dwFlags` must include either **INTERNET_FLAG_TRANSFER_ASCII** or **INTERNET_FLAG_TRANSFER_BINARY**, but not both. The remaining flags can be combined with the bitwise `OR` operator ( **|**).

0 commit comments

Comments
 (0)