You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mfc/reference/casyncsocket-class.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1127,7 +1127,7 @@ A buffer for the incoming data.
1127
1127
The length of *`lpBuf`* in bytes.
1128
1128
1129
1129
*`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 (`|`):
1131
1131
1132
1132
-`MSG_PEEK` Peek at the incoming data. The data is copied into the buffer but is not removed from the input queue.
0 commit comments