Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 5.02 KB

nf-wuapi-icategory-get_name.md

File metadata and controls

72 lines (59 loc) · 5.02 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.ICategory.get_Name
ICategory::get_Name (wuapi.h)
Gets the localized name of the category.
ICategory interface [Windows Update Agent]
Name property
ICategory.Name
ICategory.get_Name
ICategory::Name
ICategory::get_Name
Name property [Windows Update Agent]
Name property [Windows Update Agent]
ICategory interface
get_Name
wua.icategory_name
wuapi/ICategory::Name
wuapi/ICategory::get_Name
wua\icategory_name.htm
wua
d0975b3f-88b4-4f20-ae1d-e76a8bb23fa1
12/05/2018
ICategory interface [Windows Update Agent],Name property, ICategory.Name, ICategory.get_Name, ICategory::Name, ICategory::get_Name, Name property [Windows Update Agent], Name property [Windows Update Agent],ICategory interface, get_Name, wua.icategory_name, wuapi/ICategory::Name, wuapi/ICategory::get_Name
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
ICategory::get_Name
wuapi/ICategory::get_Name
c++
APIRef
kbSyntax
COM
Wuapi.dll
ICategory.Name
ICategory.get_Name

ICategory::get_Name

-description

Gets the localized name of the category.

This property is read-only.

-parameters

-remarks

A Categories property exists for the IUpdate interface. And, a Categories property exists for the IUpdateHistoryEntry2 interface. Therefore, the information that is used by the localized properties of the ICategory interface depends on the Windows Update Agent (WUA) object that owns the ICategory interface.

If the ICategory interface is returned from the Categories property of IUpdate, the ICategory interface follows the localization rules of the IUpdate interface. In this case, 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 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 the IUpdateSession2 interface, or if the IUpdateSearcher interface is not created by using the IUpdateSession::CreateUpdateSearcher method, the information that this property returns is for the default user interface (UI) language of the user. If the default UI language of the user is unavailable, 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.

If the ICategory interface is returned from the Categories property of the IUpdateHistoryEntry2 interface, the ICategory interface follows the localization rules of the IUpdateHistoryEntry2 interface. The information that this property returns is for the default UI language of the user. If the default UI language of the user is unavailable, 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

ICategory