 |
GetFileType ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetFileType function retrieves the file type for the specified file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetFileType(
HANDLE hFile // handle to file
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetFileType IN kernel32;
INTEGER hFile
|
 |
 |
 |
| Parameters: |
 |
hFile
[in] Handle to an open file. |
 |
 |
| Return value: |
 |
| The return value is one of the following values. |
 |
 |
| Word Index links for the GetFileType : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-03 19:28:25 | | Modified: | 2002-01-03 19:29:37 | Visited in last 7 days: 6 |