C# Class ATMLCommonLibrary.controls.StreamWrapper

Inheritance: IStream
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( IStream &ppstm ) : void
Commit ( int grfCommitFlags ) : void
CopyTo ( IStream pstm, long cb, IntPtr pcbRead, IntPtr pcbWritten ) : void
LockRegion ( long libOffset, long cb, int dwLockType ) : void
Read ( byte pv, int cb, IntPtr pcbRead ) : void
Revert ( ) : void
Seek ( long dlibMove, int dwOrigin, IntPtr plibNewPosition ) : void
SetSize ( long libNewSize ) : void
Stat ( STATSTG &pstatstg, int grfStatFlag ) : void
StreamWrapper ( Stream stream ) : System
UnlockRegion ( long libOffset, long cb, int dwLockType ) : void
Write ( byte pv, int cb, IntPtr pcbWritten ) : void

Method Details

Clone() public méthode

public Clone ( IStream &ppstm ) : void
ppstm IStream
Résultat void

Commit() public méthode

public Commit ( int grfCommitFlags ) : void
grfCommitFlags int
Résultat void

CopyTo() public méthode

public CopyTo ( IStream pstm, long cb, IntPtr pcbRead, IntPtr pcbWritten ) : void
pstm IStream
cb long
pcbRead System.IntPtr
pcbWritten System.IntPtr
Résultat void

LockRegion() public méthode

public LockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Résultat void

Read() public méthode

public Read ( byte pv, int cb, IntPtr pcbRead ) : void
pv byte
cb int
pcbRead System.IntPtr
Résultat void

Revert() public méthode

public Revert ( ) : void
Résultat void

Seek() public méthode

public Seek ( long dlibMove, int dwOrigin, IntPtr plibNewPosition ) : void
dlibMove long
dwOrigin int
plibNewPosition System.IntPtr
Résultat void

SetSize() public méthode

public SetSize ( long libNewSize ) : void
libNewSize long
Résultat void

Stat() public méthode

public Stat ( STATSTG &pstatstg, int grfStatFlag ) : void
pstatstg System.Runtime.InteropServices.ComTypes.STATSTG
grfStatFlag int
Résultat void

StreamWrapper() public méthode

public StreamWrapper ( Stream stream ) : System
stream Stream
Résultat System

UnlockRegion() public méthode

public UnlockRegion ( long libOffset, long cb, int dwLockType ) : void
libOffset long
cb long
dwLockType int
Résultat void

Write() public méthode

public Write ( byte pv, int cb, IntPtr pcbWritten ) : void
pv byte
cb int
pcbWritten System.IntPtr
Résultat void