SECFDIFrameWnd Class
class SECFDIFrameWnd: public SECFrameWnd
SECFDIFrameWnd is derived from SECFrameWnd. The SECFDIFrameWnd class is the base class for the main frame of an FDI-based application. If you are converting an MDI application to FDI, change the base class of your main frame from CMDIFrameWnd to SECFDIFrameWnd. SECFDIFrameWnd adds support for a window recently used list on the "Window" menu as well as a "Windows..." dialog. This class introduces no member functions or variables which are meant to be called or overridden.
Defined in: fdimain.h
Comments
See the FDI sample in the \SAMPLES\TOOLKIT\STANDARD\MDI directory for a demonstration of this class.
See Also