You are reading help file online using chmlib.com
|
ISpStream::Close closes the audio stream and validates the close operation.
HRESULT Close ( void );
None.
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_STREAM_CLOSED | The stream is closed or unavailable. |
FAILED (hr) | Appropriate error message. |
Releasing the ISpStream object will automatically call this method. However, any errors encountered will not be sent as notifications to the application. Hence the application can explicitly call this method first to check that no errors occurred during the close operation.
You are reading help file online using chmlib.com
|