COleConvertDialog::GetClassID

Call this function to get the CLSID associated with the item the user selected in the Convert dialog box.

REFCLSID GetClassID( ) const;

Return Value

The CLSID associated with the item that was selected in the Convert dialog box.

Remarks

Call this function only after DoModal returns IDOK.

For more information, see CLSID Key in the Windows SDK.

Requirements

Header: afxodlgs.h

See Also

Reference

COleConvertDialog Class

Hierarchy Chart

COleConvertDialog::DoModal