Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.34 KB

File metadata and controls

88 lines (52 loc) · 2.34 KB
description Learn more about: COleDialog Class
title COleDialog Class
ms.date 11/04/2016
f1_keywords
COleDialog
AFXODLGS/COleDialog
AFXODLGS/COleDialog::GetLastError
helpviewer_keywords
COleDialog [MFC], GetLastError
ms.assetid 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