IStreamAsync interface

Exposes methods to manage input/outpout (I/O) to an asynchronous stream.

Members

The IStreamAsync interface inherits from IStream. IStreamAsync also has these types of members:

Methods

The IStreamAsync interface has these methods.

MethodDescription
CancelIo

Marks all pending input/output (I/O) operations as canceled.

OverlappedResult

Retrieves the results of an overlapped operation.

ReadAsync

Reads information from a stream asynchronously. For example, the Shell implements this interface on file items when transferring them asynchronously.

WriteAsync

Writes information to a stream asynchronously. For example, the Shell implements this method on file items when transferring them asynchronously.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: