CDC::FromHandle

This method obtains a pointer to a CDC object when you have a handle to a device context. If a CDC object is not attached to the handle, a temporary CDC object is created and attached.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

static CDC* PASCAL FromHandle( HDC hDC );

See Also

CDC::DeleteTempMap