SECEditView::OnCreate
intSECEditView::OnCreate(void)
WM_CREATE handler
Defined in: SECEditView.cpp
Return Value
0 for success, non zero for failure.
Developer Notes
This gets the model for this view, by calling GetEdit and assigns this model to the viewport. This routine also registers the drop target. be overridden in a derived class to return a valid pointer.See Also