[
|../../index.htm#lansa/lcegetfiletype.htm]
You are here:
Retrieves the file type.
BOOL |
LceGetFileType |
(int |
iSession, |
|
|
char far * |
strFileName, |
|
|
char far * |
strValue ) |
Parameters
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. |
Return Values
TRUE is returned if the session has got the file type.
FALSE is returned if an error occurs.
Notes
Related Functions
6.71 LceUseFile
6.32 LceGetFileDesc
[
|../../index.htm#lansa/lcegetfiletype.htm]