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.
Call this function, after returning successfully from DoModal, either to convert or to activate an object of type COleClientItem.
BOOL DoConvert(
COleClientItem* pItem
);
Parameters
- pItem
Points to the item to be converted or activated. Cannot be NULL.
Return Value
Nonzero if successful; otherwise 0.
Remarks
The item is converted or activated according to the information selected by the user in the Convert dialog box.
Requirements
Header: afxodlgs.h
See Also
Reference
COleConvertDialog::GetSelectionType