BITMAP位图文件保存方法
/************************************************************************/ UCHAR* pData = {0}; //假设里面保存了图片信息 BITMAPINFOHEADER bih = {0}; //位图信息头 bih.biBitCount = ImagePerPix; //每个像素所占字节大小 bih.b