Previous | Next |
The Stop method stops reading without moving the logical read position.
Syntax
HRESULT Stop();
Parameters
This method takes no parameters.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_OUTOFMEMORY | There is not enough available memory. |
E_UNEXPECTED | The method failed for an unspecified reason. |
See Also
Previous | Next |