Changeset 687 for trunk/ab5.0/ablib/src/Classes/System/Console.ab
- Timestamp:
- Mar 11, 2009, 3:13:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Console.ab
r686 r687 696 696 Dim p = StrPtr(b) 697 697 Dim read As DWord 698 If ReadConsole(h, VarPtr(p[currentBufLength]), 256 , read, 0) = 0 Then698 If ReadConsole(h, VarPtr(p[currentBufLength]), 256 * SizeOf (TCHAR), read, 0) = 0 Then 699 699 IO.Detail.ThrowWinLastErrorIOException() 700 700 End If
Note:
See TracChangeset
for help on using the changeset viewer.