ReactOS 0.4.15-dev-7958-gcd0bb1a
class_reg_data Struct Reference
Collaboration diagram for class_reg_data:

Public Attributes

union {
   struct {
      struct comclassredirect_data *   data
 
      void *   section
 
      HANDLE   hactctx
 
   }   actctx
 
   HKEY   hkey
 
u
 
BOOL hkey
 

Detailed Description

Definition at line 150 of file compobj.c.

Member Data Documentation

◆ 

struct { ... } class_reg_data::actctx

◆ data

struct comclassredirect_data* class_reg_data::data

Definition at line 156 of file compobj.c.

◆ hactctx

HANDLE class_reg_data::hactctx

Definition at line 158 of file compobj.c.

◆ hkey [1/2]

HKEY class_reg_data::hkey

Definition at line 160 of file compobj.c.

Referenced by CoGetClassObject(), get_object_dll_path(), and Handler_DllGetClassObject().

◆ hkey [2/2]

BOOL class_reg_data::hkey

Definition at line 162 of file compobj.c.

◆ section

void* class_reg_data::section

Definition at line 157 of file compobj.c.

◆ 

union { ... } class_reg_data::u

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