다음을 통해 공유


COleLinksDialog::DoModal

virtualintDoModal();

Return Value

Completion status for the dialog box. One of the following values:

  • IDOK if the dialog box was successfully displayed.

  • IDCANCEL if the user canceled the dialog box.

  • IDABORT if an error occurred. If IDABORT is returned, call the COleDialog::GetLastError member function to get more information about the type of error that occurred. For a listing of possible errors, see the function in the OLE 2.01 User Interface Library.

Remarks

Call this function to display the OLE Edit Links dialog box.

If you want to initialize the various dialog box controls by setting members of the m_el structure, you should do it before calling DoModal, but after the dialog object is constructed.

COleLinksDialog OverviewClass MembersHierarchy Chart

See Also   COleDialog::GetLastError, CDialog::DoModal, COleLinksDialog::m_el