what's the use of adding __declspec(uuid(".....")) in a struct
-
struct __declspec(uuid("F5748778-4F2F-4dd7-AB08-2616D76A1DA4"))// //why? mystruct { ... };
-
struct __declspec(uuid("F5748778-4F2F-4dd7-AB08-2616D76A1DA4"))// //why? mystruct { ... };
HeartFriend wrote: struct __declspec(uuid("F5748778-4F2F-4dd7-AB08-2616D76A1DA4"))// //why? mystruct { ... }; Are you reading any Com header file!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
HeartFriend wrote: struct __declspec(uuid("F5748778-4F2F-4dd7-AB08-2616D76A1DA4"))// //why? mystruct { ... }; Are you reading any Com header file!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
u can say that, it's a snippet i get from our project written by other developer
-
u can say that, it's a snippet i get from our project written by other developer
For Uniquly Defined the Com Interface!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta