Share via


COleChangeSourceDialog::COleChangeSourceDialog

This function constructs a COleChangeSourceDialog object.

explicit 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

To display the dialog box, call the DoModal function.

For more information, see the OLEUICHANGESOURCE structure and OleUIChangeSource function in Windows SDK.

Requirements

Header: afxodlgs.h

See Also

Reference

COleChangeSourceDialog Class

Hierarchy Chart