Jump to content

FS_EXIT

From EDM2

Release FSD resources still held after process termination.

Syntax

FS_EXIT(uid, pid, pdb);

Parameters

uid
is the user ID of the process. This will be a valid value.
pid
is the process ID of the process. This will be a valid value.
pdb
is the DOS mode process ID of the process. This will be a valid value .

Calling Sequence

void far pascal FS_EXIT(uid, pid, pdb);

unsigned short uid;
unsigned short pid;
unsigned short pdb;

Remarks

Because all files are closed when a process terminates, this call is not needed to release file resources. It is, however, useful if resources are being held due to unterminated searches (as in searches initiated from the DOS mode).