DrvPaint function (winddi.h)
The DrvPaint function is obsolete, and is no longer called by GDI in Windows 2000 and later. New drivers should implement one or more of DrvFillPath, DrvStrokePath, or DrvStrokeAndFillPath.
Syntax
BOOL DrvPaint(
[in] SURFOBJ *pso,
[in] CLIPOBJ *pco,
[in] BRUSHOBJ *pbo,
[in] POINTL *pptlBrushOrg,
[in] MIX mix
);
Parameters
[in] pso
[in] pco
[in] pbo
[in] pptlBrushOrg
[in] mix
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winddi.h (include Winddi.h) |