I am trying to setup the eSignal API using the CreateInstance code below which should allow me better error handling when the object can not be created. The problem is that this generates the error " 'RequestHistory' is not a member of IHooks". I can not find the correct TCOM... item that contains the RequestHistory function. Can someone provide some guidance for setting this up correctly?
TCOMIHOOKS MyHooks;
HRESULT hr = MyHooks.CreateInstance( CLSID_Hooks );
TCOMIHOOKS MyHooks;
HRESULT hr = MyHooks.CreateInstance( CLSID_Hooks );
Comment