CFrameWndEx::OnCreate
Called by the framework after the frame is created.
afx_msg int OnCreate(
LPCREATESTRUCT lpCreateStruct
);
Parameters
- [in] lpCreateStruct
A pointer to the CREATESTRUCT Structure for the new frame.
Return Value
0 to continue with the frame creation; -1 to destroy the frame.
Requirements
Header: afxframewndex.h