Jump to content

FS_FINDNOTIFYCLOSE

From EDM2
Revision as of 04:47, 10 February 2020 by Ak120 (talk | contribs)
(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.

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.