Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 3.51 KB

nf-wuapi-iupdate-get_supporturl.md

File metadata and controls

68 lines (57 loc) · 3.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wuapi.IUpdate.get_SupportUrl
IUpdate::get_SupportUrl (wuapi.h)
Gets a hyperlink to the language-specific support information for the update.
IUpdate interface [Windows Update Agent]
SupportUrl property
IUpdate.SupportUrl
IUpdate.get_SupportUrl
IUpdate::SupportUrl
IUpdate::get_SupportUrl
SupportUrl property [Windows Update Agent]
SupportUrl property [Windows Update Agent]
IUpdate interface
get_SupportUrl
wua.iupdate_supporturl
wuapi/IUpdate::SupportUrl
wuapi/IUpdate::get_SupportUrl
wua\iupdate_supporturl.htm
wua
c4734e71-a64d-4231-80ed-1ee2bcc98ce1
12/05/2018
IUpdate interface [Windows Update Agent],SupportUrl property, IUpdate.SupportUrl, IUpdate.get_SupportUrl, IUpdate::SupportUrl, IUpdate::get_SupportUrl, SupportUrl property [Windows Update Agent], SupportUrl property [Windows Update Agent],IUpdate interface, get_SupportUrl, wua.iupdate_supporturl, wuapi/IUpdate::SupportUrl, wuapi/IUpdate::get_SupportUrl
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Wuguid.lib
Wuapi.dll
Windows
19H1
IUpdate::get_SupportUrl
wuapi/IUpdate::get_SupportUrl
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdate.SupportUrl
IUpdate.get_SupportUrl

IUpdate::get_SupportUrl

-description

Gets a hyperlink to the language-specific support information for the update.

This property is read-only.

-parameters

-remarks

If the IUpdateSearcher interface is created by using the IUpdateSession::CreateUpdateSearcher method, the information that this property returns is for the language that is specified by the UserLocale property. This is the UserLocale property of the IUpdateSession2 interface of the session that is used to create IUpdateSearcher.

If a language preference is not specified by the UserLocale property of IUpdateSession2, or if the IUpdateSearcher interface is not created by using IUpdateSession::CreateUpdateSearcher, the information that is returned by this property is for the default user interface (UI) language of the user. If the default UI language of the user is unavailable, Windows Update Agent (WUA) uses the default UI language of the computer. If the default language of the computer is unavailable, WUA uses the language that the provider of the update recommends.

-see-also

IUpdate