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

Public Attributes

IEnumVARIANT IEnumVARIANT_iface
 
LONG ref
 
dictionarydict
 
struct listcur
 
struct list notify
 

Detailed Description

Definition at line 81 of file dictionary.c.

Member Data Documentation

◆ cur

struct list* dictionary_enum::cur

Definition at line 86 of file dictionary.c.

Referenced by notify_remove_pair().

◆ dict

dictionary* dictionary_enum::dict

Definition at line 85 of file dictionary.c.

Referenced by create_dict_enum(), and notify_remove_pair().

◆ IEnumVARIANT_iface

IEnumVARIANT dictionary_enum::IEnumVARIANT_iface

Definition at line 82 of file dictionary.c.

Referenced by impl_from_IEnumVARIANT().

◆ notify

struct list dictionary_enum::notify

Definition at line 87 of file dictionary.c.

◆ ref

LONG dictionary_enum::ref

Definition at line 83 of file dictionary.c.

Referenced by dict_enum_AddRef(), and dict_enum_Release().


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