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) |
現在のシーク ポインターから始めて、指定したバイト数をストリーム オブジェクトに書き込みます。 |