CDeferredCommand::Confidence
Microsoft DirectShow 9.0 |
CDeferredCommand::Confidence
This method is not currently implemented and returns E_NOTIMPL.
Syntax
HRESULT Confidence( LONG *pConfidence );
Parameters
pConfidence
Pointer to the confidence level.
Return Value
Returns E_NOTIMPL.
Remarks
For information about implementing this method, see IDeferredCommand::Confidence.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also