ReactOS 0.4.16-dev-814-g656a5dc
|
#include <gdi_driver.h>
Public Attributes | |
const struct window_surface_funcs * | funcs |
LONG | ref |
RECT | rect |
Definition at line 242 of file gdi_driver.h.
const struct window_surface_funcs* window_surface::funcs |
Definition at line 244 of file gdi_driver.h.
Referenced by window_surface_release().
RECT window_surface::rect |
Definition at line 247 of file gdi_driver.h.
LONG window_surface::ref |
Definition at line 246 of file gdi_driver.h.
Referenced by window_surface_add_ref(), and window_surface_release().