Updates all links in the link container and displays a dialog box that shows the progress of the updating process. The process is stopped if the user presses the Stop button or when all links are processed.
BOOL OleUIUpdateLink(
LPOLEUILINKCONTAINER lpOleUILinkCntr,
//Pointer to the link container
HWND hwndParent, //Dialog box's parent window
LPTSTR lpszTitle, //pointer to the dialog box title
int cLinks //Number of links
);
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oledlg.h.
Import Library: Included as a resource in oledlg.dll.
IOleUILinkContainer::GetLinkUpdateOptions, IOleUILinkContainer::UpdateLink