Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 881 Bytes

GetFileType.md

File metadata and controls

42 lines (29 loc) · 881 Bytes

Home

Function name : GetFileType

Group: File Management - Library: kernel32


The GetFileType function retrieves the file type for the specified file.


Code examples:

Retrieving file information for the VFP executable running
Using File Mapping for enumerating files opened by Visual FoxPro

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.