--- title: "helpstringdll | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-windows" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords: - "vc-attr.helpstringdll" dev_langs: - "C++" helpviewer_keywords: - "helpstringdll attribute [C++]" ms.assetid: 121271fa-f061-492b-b87f-bbfcf4b02e7b caps.latest.revision: 9 author: "mikeblome" ms.author: "mblome" manager: "ghogen" translation.priority.ht: - "cs-cz" - "de-de" - "es-es" - "fr-fr" - "it-it" - "ja-jp" - "ko-kr" - "pl-pl" - "pt-br" - "ru-ru" - "tr-tr" - "zh-cn" - "zh-tw" --- # helpstringdll Specifies the name of the DLL to use to perform document string lookup (localization). ## Syntax ``` [ helpstringdll( "string" ) ] ``` #### Parameters `string` The DLL to use to perform document string lookup. ## Remarks The **helpstringdll** C++ attribute has the same functionality as the [helpstringdll](http://msdn.microsoft.com/library/windows/desktop/aa366860) MIDL attribute. ## Example ``` // cpp_attr_ref_helpstringdll.cpp // compile with: /LD #include [module(name="MyLib", helpstringdll="xx.dll")]; [object, uuid("00000000-0000-0000-0000-000000000001")] __interface IMyI { HRESULT xxx(); }; ``` ## Requirements ### Attribute Context ||| |-|-| |**Applies to**|**class**, `interface`, interface method| |**Repeatable**|No| |**Required attributes**|None| |**Invalid attributes**|None| For more information, see [Attribute Contexts](../windows/attribute-contexts.md). ## See Also [IDL Attributes](../windows/idl-attributes.md) [Interface Attributes](../windows/interface-attributes.md) [Class Attributes](../windows/class-attributes.md) [Method Attributes](../windows/method-attributes.md)