ReactOS 0.4.16-dev-1946-g52006dd
paintbuffer Struct Reference
Collaboration diagram for paintbuffer:

Public Attributes

HDC targetdc
 
HDC memorydc
 
HBITMAP bitmap
 
RECT rect
 
voidbits
 

Detailed Description

Definition at line 24 of file buffer.c.

Member Data Documentation

◆ bitmap

HBITMAP paintbuffer::bitmap

Definition at line 28 of file buffer.c.

◆ bits

void* paintbuffer::bits

Definition at line 30 of file buffer.c.

◆ memorydc

HDC paintbuffer::memorydc

Definition at line 27 of file buffer.c.

◆ rect

RECT paintbuffer::rect

Definition at line 29 of file buffer.c.

◆ targetdc

HDC paintbuffer::targetdc

Definition at line 26 of file buffer.c.

Referenced by BeginBufferedPaint().


The documentation for this struct was generated from the following file: