Overlapped.OffsetHigh 属性

定义

获取或设置启动传输的文件位置的高序位字。Gets or sets the high-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 OffsetHigh { int get(); void set(int value); };
public int OffsetHigh { get; set; }
member this.OffsetHigh : int with get, set
Public Property OffsetHigh As Integer

属性值

Int32

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

适用于