Stop an ExAll()
Source position: amigados.pas line 1629
procedure ExAllEnd( |
lock: LongInt; |
buffer: pExAllData; |
size: LongInt; |
data: LongInt; |
control: pExAllControl |
); |
lock |
|
Lock on directory to be examined. |
buffer |
|
Buffer for data returned (must be at least word-aligned, preferably long-word aligned). |
size |
|
Size in bytes of buffer. |
data |
|
Type of data to be returned. |
control |
|
Control data structure (see notes above). MUST have been allocated by AllocDosObject()! |
Stops an ExAll() on a directory before it hits ERROR_NO_MORE_ENTRIES. The full set of arguments that had been passed to ExAll() must be passed to ExAllEnd(), so it can handle filesystems that can't abort an ExAll() directly.
|
Examine an entire directory |
|
|
Creates a dos object |