virtual int DoModal( );
Return Value
Completion status for the dialog box. One of the following values:
Remarks
Call this function to display the OLE Change Source dialog box.
If you want to initialize the various dialog box controls by setting members of the m_cs structure, you should do this before calling DoModal, but after the dialog object is constructed.
If DoModal returns IDOK, you can call member functions to retrieve user-entered settings or information from the dialog box. The following list names typical query functions:
COleChangeSourceDialog Overview | Class Members Hierarchy Chart