[DllImport("kernel32.dll", SetLastError = true)]
static extern bool GetOverlappedResult(IntPtr hFile,
[In] ref System.Threading.NativeOverlapped lpOverlapped,
out uint lpNumberOfBytesTransferred, bool bWait);
Friend Shared Function GetOverlappedResult( _
ByVal hFile As IntPtr, _
<[In]()> ByRef lpOverlapped As System.Threading.NativeOverlapped, _
<Out()> ByVal lpNumberOfBytesTransferred As UInt32, _
ByVal bWait As Boolean _
) As Boolean
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!