IDeferredCommand::Confidence
Microsoft DirectShow 9.0 |
IDeferredCommand::Confidence
The Confidence method retrieves a confidence value that indicates how likely it is for the command to be invoked at the requested time.
This method is not implemented and returns E_NOTIMPL.
Syntax
HRESULT Confidence( LONG *pConfidence );
Parameters
pConfidence
Receives the confidence level, on a scale of 0 to 100.
Return Values
Returns E_NOTIMPL.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also