Microsoft DirectX 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

Pointer to a variable that receives the confidence level, on a scale of 0 to 100.

Return Values

Returns E_NOTIMPL.

See Also