PLM_FILE
LmOpenFile(
IN PUCHAR path
);
Routine Description:
This function opens a file for use by LmFgets().
Arguments:
path - a fully specified, complete path to the file.
Return Value:
A pointer to an LM_FILE object, or NULL if unsuccessful.