ReactOS 0.4.15-dev-7953-g1f49173
window_surface_funcs Struct Reference

#include <gdi_driver.h>

Collaboration diagram for window_surface_funcs:

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)
 

Detailed Description

Definition at line 231 of file gdi_driver.h.

Member Data Documentation

◆ destroy

void(* window_surface_funcs::destroy) (struct window_surface *surface)

Definition at line 239 of file gdi_driver.h.

◆ flush

void(* window_surface_funcs::flush) (struct window_surface *surface)

Definition at line 238 of file gdi_driver.h.

◆ get_bounds

RECT *(* window_surface_funcs::get_bounds) (struct window_surface *surface)

Definition at line 236 of file gdi_driver.h.

◆ get_info

void *(* window_surface_funcs::get_info) (struct window_surface *surface, BITMAPINFO *info)

Definition at line 235 of file gdi_driver.h.

◆ lock

void(* window_surface_funcs::lock) (struct window_surface *surface)

Definition at line 233 of file gdi_driver.h.

◆ set_region

void(* window_surface_funcs::set_region) (struct window_surface *surface, HRGN region)

Definition at line 237 of file gdi_driver.h.

◆ unlock

void(* window_surface_funcs::unlock) (struct window_surface *surface)

Definition at line 234 of file gdi_driver.h.


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