COleConvertDialog ( COleClientItem* pItem, DWORD dwFlags = CF_SELECTCONVERTTO, CLSID FAR* pClassID = NULL, CWnd* pParentWnd = NULL );
Parameters
pItem
Points to the item to be converted or activated.
dwFlags
Creation flag, which contains any number of the following values combined using the bitwise-or operator:
pClassID
Points to the CLSID of the item to be converted or activated. If NULL, the CLSID associated with pItem will be used.
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
Constructs only a COleConvertDialog object. To display the dialog box, call the DoModal function.
For more information, see CLSID Key and the OLEUICONVERT structure.
COleConvertDialog Overview | Class Members | Hierarchy Chart
See Also COleConvertDialog::DoModal, COleConvertDialog::m_cv