Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.15 KB

nf-uxtheme-getbufferedpaintdc.md

File metadata and controls

67 lines (56 loc) · 2.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uxtheme.GetBufferedPaintDC
GetBufferedPaintDC function (uxtheme.h)
Gets the paint device context (DC). This is the same value retrieved by BeginBufferedPaint.
GetBufferedPaintDC
GetBufferedPaintDC function [Windows Controls]
_shell_GetBufferedPaintDC
_shell_GetBufferedPaintDC_cpp
controls.GetBufferedPaintDC
controls._shell_GetBufferedPaintDC
uxtheme/GetBufferedPaintDC
controls\GetBufferedPaintDC.htm
Controls
VS|Controls|~\controls\userex\functions\getbufferedpaintdc.htm
12/05/2018
GetBufferedPaintDC, GetBufferedPaintDC function [Windows Controls], _shell_GetBufferedPaintDC, _shell_GetBufferedPaintDC_cpp, controls.GetBufferedPaintDC, controls._shell_GetBufferedPaintDC, uxtheme/GetBufferedPaintDC
uxtheme.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
UxTheme.dll
Windows
19H1
GetBufferedPaintDC
uxtheme/GetBufferedPaintDC
c++
APIRef
kbSyntax
DllExport
UxTheme.dll
GetBufferedPaintDC

GetBufferedPaintDC function

-description

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

-parameters

-param hBufferedPaint

Type: HPAINTBUFFER

Handle of the buffered paint context, obtained through BeginBufferedPaint.

-returns

Type: HDC

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