Failed miserably at external functions
This commit is contained in:
13
IEDispatcher.h
Normal file
13
IEDispatcher.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "oaidl.h"
|
||||
|
||||
class IEDispatcher : public IDispatch
|
||||
{
|
||||
public:
|
||||
IEDispatcher(void);
|
||||
~IEDispatcher(void);
|
||||
int IEDispatcher::QueryInterface(const IID &riid, void **ppvObject);
|
||||
ULONG IEDispatcher::AddRef();
|
||||
HRESULT IEDispatcher::GetIDsOfNames(const IID &rrid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId);
|
||||
ULONG IEDispatcher::Release();
|
||||
};
|
||||
Reference in New Issue
Block a user