struct __declspec(uuid("b8944520-09c3-11d4-8232-00105a7c4f8c"))
/* dispinterface */ _IDibEvents;
struct __declspec(uuid("b8944520-09c3-11d4-8232-00105a7c4f8c"))
_IDibEvents : IDispatch
{};
inline HRESULT _IDibEvents::Received ( ) {
return _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
_IDibEvents* pSource = 0;
CLSIDFromProgIDEx(OLESTR("Dscbo1.StockMst.1"), &clsid);
CoCreateInstance(__uuidof(CSource), NULL, CLSCTX_ALL, __uuidof(_IDibEvents), (void**) &pSource);
가능하신분 있나요???
댓글 0