CWnd::GetWindowInfo

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CWnd::GetWindowInfo

Retrieves information about the window.

BOOL GetWindowInfo(
   PWINDOWINFO pwi
) const;
Parameters

pwi

A pointer to a WINDOWINFO structure.

Remarks

This member function emulates the functionality of the function GetWindowInfo, as described in the Windows SDK.

Requirements

Header: afxwin.h

See Also

Reference

Concepts