adding custom attributes?

  • Thread starter Thread starter Bae,Hyun-jik
  • Start date Start date
B

Bae,Hyun-jik

Hi,
Is there any way to add my own attribute to unmanaged C++ code? For example,

[MyOwnAttribute(id1,id2)]
int Foo(void* a,int b);

I searched for web and guess that attribute provider or something is related
to them, but I am not sure.
Please reply. Thanks in advance.

Regards,
Hyun-jik Bae
 
Bae said:
Hi,
Is there any way to add my own attribute to unmanaged C++ code? For example,

[MyOwnAttribute(id1,id2)]
int Foo(void* a,int b);

I searched for web and guess that attribute provider or something is related
to them, but I am not sure.
Please reply. Thanks in advance.

Regards,
Hyun-jik Bae
No there is not. Please see the following post I made on this topic:
http://groups.google.com/groups?selm=#$u#z2iKCHA.2456@tkmsftngp09&o
e=UTF-8&output=gplain

Ronald Laeremans
Visual C++ team
 
Back
Top