ReactOS 0.4.16-dev-2293-g4d8327b
wgl_dc_data Struct Reference

#include <opengl32.h>

Collaboration diagram for wgl_dc_data:

Public Attributes

union {
   HWND   hwnd
 
   HDC   hdc
 
   HANDLE   u
 
owner
 
ULONG flags
 
INT pixelformat
 
struct ICD_Dataicd_data
 
INT nb_icd_formats
 
INT nb_sw_formats
 
voidsw_data
 
struct wgl_dc_datanext
 

Detailed Description

Definition at line 47 of file opengl32.h.

Member Data Documentation

◆ flags

ULONG wgl_dc_data::flags

Definition at line 56 of file opengl32.h.

Referenced by sw_call_window_proc(), and sw_SetContext().

◆ hdc

HDC wgl_dc_data::hdc

Definition at line 53 of file opengl32.h.

Referenced by sw_SetContext().

◆ hwnd

HWND wgl_dc_data::hwnd

Definition at line 52 of file opengl32.h.

Referenced by sw_call_window_proc(), and sw_SetContext().

◆ icd_data

◆ nb_icd_formats

INT wgl_dc_data::nb_icd_formats

Definition at line 63 of file opengl32.h.

Referenced by wglDescribeLayerPlane(), wglDescribePixelFormat(), and wglSetPixelFormat().

◆ nb_sw_formats

INT wgl_dc_data::nb_sw_formats

Definition at line 66 of file opengl32.h.

Referenced by wglDescribePixelFormat(), and wglSetPixelFormat().

◆ next

struct wgl_dc_data* wgl_dc_data::next

Definition at line 70 of file opengl32.h.

◆ 

union { ... } wgl_dc_data::owner

◆ pixelformat

◆ sw_data

void* wgl_dc_data::sw_data

◆ u

HANDLE wgl_dc_data::u

Definition at line 54 of file opengl32.h.


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