Overlapped.OffsetLow 属性

定义

获取或设置启动传输的文件位置的低序位字。Gets or sets the low-order word of the file position at which to start the transfer. 文件位置是距文件起始处的字节偏移量。The file position is a byte offset from the start of the file.

public:
 property int OffsetLow { int get(); void set(int value); };
public int OffsetLow { get; set; }
member this.OffsetLow : int with get, set
Public Property OffsetLow As Integer

属性值

Int32

表示文件位置低位字的 Int32 值。An Int32 value representing the low word of the file position.

适用于