Skip to content

Commit 274e94f

Browse files
authored
Merge pull request #932 from v-maudel/patch-9
L25833: Escaping \ and * characters
2 parents d285555 + 7b06950 commit 274e94f

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)