COlePasteSpecialDialog::CreateItem
Creates the new item that was chosen in the Paste Special dialog box.
BOOL CreateItem(
COleClientItem* pNewItem
);
Параметры
- pNewItem
Points to a COleClientItem instance. Cannot be NULL.
Возвращаемое значение
Nonzero if the item was created successfully; otherwise 0.
Заметки
This function should only be called after DoModal returns IDOK.
Требования
Header: afxodlgs.h
См. также
Основные понятия
COlePasteSpecialDialog Members
COlePasteSpecialDialog::DoModal