http://tmhare.mvps.org/faqs.htm#err
HRESULT: 0x80070103 (2147942659)
Name: ERROR_NO_MORE_ITEMS
DIERR_NOMOREITEMS
Description: No more items.
Severity code: Failed
Facility Code: FACILITY_WIN32 (7)
Error Code: 0x0103 (259)
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
> http://tmhare.mvps.org/faqs.htm#err
Oops, should be:
http://tmhare.mvps.org/faqs.htm#hr
The message is given when IGraphBuilder::Release() is called.
Don't know if I have to worry about it ?
>> HRESULT: 0x80070103 (2147942659)
>> Name: ERROR_NO_MORE_ITEMS
>> DIERR_NOMOREITEMS
>> Description: No more items.
>> Severity code: Failed
>> Facility Code: FACILITY_WIN32 (7)
>> Error Code: 0x0103 (259)
>
> The message is given when IGraphBuilder::Release() is called.
> Don't know if I have to worry about it ?
I think you'll find that the samples give the same error code. It is
confusing that it gives an error in the debug output but AFAIK it is
harmless.
This is NOT an error code. It's just a thread return code. EVERY thread
has to have a return code when it exits, but it has NO inherent meaning.
It MIGHT happen to have the same value as an error code (as seems likely in
this case), but the return value from a thread is not indicative of a
problem.
Didn't I respond to this very same issue on a different newsgroup?
--
- Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc