NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Overlapped.OffsetLow

[To be supplied.]

[Visual Basic]
Public Property OffsetLow As Integer
[C#]
public int OffsetLow {get; set;}
[C++]
public: __property int get_OffsetLow();
public: __property void set_OffsetLow(int);
[JScript]
public function get OffsetLow() : int;
public function set OffsetLow(int);

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace