Searched refs:hSection (Results 1 – 2 of 2) sorted by relevance
128 d->hSection = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, name); in windows_create_drawable()129 if (!d->hSection) in windows_create_drawable()136 …pBmpHeader = (BITMAPINFOHEADER *)MapViewOfFile(d->hSection, FILE_MAP_ALL_ACCESS, 0, 0, sizeof(BITM… in windows_create_drawable()142 DIB_RGB_COLORS, &pBits, d->hSection, in windows_create_drawable()182 CloseHandle(drawable->hSection); in windows_destroy_drawable()
58 HANDLE hSection; member