Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
AfxOleLinksDialog
                                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  BOOL AfxOleLinksDialog( COleClientDoc* pDoc );
 
  Parameter   Description
 
  <pDoc>      A pointer to the OLE client document that contains the
              links.
 
  Remarks
 
  This global function allows the user to update this client's OLE links.
 
  You must have the following statements in your client application's
  resource (.RC) file:
  #include <afxoleui.h>
 
  #include <afxres.h>
 
  #include <afxoleui.rc>
 
 
  Return Value
 
  TRUE if successful; otherwise FALSE. Returns FALSE if the required
  dialog resource cannot be found.
 
 
                                     -♦-