CDC::DeleteTempMap

This member function is called automatically by the CWinApp idle-time handler, DeleteTempMap deletes any temporary CDC objects created by FromHandle, but does not destroy the device context handles (hDCs) temporarily associated with the CDC objects.

Syntax

static void PASCAL DeleteTempMap( );

At a Glance

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

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::Detach, CDC::FromHandle, CWinApp::OnIdle