Last change
on this file since 127 was 113, checked in by NoWest, 18 years ago |
misc.abを追加したのでindex.abを修正しました。
|
File size:
329 bytes
|
Line | |
---|
1 |
|
---|
2 | Interface IAsyncResult
|
---|
3 | Function AsyncState() As Object
|
---|
4 | Function AsyncWaitHandle() As WaitHandle
|
---|
5 | Function CompletedSynchronously() As Boolean
|
---|
6 | Function IsCompleted() As Boolean
|
---|
7 | End Interface
|
---|
8 |
|
---|
9 | TypeDef /* [Delegate] */ AsyncCallback = *Sub(ByRef ar As IAsyncResult)
|
---|
10 |
|
---|
11 | Enum SeekOrigin
|
---|
12 | Begin
|
---|
13 | Current
|
---|
14 | End
|
---|
15 | End Enum
|
---|
Note:
See
TracBrowser
for help on using the repository browser.