GetFileType function kernel32

int GetFileType(
  1. int hFile
)

Retrieves the file type of the specified file.

DWORD GetFileType(
  HANDLE hFile
);

Implementation

int GetFileType(int hFile) => _GetFileType(hFile);