Skip to content

Commit 755fee7

Browse files
Merge pull request MicrosoftDocs#1928 from matrohin/patch-1
Fix CWnd::FromHandlePermanent description
2 parents 5a778ba + bc7b089 commit 755fee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/cwnd-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class CWnd : public CCmdTarget
8787
|[CWnd::FlashWindow](#flashwindow)|Flashes the window once.|
8888
|[CWnd::FlashWindowEx](#flashwindowex)|Flashes the window with additional functionality.|
8989
|[CWnd::FromHandle](#fromhandle)|Returns a pointer to a `CWnd` object when given a handle to a window. If a `CWnd` object is not attached to the handle, a temporary `CWnd` object is created and attached.|
90-
|[CWnd::FromHandlePermanent](#fromhandlepermanent)|Returns a pointer to a `CWnd` object when given a handle to a window. If a `CWnd` object is not attached to the handle, a temporary `CWnd` object is created and attached.|
90+
|[CWnd::FromHandlePermanent](#fromhandlepermanent)|Returns a pointer to a `CWnd` object when given a handle to a window.|
9191
|[CWnd::get_accChild](#get_accchild)|Called by the framework to retrieve the address of an `IDispatch` interface for the specified child.|
9292
|[CWnd::get_accChildCount](#get_accchildcount)|Called by the framework to retrieve the number of children belonging to this object.|
9393
|[CWnd::get_accDefaultAction](#get_accdefaultaction)|Called by the framework to retrieve a string that describes the object's default action.|

0 commit comments

Comments
 (0)