FS_FindClose


FS_FindClose(
 PIOREQ pir
 )

A Win32 find file context operation is closed through FS_FindClose. This routine handles the Win32 function: FindClose() and the int 21h function 71A1h.

ir_fh

Supplies the find context handle obtained in a previous call to FS_FindFirstFile.

ir_rh

Supplies handle to disk volume or network resource which contains the file.

ir_sfn

Supplies system file number.

ir_user

Supplies user id for this request.

ir_pid

Supplies process id for this request.

ir_error

Returns status of the operation ( 0 if no error, errorcode otherwise ).