ReactOS 0.4.16-dev-2332-g4cba65d
class_reg_data Struct Reference

#include <combase_private.h>

Collaboration diagram for class_reg_data:

Public Attributes

enum class_reg_data_origin origin
 
union {
   struct {
      const WCHAR *   module_name
 
      DWORD   threading_model
 
      HANDLE   hactctx
 
   }   actctx
 
   HKEY   hkey
 
u
 
union {
   struct {
      const WCHAR *   module_name
 
      DWORD   threading_model
 
      HANDLE   hactctx
 
   }   actctx
 
   HKEY   hkey
 
u
 

Detailed Description

Definition at line 145 of file combase_private.h.

Member Data Documentation

◆  [1/2]

struct { ... } class_reg_data::actctx

◆  [2/2]

struct { ... } class_reg_data::actctx

◆ hactctx

HANDLE class_reg_data::hactctx

Definition at line 154 of file combase_private.h.

◆ hkey

HKEY class_reg_data::hkey

◆ module_name

const WCHAR* class_reg_data::module_name

Definition at line 152 of file combase_private.h.

◆ origin

enum class_reg_data_origin class_reg_data::origin

◆ threading_model

DWORD class_reg_data::threading_model

Definition at line 153 of file combase_private.h.

◆  [1/2]

union { ... } class_reg_data::u

◆  [2/2]

union { ... } class_reg_data::u

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