COleClientItem::ConvertTo

BOOL ConvertTo( REFCLSID clsidNew );

Return Value

Nonzero if successful; otherwise 0.

Parameters

clsidNew

The class ID of the target type.

Remarks

Call this member function to convert the item to the type specified by clsidNew. This is called automatically by COleConvertDialog. It is not necessary to call it directly.

COleClientItem OverviewClass MembersHierarchy Chart

See Also   COleClientItem::ActivateAs, COleConvertDialog