◄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. -♦-