NTSTATUS
LmCloseFile(
IN PLM_FILE pfile
);
Routine Description:
This function closes a file opened via LmOpenFile(), and frees its
LM_FILE object.
Arguments:
pfile - pointer to the LM_FILE object
Return Value:
An NTSTATUS value.