Standard Interfaces : MIDL
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, If my component is supporting any standard interfaces IPersistStream or IErrorInfo do I need to specify these interfaces in the coclass section ?
-
Hi, If my component is supporting any standard interfaces IPersistStream or IErrorInfo do I need to specify these interfaces in the coclass section ?
Yes. Also, make sure you have a COM_INTERFACE_ENTRY(IWhatever) in the COM_MAP in your CoClass's .h file.