COlePasteSpecialDialog::CreateItem

BOOL CreateItem( COleClientItem* pNewItem );

Return Value

Nonzero if the item was created successfully; otherwise 0.

Parameters

pNewItem

Points to a COleClientItem instance. Cannot be NULL.

Remarks

Call this function to create the new item that was chosen in the Paste Special dialog box. This function should only be called after DoModal returns IDOK.

COlePasteSpecialDialog OverviewClass MembersHierarchy Chart

See Also   COleClientItem, COlePasteSpecialDialog::DoModal, COlePasteSpecialDialog::GetSelectionType, COlePasteSpecialDialog::COlePasteSpecialDialog