//--- in MyWebService.h that was added in my vc++ 2005 project struct InfoStruct { Accounts *accounts; // Accounts is another defined struct int size; BSTR result; }; //--- CMyWebService myService; InfoStruct Iinfo; HRESULT h = myService.getInfoByName(L"myName", &Iinfo); // h = E_FAIL
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)