以前的资料找不到...

解决方案 »

  1.   

    HBITMAP CreateBitmap(    int nWidth, // bitmap width, in pixels 
        int nHeight, // bitmap height, in pixels 
        UINT cPlanes, // number of color planes used by device 
        UINT cBitsPerPel, // number of bits required to identify a color  
        CONST VOID *lpvBits  // pointer to array containing color data 
       );