Searched refs:hMapFile (Results 1 – 1 of 1) sorted by relevance
161 HANDLE hMapFile; in _tiffMapProc() local170 hMapFile = CreateFileMapping(fd, NULL, PAGE_READONLY, 0, 0, NULL); in _tiffMapProc()171 if (hMapFile == NULL) in _tiffMapProc()173 *pbase = MapViewOfFile(hMapFile, FILE_MAP_READ, 0, 0, 0); in _tiffMapProc()174 CloseHandle(hMapFile); in _tiffMapProc()