COleServerItem::IsConnected

Call this function to see if the OLE item is connected.

BOOL IsConnected( ) const;

Return Value

Nonzero if the item is connected; otherwise 0.

Remarks

An OLE item is considered connected if one or more containers have references to the item. An item is connected if its reference count is greater than 0 or if it is an embedded item.

Requirements

Header: afxole.h

See Also

Reference

COleServerItem Class

Hierarchy Chart

COleServerItem::IsLinkedItem

COleLinkingDoc::OnGetLinkedItem