Retrieves the file type.
BOOL | LceGetFileType | (int | iSession, |
char far * | strFileName, | ||
char far * | strValue ) |
iSession | The session identifier returned by LceGetSessionId. |
|---|---|
strFileName | The file name. The file must have been declared using an LceUseFile function. |
strValue | The buffer location for the returned value. The size should be at least FILE_TYPE_LENGTH + 1. The file types returned: P = a physical file L = a logical file. |
TRUE is returned if the session has got the file type.
FALSE is returned if an error occurs.