
Fire_XXXEvent failed and return hr = -858993460
-858993460 is 0xCCCCCCCC which is a de{*filter*}'s way of saying
"uninitialized data". Somewhere in Fire_OutputData you have something
like
{
HRESULT hr; // uninitialized
return hr;
Quote:
}
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> hi,
> i can't find anything that make this, it return -858993460
> hr = Fire_OutputData();
> if ( FAILED (hr ))
> {
> // ....
> }
> VC Client ( a dialog as the activex control container )
> just go on, ignore this error and a VB client show me : overflow.
> thanks a lot! very very much, i also found
http://www.*-*-*.com/
Quote:
> 4.html
> has the same dicuss as mine.