COlePasteSpecialDialog::COlePasteSpecialDialog

COlePasteSpecialDialog( DWORD dwFlags = PSF_SELECTPASTE, COleDataObject* pDataObject = NULL, CWnd* pParentWnd = NULL );

Parameters

dwFlags

Creation flag, contains any number of the following flags combined using the bitwise-OR operator:

pDataObject

Points to the COleDataObject for pasting. If this value is NULL, it gets the COleDataObject from the Clipboard.

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 only constructs a COlePasteSpecialDialog object. To display the dialog box, call the DoModal function.

For more information, see the OLEUIPASTEFLAG enumerated type in the OLE 2.01 User Interface Library.

COlePasteSpecialDialog OverviewClass MembersHierarchy Chart

See Also   COleDataObject, COlePasteSpecialDialog::DoModal