Skip to content

Commit 789adc7

Browse files
author
Matthew Sebolt
authored
Update casyncsocket-class.md
1 parent 27362c1 commit 789adc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/reference/casyncsocket-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ A buffer for the incoming data.
11271127
The length of *`lpBuf`* in bytes.
11281128

11291129
*`nFlags`*<br/>
1130-
Specifies the way in which the call is made. The semantics of this function are determined by the socket options and the *`nFlags`* parameter. The latter is constructed by combining any of the following values with the C++ logical **OR** operator (`||`):
1130+
Specifies the way in which the call is made. The semantics of this function are determined by the socket options and the *`nFlags`* parameter. The latter is constructed by combining any of the following values with the C++ logical **OR** operator (`|`):
11311131

11321132
- `MSG_PEEK` Peek at the incoming data. The data is copied into the buffer but is not removed from the input queue.
11331133

0 commit comments

Comments
 (0)