CBitmap::operator HBITMAP

This operator gets the attached Windows GDI handle to the CBitmap object. This operator is a casting operator, which supports direct use of an HBITMAP object.

Syntax

operator HBITMAP( ) const;

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CBitmap Overview, CBitmap Operators, Graphical Drawing Object Classes