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
COleChangeSourceDialog::DoModal
COlePasteSpecialDialog::DoModal