help
This commit is contained in:
@@ -6,8 +6,6 @@ class IEDispatcher : public IDispatch
|
|||||||
public:
|
public:
|
||||||
IEDispatcher(void);
|
IEDispatcher(void);
|
||||||
~IEDispatcher(void);
|
~IEDispatcher(void);
|
||||||
int IEDispatcher::QueryInterface(const IID &riid, void **ppvObject);
|
HRESULT IEDispatcher::QueryInterface();
|
||||||
ULONG IEDispatcher::AddRef();
|
HRESULT IEDispatcher::QueryInterface(const IID &riid, void **ppvObject);
|
||||||
HRESULT IEDispatcher::GetIDsOfNames(const IID &rrid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId);
|
|
||||||
ULONG IEDispatcher::Release();
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user