ReactOS 0.4.16-dev-1025-gd3456f5
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 2133 of file info.c.

Member Data Documentation

◆ cursor

struct list* ComponentEnum::cursor

Definition at line 2137 of file info.c.

Referenced by ComponentEnum_Clone().

◆ IEnumUnknown_iface

IEnumUnknown ComponentEnum::IEnumUnknown_iface

Definition at line 2134 of file info.c.

Referenced by ComponentEnum_Clone().

◆ lock

CRITICAL_SECTION ComponentEnum::lock

Definition at line 2138 of file info.c.

Referenced by ComponentEnum_Clone().

◆ objects

struct list ComponentEnum::objects

Definition at line 2136 of file info.c.

Referenced by ComponentEnum_Clone().

◆ ref

LONG ComponentEnum::ref

Definition at line 2135 of file info.c.

Referenced by ComponentEnum_Clone().


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