Hi guys,

If I get a bitmap from the clipboard with:

hBitmap=(HBITMAP)GetClipboardData(CF_BITMAP);

...how do I get the width and height ? Can I get at the BITMAPINFO ?

Thanks.