ReactOS 0.4.17-dev-116-ga4b6fe9
class_info Struct Reference
Collaboration diagram for class_info:

Public Attributes

const CLSIDclsid
 
HRESULT(* constructor )(REFIID, void **)
 
const charname
 
HINSTANCE inst
 
HINSTANCE info_inst
 
HINSTANCE gcl_inst
 

Detailed Description

Definition at line 433 of file pathname.c.

Member Data Documentation

◆ clsid

const CLSID* class_info::clsid

Definition at line 435 of file pathname.c.

◆ constructor

HRESULT(* class_info::constructor) (REFIID, void **)

Definition at line 436 of file pathname.c.

◆ gcl_inst

HINSTANCE class_info::gcl_inst

Definition at line 359 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ info_inst

HINSTANCE class_info::info_inst

Definition at line 359 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ inst

HINSTANCE class_info::inst

Definition at line 359 of file class.c.

Referenced by check_thread_instance(), and thread_proc().

◆ name

const char* class_info::name

Definition at line 358 of file class.c.

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


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