Microsoft DirectX 9.0 |
HRESULT value that indicates whether the object will accept samples. If the value is S_OK, the object will accept samples. Otherwise, it rejects samples.
Syntax
BOOL volatile m_hr;
Remarks
This member variable is used to coordinate activities across threads. If the downstream input pin rejects a sample, or if the object begins flushing, the value is set to S_FALSE or an error code. The object will not deliver any more samples until flushing is complete, or until the COutputQueue::Reset method is called.
See Also