COleChangeSourceDialog( COleClientItem* pItem, CWnd* pParentWnd = NULL );
Parameters
pItem
Pointer to the linked COleClientItem whose source is to be updated.
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 will be set to the main application window.
Remarks
This function constructs a COleChangeSourceDialog object. To display the dialog box, call the DoModal function.
For more information, see the OLEUICHANGESOURCE structure and OleUIChangeSource function in OLE 2.01 User Interface Library.
COleChangeSourceDialog Overview | Class Members | Hierarchy Chart