Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 543 Bytes

datareader_detachstream_464403539.md

File metadata and controls

23 lines (16 loc) · 543 Bytes
-api-id -api-type
M:Windows.Storage.Streams.DataReader.DetachStream
winrt method

Windows.Storage.Streams.DataReader.DetachStream

-description

Detaches the stream that is associated with the data reader.

-returns

The detached stream.

-remarks

If a read operation is in progress when an application attempts to detach the stream, the call will fail with the error HRESULT_FROM_WIN32(ERROR_INVALID_OPERATION).

-examples

-see-also