Share via


CMemDC::IsVistaDC

Indicates whether buffered painting is available.

BOOL IsVistaDC() const;

Return Value

TRUE if buffered painting is available; otherwise FALSE.

Remarks

Buffered painting is available on Windows Vista.

If this method returns TRUE and IsMemDC returns TRUE, then buffered painting is in effect.

Requirements

Header: afxglobals.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMemDC Class