ReactOS 0.4.15-dev-7942-gd23573b
ComponentEnum Struct Reference
Collaboration diagram for ComponentEnum:

Public Attributes

IEnumUnknown IEnumUnknown_iface
 
LONG ref
 
struct list objects
 
struct listcursor
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 2178 of file info.c.

Member Data Documentation

◆ cursor

struct list* ComponentEnum::cursor

Definition at line 2182 of file info.c.

Referenced by ComponentEnum_Clone().

◆ IEnumUnknown_iface

IEnumUnknown ComponentEnum::IEnumUnknown_iface

Definition at line 2179 of file info.c.

Referenced by ComponentEnum_Clone().

◆ lock

CRITICAL_SECTION ComponentEnum::lock

Definition at line 2183 of file info.c.

Referenced by ComponentEnum_Clone().

◆ objects

struct list ComponentEnum::objects

Definition at line 2181 of file info.c.

Referenced by ComponentEnum_Clone().

◆ ref

LONG ComponentEnum::ref

Definition at line 2180 of file info.c.

Referenced by ComponentEnum_Clone().


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