Searched refs:lpBits (Results 1 – 1 of 1) sorted by relevance
3103 LPBYTE lpBits; // memory pointer in target_screen_to_bitmap() local3132 lpBits = (LPBYTE)GlobalAlloc(GMEM_FIXED, info.gx_bmp_header.biSizeImage); in target_screen_to_bitmap()3139 …GetDIBits(hdcMem, hbmMem, 0, info.gx_bmp_header.biHeight, lpBits, (LPBITMAPINFO)&info, DIB_RGB_COL… in target_screen_to_bitmap()3162 p_file->Write(lpBits, info.gx_bmp_header.biSizeImage); in target_screen_to_bitmap()3169 GlobalFree((HGLOBAL)lpBits); in target_screen_to_bitmap()