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

Public Attributes

struct class_reg_data regdata
 
CLSID clsid
 
IID iid
 
HANDLE event
 
HRESULT hr
 
IStreamstream
 
BOOL apartment_threaded
 

Detailed Description

Definition at line 1457 of file compobj.c.

Member Data Documentation

◆ apartment_threaded

BOOL host_object_params::apartment_threaded

Definition at line 1465 of file compobj.c.

◆ clsid

CLSID host_object_params::clsid

Definition at line 1460 of file compobj.c.

◆ event

HANDLE host_object_params::event

Definition at line 1462 of file compobj.c.

Referenced by apartment_hostobject_thread().

◆ hr

HRESULT host_object_params::hr

Definition at line 1463 of file compobj.c.

Referenced by apartment_hostobject_thread().

◆ iid

IID host_object_params::iid

Definition at line 1461 of file compobj.c.

◆ regdata

struct class_reg_data host_object_params::regdata

Definition at line 1459 of file compobj.c.

◆ stream

IStream* host_object_params::stream

Definition at line 1464 of file compobj.c.


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