Skip to content

Latest commit

 

History

History
112 lines (81 loc) · 2.9 KB

File metadata and controls

112 lines (81 loc) · 2.9 KB
title COleDialog Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
COleDialog
AFXODLGS/COleDialog
AFXODLGS/COleDialog::GetLastError
dev_langs
C++
helpviewer_keywords
OLE dialog boxes, base class
dialog boxes, OLE
COleDialog class
ms.assetid b1ed0aca-3914-4b00-af34-4a4fb491aec7
caps.latest.revision 21
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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