CFrameWnd::GetActiveFrame

In MFC for Windows CE, this function returns the this pointer.

Syntax

virtual CFrameWnd* GetActiveFrame( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE doesn't support multiple document interface (MDI). This function behaves the same way under Windows CE as it does for single document interface (SDI) applications on the desktop Windows platforms.

See Also

CFrameWnd Overview, CFrameWnd Member Functions, Frame Windows and Splitter Windows, CFrameWnd::GetActiveView, CFrameWnd::GetActiveDocument, CMDIFrameWnd