Skip to content

Commit 858dda3

Browse files
author
Matthew Sebolt
authored
Update casyncsocket-class.md
1 parent 9c4d86e commit 858dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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++ bitwise **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)