Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.34 KB

coledialog-class.md

File metadata and controls

88 lines (52 loc) · 2.34 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: COleDialog Class
COleDialog Class
11/04/2016
COleDialog
AFXODLGS/COleDialog
AFXODLGS/COleDialog::GetLastError
COleDialog [MFC], GetLastError
b1ed0aca-3914-4b00-af34-4a4fb491aec7

COleDialog Class

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

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

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.

See also

CCommonDialog Class
Hierarchy Chart