Quote Originally Posted by ChrisW67 View Post
I'm sure kemege did notice that given the title of the post. The function is not declared in the Qt5 QPixmap header, and only appears in the doc comments of the cpp file AFAICT (I grepped the source). This would be consistent with kemege's observation that the function is MIA.

The function was removed a long time ago by commit bc0a028

It's not clear the reasoning or proposed alternative.
Thank you for your reply, ChrisW67
Maybe I'll have to find some other ways to get a HBITMAP...... such as save it to a file and use LoadImage() to get a HBITMAP.