#define interface struct
#define STDMETHOD(method) virtual HRESULT STDMETHODCALLTYPE method
#define STDMETHOD_(type,method) virtual type STDMETHODCALLTYPE method
#define PURE = 0
#define THIS_
#define THIS void
#define DECLARE_INTERFACE(iface) interface iface
#define DECLARE_INTERFACE_(iface, baseiface) interface iface : public baseiface
'COM, ATL' 카테고리의 다른 글
COM Architecture : Interface Marshaling, IDispatch interface (0) | 2008.08.14 |
---|---|
디스패치 구현부...참조 (0) | 2008.08.14 |
HRESULT (2) | 2008.08.13 |
Silan Liu의 COM과 ATL.html (0) | 2008.08.13 |
REGSVR32 사용법 (0) | 2008.08.12 |
COM 기본 개념 ~~ 정리해 보자 (0) | 2008.08.08 |
Process/Thread/Apartment (0) | 2008.08.02 |