AdsFClose
Closes a file handle from AdsFOpen or AdsFCreate.
Harbour-style name: oads_FClose (see Server filesystem).
Syntax
UNSIGNED32 AdsFClose(ADSHANDLE hFile);
Parameters
| Parameter | Type | Description |
|---|---|---|
hFile |
ADSHANDLE |
File handle. |
Return Value
AE_SUCCESS (0). Error if the handle is invalid.
Description
Invalidates the handle.
Example
AdsFClose(hFile);