HBITMAP CreateBitmaplndirect(CONST BITMAP *lpbm);
Main (){
BITMAP bmp;
HBitmap hbmp;
hbmp = CreateBitmapIndirect(&bmp);
}