Jump to content

FS_FINDNOTIFYCLOSE

From EDM2
Revision as of 04:24, 10 February 2020 by Martini (talk | contribs) (Created page with "Closes the association between a Find-Notify handle and a DosFindNotifyFirst or DosFindNotifyNext function. ==Syntax== FS_FINDNOTIFYCLOSE(handle) ==Parameters== ;handle is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Closes the association between a Find-Notify handle and a DosFindNotifyFirst or DosFindNotifyNext function.

Syntax

FS_FINDNOTIFYCLOSE(handle)

Parameters

handle is the directory handle.
This handle was returned by the FSD on a previous FS_FINDNOTIFYFIRST or FS_ FINDNOTIFYNEXT call.

Returns

Calling Sequence

 
int far pascal FS_FINDNOTIFYCLOSE(handle)

unsigned short handle;

Remarks

Provides the mechanism for an FSD to release resources allocated on behalf of FS_FINDNOTIFYFIRST and FS_FINDNOTIFYNEXT.

FS_FINDNOTIFYFIRST returns a handle to the find-notify request. FS_ FINDNOTIFYCLOSE closes the handle associated with that find-notify request and releases file system information related to that handle.