Expand Minimize
This topic has not yet been rated - Rate this topic

GetBufferedPaintDC function

Gets the paint device context (DC). This is the same value retrieved by BeginBufferedPaint.

Syntax


HDC GetBufferedPaintDC(
  HPAINTBUFFER hBufferedPaint
);

Parameters

hBufferedPaint

Type: HPAINTBUFFER

Handle of the buffered paint context, obtained through BeginBufferedPaint.

Return value

Type: HDC

Handle of the requested DC. This is the same DC that is returned by BeginBufferedPaint. Returns NULL upon failure.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Uxtheme.h

DLL

UxTheme.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.