Skip to content

Commit 349239e

Browse files
author
msebolt
committed
latest
1 parent a3003cc commit 349239e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mfc/reference/cpropertysheet-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Nonzero if the property sheet is created successfully; otherwise 0.
304304

305305
The call to `Create` can be inside the constructor, or you can call it after the constructor is invoked.
306306

307-
The default style, expressed by passing -1 as *`dwStyle`*, is actually `WS_SYSMENU`|`WS_POPUP`|`WS_CAPTION`|`DS_MODALFRAME`|`DS_CONTEXTHELP`|`WS_VISIBLE`. The default extended window style, expressed by passing 0 as *`dwExStyle`*, is actually `WS_EX_DLGMODALFRAME`.
307+
The default style, expressed by passing -1 as *`dwStyle`*, is actually `WS_SYSMENU|WS_POPUP|WS_CAPTION|DS_MODALFRAME|DS_CONTEXTHELP|WS_VISIBLE`. The default extended window style, expressed by passing 0 as *`dwExStyle`*, is actually `WS_EX_DLGMODALFRAME`.
308308

309309
The `Create` member function returns immediately after creating the property sheet. To destroy the property sheet, call [`CWnd::DestroyWindow`](../../mfc/reference/cwnd-class.md#destroywindow).
310310

docs/mfc/reference/csocket-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ A particular port to be used with the socket, or 0 if you want MFC to select a p
142142
`SOCK_STREAM` or `SOCK_DGRAM`.
143143

144144
*`lpszSocketAddress`*<br/>
145-
A pointer to a string containing the network address of the connected socket, a dotted number such as "128.56.22.8". Passing the `NULL` string for this parameter indicates the `CSocket` instance should listen for client activity on all network interfaces.
145+
A pointer to a string containing the network address of the connected socket, a dotted number such as "128.56.22.8". Passing the NULL string for this parameter indicates the `CSocket` instance should listen for client activity on all network interfaces.
146146

147147
### Return Value
148148

0 commit comments

Comments
 (0)