Gets count of bytes of overlapped read/write operation.
| Delphi | function GetResult(var cnt: Cardinal): Cardinal;
|
|---|---|
| BCBuilder | Cardinal GetResult(Cardinal *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.