lcid
Vous permet de passer un identificateur de paramètres régionaux à une fonction.
[lcid]
Notes
L'attribut de LCID C++ implémente les fonctionnalités de l'attribut de LCID MIDL. si vous souhaitez implémenter des paramètres régionaux pour un bloc bibliothèque, utilisez le paramètre de **lcid=**lcid à l'attribut de module .
Exemple
// cpp_attr_ref_lcid.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLibrary")];
typedef long HRESULT;
[dual, uuid("2F5F63F1-16DA-11d2-9E7B-00C04FB926DA")]
__interface IStatic {
HRESULT MyFunc([in, lcid] long LocaleID, [out, retval] BSTR * ReturnVal);
};
Configuration requise
contexte d'attribut
S'applique à |
paramètre d'interface |
reproductible |
Non |
attributs requis |
Aucun |
attributs valides |
Aucun |
Pour plus d'informations, consultez contextes d'attribut.