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 Constructor (Int32, Int32, Int32, IAsyncResult)

Initializes a new instance of the Overlapped class from the constructor parameters.

[Visual Basic]
Overloads Public Sub New( _
   ByVal offsetLo As Integer, _
   ByVal offsetHi As Integer, _
   ByVal hEvent As Integer, _
   ByVal ar As IAsyncResult _
)
[C#]
public Overlapped(
   int offsetLo,
   int offsetHi,
   int hEvent,
   IAsyncResult ar
);
[C++]
public: Overlapped(
   int offsetLo,
   int offsetHi,
   int hEvent,
   IAsyncResult* ar
);
[JScript]
public function Overlapped(
   offsetLo : int,
   offsetHi : int,
   hEvent : int,
   ar : IAsyncResult
);

Parameters

offsetLo
[To be supplied.]
offsetHi
[To be supplied.]
hEvent
[To be supplied.]
ar
[To be supplied.]

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace | Overlapped Constructor Overload List