COleClientItem::GetLinkUpdateOptions

OLEUPDATEGetLinkUpdateOptions();

Return Value

One of the following values:

  • OLEUPDATE_ALWAYS   Update the linked item whenever possible. This option supports the Automatic link-update radio button in the Links dialog box.

  • OLEUPDATE_ONCALL   Update the linked item only on request from the container application (when the UpdateLink member function is called). This option supports the Manual link-update radio button in the Links dialog box.

Remarks

Call this function to get the current value of the link-update option for the OLE item. This is an advanced operation.

This function is called automatically by the COleLinksDialog class.

For more information, see in the OLE documentation.

COleClientItem OverviewClass MembersHierarchy Chart

See Also   COleClientItem::SetLinkUpdateOptions, COleLinksDialog