ILocalizableItemParent

IID_ILocalizableItemParent {148BCE7A-0D60-4254-813F-A4E4EA46DF3F}

The ILocalizableItemParent methods are (as ordered in the virtual function table after the IUnknown methods):

Offset Method
0x0C GetResourceDisplayName
0x10 SetResourceDisplayName
0x14 RemoveResourceDisplayName

with prototypes:

HRESULT GetResourceDisplayName (PCITEMID_CHILD, PWSTR, UINT, INT *);
HRESULT SetResourceDisplayName (PCITEMID_CHILD, PCWSTR, INT);
HRESULT RemoveResourceDisplayName (PCITEMID_CHILD);

Availability

The ILocalizableItemParent interface is implemented in SHELL32.DLL in the version 6.00 from Windows Vista, and higher.

Though new for Windows Vista, this interface is not documented by Microsoft in the January 2007 edition of the Software Development Kit (SDK) for Windows Vista.