Gets count of bytes of overlapped read/write operation.
| Visual Basic .NET | Function GetResult(ByRef cnt As UInt32) As UInt32
|
|---|---|
| Visual C# | UInt32 GetResult(ref UInt32 cnt);
|
cnt
[out] Number of bytes was read/write in overlapped operation.
Returns win32 Error code of the overlapped operation. Returns 0 if the operation completes without errors.