ISequentialStream 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义了顺序流对象的方法。
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) |
将指定的字节数写入流对象,从当前查找指针处开始。 |