语言

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)

将指定的字节数写入流对象,从当前查找指针处开始。

适用于