a tool: simple C++ interface definition -> ICOM_ macro converter.
28 May
2001
28 May
'01
12:56 p.m.
This program may help creating ICOM_ macro. (but this code doesn't have portability, so some modification may be required.) for example, if give the following codes to stdin, we gets ICOM_ macros for IPersist. class IUnknown { public: HRESULT QueryInterface( REFIID riid, LPVOID *ppvObj) ; ULONG AddRef() ; ULONG Release() ; }; export interface IPersist : public IUnknown { virtual HRESULT STDMETHODCALLTYPE GetClassID( CLSID *pClassID ); };
8965
Age (days ago)
8965
Last active (days ago)
0 comments
1 participants
participants (1)
-
TAKESHIMA Hidenori