COleConvertDialog::DoModal

virtual int DoModal( );

Return Value

Completion status for the dialog box. One of the following values:

Remarks

Call this function to display the OLE Convert dialog box.

If you want to initialize the various dialog box controls by setting members of the m_cv structure, you should do this before calling DoModal, but after the dialog object is constructed.

If DoModal returns IDOK, you can call other member functions to retrieve the settings or information that was input by the user into the dialog box.

COleConvertDialog OverviewClass MembersHierarchy Chart

See Also   COleDialog::GetLastError, CDialog::DoModal, COleConvertDialog::m_cv, COleConvertDialog::DoConvert, COleConvertDialog::GetSelectionType, COleConvertDialog::GetClassID, COleConvertDialog::GetDrawAspect, COleConvertDialog::GetIconicMetafile