tlh 파일
struct __declspec(uuid("b8944520-09c3-11d4-8232-00105a7c4f8c"))
/* dispinterface */ _IDibEvents;
struct __declspec(uuid("b8944520-09c3-11d4-8232-00105a7c4f8c"))
_IDibEvents : IDispatch
{};
tli 파일
inline HRESULT _IDibEvents::Received ( ) {
return _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
다른 인터페이스는 호출가능한 메서드는 명시가 되는데
왜 저 인터페이스는 공백으로 나옴??
댓글 0