ReactOS 0.4.16-dev-91-g764881a
|
#include <gdi_driver.h>
Public Attributes | |
void(* | lock )(struct window_surface *surface) |
void(* | unlock )(struct window_surface *surface) |
void *(* | get_info )(struct window_surface *surface, BITMAPINFO *info) |
RECT *(* | get_bounds )(struct window_surface *surface) |
void(* | set_region )(struct window_surface *surface, HRGN region) |
void(* | flush )(struct window_surface *surface) |
void(* | destroy )(struct window_surface *surface) |
Definition at line 231 of file gdi_driver.h.
void(* window_surface_funcs::destroy) (struct window_surface *surface) |
Definition at line 239 of file gdi_driver.h.
void(* window_surface_funcs::flush) (struct window_surface *surface) |
Definition at line 238 of file gdi_driver.h.
RECT *(* window_surface_funcs::get_bounds) (struct window_surface *surface) |
Definition at line 236 of file gdi_driver.h.
void *(* window_surface_funcs::get_info) (struct window_surface *surface, BITMAPINFO *info) |
Definition at line 235 of file gdi_driver.h.
void(* window_surface_funcs::lock) (struct window_surface *surface) |
Definition at line 233 of file gdi_driver.h.
void(* window_surface_funcs::set_region) (struct window_surface *surface, HRGN region) |
Definition at line 237 of file gdi_driver.h.
void(* window_surface_funcs::unlock) (struct window_surface *surface) |
Definition at line 234 of file gdi_driver.h.