Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleClientItem::GetLinkUpdateOptions
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  OLEOPT_UPDATE GetLinkUpdateOptions();
 
  Remarks
 
  Returns the current value of the link-update option for this item. This
  value may be one of the following:
  Value              Meaning
 
  oleupdate_always   Update the linked object whenever possible. This
                     option supports the Automatic link-update radio
                     button in the Links dialog box.
 
  oleupdate_onsave   Update the linked object when the source document is
                     saved by the server.
 
  oleupdate_oncall   Update the linked object only on request from the
                     client application. This option supports the Manual
                     link-update radio button in the Links dialog box.
 
 
                                     -♦-