ReactOS 0.4.15-dev-7918-g2a2556c
class_info Struct Reference
Collaboration diagram for class_info:

Public Attributes

const charname
 
HINSTANCE inst
 
HINSTANCE info_inst
 
HINSTANCE gcl_inst
 

Detailed Description

Definition at line 316 of file class.c.

Member Data Documentation

◆ gcl_inst

HINSTANCE class_info::gcl_inst

Definition at line 319 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ info_inst

HINSTANCE class_info::info_inst

Definition at line 319 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ inst

HINSTANCE class_info::inst

Definition at line 319 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ name

const char* class_info::name

Definition at line 318 of file class.c.

Referenced by check_thread_instance(), test_instances(), and thread_proc().


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