Partager via


helpstringdll

Spécifie le nom de la DLL à utiliser pour effectuer la recherche de chaîne de document (localisation).

Syntaxe

[ helpstringdll("string") ]

Paramètres

string
DLL à utiliser pour effectuer une recherche de chaîne de document.

Notes

L’attribut helpstringdll C++ a les mêmes fonctionnalités que l’attribut helpstringdll MIDL.

Exemple

// cpp_attr_ref_helpstringdll.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib", helpstringdll="xx.dll")];

[object, uuid("00000000-0000-0000-0000-000000000001")]
__interface IMyI
{
   HRESULT xxx();
};

Spécifications

Contexte d’attribut Value
S’applique à class, interface, méthode d’interface
Renouvelable Non
Attributs requis Aucun
Attributs non valides Aucun

Pour plus d'informations, consultez Contextes d'attribut.

Voir aussi

Attributs IDL
Attributs d’interface
Attributs de classe
Attributs de méthode