Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides functionality common to dialog boxes for OLE.
Syntax
class COleDialog : public CCommonDialog
Members
Public Methods
| Name | Description |
|---|---|
| COleDialog::GetLastError | Gets the error code returned by the dialog box. |
Remarks
The Microsoft Foundation Class Library provides several classes derived from COleDialog:
For more information about OLE-specific dialog boxes, see the article Dialog Boxes in OLE.
Inheritance Hierarchy
COleDialog
Requirements
Header: afxodlgs.h
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.