Interface OutlookStorage.NativeMethods.ILockBytes
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
[Guid("0000000A-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ILockBytes
Methods
|
Improve this Doc
View Source
Flush()
Declaration
|
Improve this Doc
View Source
LockRegion(Int64, Int64, Int32)
Declaration
void LockRegion(long libOffset, long cb, int dwLockType)
Parameters
Type |
Name |
Description |
System.Int64 |
libOffset |
|
System.Int64 |
cb |
|
System.Int32 |
dwLockType |
|
|
Improve this Doc
View Source
ReadAt(Int64, Byte[], Int32, Int32[])
Declaration
void ReadAt(long ulOffset, byte[] pv, int cb, int[] pcbRead)
Parameters
Type |
Name |
Description |
System.Int64 |
ulOffset |
|
System.Byte[] |
pv |
|
System.Int32 |
cb |
|
System.Int32[] |
pcbRead |
|
|
Improve this Doc
View Source
SetSize(Int64)
Declaration
Parameters
Type |
Name |
Description |
System.Int64 |
cb |
|
|
Improve this Doc
View Source
Stat(out STATSTG, Int32)
Declaration
void Stat(out STATSTG pstatstg, int grfStatFlag)
Parameters
Type |
Name |
Description |
System.Runtime.InteropServices.ComTypes.STATSTG |
pstatstg |
|
System.Int32 |
grfStatFlag |
|
|
Improve this Doc
View Source
UnlockRegion(Int64, Int64, Int32)
Declaration
void UnlockRegion(long libOffset, long cb, int dwLockType)
Parameters
Type |
Name |
Description |
System.Int64 |
libOffset |
|
System.Int64 |
cb |
|
System.Int32 |
dwLockType |
|
|
Improve this Doc
View Source
WriteAt(Int64, Byte[], Int32, Int32[])
Declaration
void WriteAt(long ulOffset, byte[] pv, int cb, int[] pcbWritten)
Parameters
Type |
Name |
Description |
System.Int64 |
ulOffset |
|
System.Byte[] |
pv |
|
System.Int32 |
cb |
|
System.Int32[] |
pcbWritten |
|