Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 3.5 KB

nf-wuapi-iupdate-get_eulatext.md

File metadata and controls

68 lines (57 loc) · 3.5 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_EulaText
IUpdate::get_EulaText (wuapi.h)
Gets the full localized text of the Microsoft Software License Terms that are associated with the update.
EulaText property [Windows Update Agent]
EulaText property [Windows Update Agent]
IUpdate interface
IUpdate interface [Windows Update Agent]
EulaText property
IUpdate.EulaText
IUpdate.get_EulaText
IUpdate::EulaText
IUpdate::get_EulaText
get_EulaText
wua.iupdate_eulatext
wuapi/IUpdate::EulaText
wuapi/IUpdate::get_EulaText
wua\iupdate_eulatext.htm
wua
4c3ddc9c-0261-46e8-92df-d125fea46991
12/05/2018
EulaText property [Windows Update Agent], EulaText property [Windows Update Agent],IUpdate interface, IUpdate interface [Windows Update Agent],EulaText property, IUpdate.EulaText, IUpdate.get_EulaText, IUpdate::EulaText, IUpdate::get_EulaText, get_EulaText, wua.iupdate_eulatext, wuapi/IUpdate::EulaText, wuapi/IUpdate::get_EulaText
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_EulaText
wuapi/IUpdate::get_EulaText
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdate.EulaText
IUpdate.get_EulaText

IUpdate::get_EulaText

-description

Gets the full localized text of the Microsoft Software License Terms that are associated with 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