ReactOS 0.4.15-dev-7846-g8ba6c66
wgl_thread_param Struct Reference
Collaboration diagram for wgl_thread_param:

Public Attributes

HANDLE test_finished
 
HWND hwnd
 
HGLRC hglrc
 
BOOL make_current
 
BOOL make_current_error
 
BOOL deleted
 
DWORD deleted_error
 

Detailed Description

Definition at line 840 of file opengl.c.

Member Data Documentation

◆ deleted

BOOL wgl_thread_param::deleted

Definition at line 847 of file opengl.c.

Referenced by test_deletecontext().

◆ deleted_error

DWORD wgl_thread_param::deleted_error

Definition at line 848 of file opengl.c.

Referenced by test_deletecontext().

◆ hglrc

HGLRC wgl_thread_param::hglrc

Definition at line 844 of file opengl.c.

Referenced by test_deletecontext().

◆ hwnd

HWND wgl_thread_param::hwnd

Definition at line 843 of file opengl.c.

Referenced by test_deletecontext().

◆ make_current

BOOL wgl_thread_param::make_current

Definition at line 845 of file opengl.c.

Referenced by test_deletecontext().

◆ make_current_error

BOOL wgl_thread_param::make_current_error

Definition at line 846 of file opengl.c.

Referenced by test_deletecontext().

◆ test_finished

HANDLE wgl_thread_param::test_finished

Definition at line 842 of file opengl.c.

Referenced by test_deletecontext().


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