Stop an ExAll()
Source position: amigados.pas line 2607
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 |