Overlapped.OffsetLow 속성

정의

전송을 시작할 파일 위치의 하위 워드를 가져오거나 설정합니다. 파일 위치는 파일의 시작 부분에서 바이트 오프셋만큼 떨어져 있습니다.

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 값입니다.

적용 대상