Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the new item that was chosen in the Paste Special dialog box.
BOOL CreateItem(
COleClientItem* pNewItem
);
Parameters
- pNewItem
Points to a COleClientItem instance. Cannot be NULL.
Return Value
Nonzero if the item was created successfully; otherwise 0.
Remarks
This function should only be called after DoModal returns IDOK.
Requirements
Header: afxodlgs.h
See Also
Reference
COlePasteSpecialDialog::DoModal
COlePasteSpecialDialog::GetSelectionType
COlePasteSpecialDialog::COlePasteSpecialDialog