CFrameWnd::GetActiveFrame

This method returns the this pointer.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual CFrameWnd* GetActiveFrame( );

Remarks

Windows CE does not support multiple document interface (MDI). This method behaves the same way under Windows CE as it does for single document interface (SDI) applications on the Windows-based desktop platforms.

See Also

CFrameWnd::GetActiveView, CFrameWnd::GetActiveDocument, CMDIFrameWnd