HBITMAP hBitmap = (HBITMAP)LoadImage(GetModuleHandle(NULL),(LPCTSTR)"C:\\WINDOWS\\Zapotec.bmp",IMAGE_BITMAP,0,0,LR_LOADFROMFILE | LR_CREATEDIBSECTION);
if (hBitmap == NULL) {
lstrcpy(data,"E_RR Image is Null");
return 3;
}
HBRUSH hBrush = CreatePatternBrush(hBitmap);
SetClassLong(newrich, GCL_HBRBACKGROUND, (LONG)hBrush);