Ignore:
Timestamp:
Dec 7, 2007, 12:21:58 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

FileStream非同期読み書きの修正、例外処理の追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/misc.ab

    r261 r391  
    1111    ' Properties
    1212    Function AsyncState() As Object
    13     Function AsyncWaitHandle() As System.Threading.WaitHandle
     13    Function AsyncWaitHandle() As Threading.WaitHandle
    1414    Function CompletedSynchronously() As Boolean
    1515    Function IsCompleted() As Boolean
     
    3636End Class
    3737
     38'Delegate Sub AsyncCallback(ar As IAsyncResult)
     39Delegate Sub AsyncCallback(ar As VoidPtr)
     40
     41
    3842End Namespace 'System
    3943#require <Classes/System/Threading/WaitHandle.ab>
Note: See TracChangeset for help on using the changeset viewer.