|
|
От: | LEugene | |
| Дата: | 11.04.03 09:00 | ||
| Оценка: | |||
IXXPtr* pPtr;
try
{
pPtr = new IXXPtr(__uuidof(XX));
}
catch(_com_error& e)
{
AfxMessageBox(*e.ErrorMessage());
return;
}
BSTR bstrX1[100], bstrX2[100];
(*pPtr)->XXMethod(bstrX1, bstrX2);
delete pPtr;