Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
staticCWnd*PASCALFromHandlePermanent(HWNDhWnd**);**
Return Value
A pointer to a CWnd object.
Parameters
hWnd
An HWND of a Windows window.
Remarks
Returns a pointer to a CWnd object when given a handle to a window. If a CWnd object is not attached to the handle, NULL is returned.
This function, unlike FromHandle, does not create temporary objects.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::FromHandle