OleUIUpdateLinks function
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.
Syntax
BOOL OleUIUpdateLinks(
_In_ LPOLEUILINKCONTAINERW lpOleUILinkCntr,
_In_ HWND hwndParent,
_In_ LPTSTR lpszTitle,
_In_ int cLinks
);
Parameters
- lpOleUILinkCntr [in]
-
Pointer to the IOleUILinkContainer interface on the link container.
- hwndParent [in]
-
Parent window of the dialog box.
- lpszTitle [in]
-
Pointer to the title of the dialog box.
- cLinks [in]
-
Total number of links.
Return value
Returns TRUE if the links were successfully updated; otherwise, FALSE.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
OleUIUpdateLinksW (Unicode) and OleUIUpdateLinksA (ANSI) |
See also