QMClose

Top  Previous  Next

 

The QMClose function closes a file.

 

 

Format

 

VBQMClose ByVal FileNo as Integer

 

Cvoid QMClose(int FileNo)

 

ObjSession->Close(FileNo)

 

where

 

FileNois the file number returned by a previous QMOpen() call.

 

 

The server maintains a list of files open for processing by the client application. The QMClose function causes the server to close the specified file. It is not normally necessary to close files as there is no practical limit to the number of files that the server can hold open at once, however, for best performance applications should close files if they are unlikely to be referenced for a considerable time.