GetFileType method

int GetFileType(
  1. Pointer<Void> hFile
)

Implementation

int GetFileType(
  ffi.Pointer<ffi.Void> hFile,
) {
  return _GetFileType(
    hFile,
  );
}