ISequentialStream 接口

定义

依次定义流对象的方法。

public interface class ISequentialStream
[System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISequentialStream
[<System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISequentialStream = interface
Public Interface ISequentialStream
派生
属性

方法

RemoteRead(Byte, UInt32, UInt32)

将指定数目的字节从流对象读入到以当前搜索指针开始的内存。

RemoteWrite(Byte, UInt32, UInt32)

将指定数目的字节写入以当前搜索指针开始的流对象。

适用于