COleDialog::GetLastError

Call the GetLastError member function to get additional error information when DoModal returns IDABORT.

UINT GetLastError( ) const;

Return Value

The error codes returned by GetLastError depend on the specific dialog box displayed.

Remarks

See the DoModal member function in the derived classes for information about specific error messages.

Requirements

Header: afxodlgs.h

See Also

Reference

COleDialog Class

Hierarchy Chart

COleBusyDialog::DoModal

COleChangeIconDialog::DoModal

COleChangeSourceDialog::DoModal

COleConvertDialog::DoModal

COleInsertDialog::DoModal

COleLinksDialog::DoModal

COlePasteSpecialDialog::DoModal

COlePropertiesDialog::DoModal

COleUpdateDialog::DoModal

Other Resources

COleDialog Members