ReactOS 0.4.15-dev-7942-gd23573b
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 85 of file opengl32.h.

Member Data Documentation

◆ flags

ULONG wgl_dc_data::flags

Definition at line 94 of file opengl32.h.

Referenced by sw_call_window_proc(), and sw_SetContext().

◆ hdc

HDC wgl_dc_data::hdc

Definition at line 91 of file opengl32.h.

Referenced by sw_SetContext().

◆ hwnd

HWND wgl_dc_data::hwnd

Definition at line 90 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 101 of file opengl32.h.

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

◆ nb_sw_formats

INT wgl_dc_data::nb_sw_formats

Definition at line 104 of file opengl32.h.

Referenced by wglDescribePixelFormat(), and wglSetPixelFormat().

◆ next

struct wgl_dc_data* wgl_dc_data::next

Definition at line 108 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 92 of file opengl32.h.


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