[Toc][Index]

FS_EXIT - End of process

  
Purpose   
Release FSD resources still held after process termination. 
Calling Sequence   

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

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


Where   
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 
. 
  
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). 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs