COleLinksDialog::COleLinksDialog

Constructs a COleLinksDialog object.

COleLinksDialog ( 
   COleDocument* pDoc, 
   CView* pView, 
   DWORD dwFlags = 0, 
   CWnd* pParentWnd = NULL  
);

Parameters

  • pDoc
    Points to the OLE document that contains the links to be edited.

  • pView
    Points to the current view on pDoc.

  • dwFlags
    Creation flag, which contains either 0 or ELF_SHOWHELP to specify whether the Help button will be displayed when the dialog box is displayed.

  • pParentWnd
    Points to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the parent window of the dialog box is set to the main application window.

Remarks

This function constructs only a COleLinksDialog object. To display the dialog box, call the DoModal function.

Requirements

Header: afxodlgs.h

See Also

Reference

COleLinksDialog Class

Hierarchy Chart

COleDocument Class

COleLinksDialog::DoModal

CView Class

CWnd Class