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

Public Attributes

IEnumString IEnumString_iface
 
IACList IACList_iface
 
LONG ref
 
WCHAR ** data
 
int data_len
 
int cur
 
UINT num_resets
 
UINT num_expand
 
WCHAR last_expand [32]
 

Detailed Description

Definition at line 269 of file autocomplete.c.

Member Data Documentation

◆ cur

int string_enumerator::cur

Definition at line 276 of file autocomplete.c.

◆ data

WCHAR** string_enumerator::data

Definition at line 274 of file autocomplete.c.

◆ data_len

int string_enumerator::data_len

Definition at line 275 of file autocomplete.c.

Referenced by string_enumerator_Next().

◆ IACList_iface

IACList string_enumerator::IACList_iface

Definition at line 272 of file autocomplete.c.

Referenced by impl_from_IACList(), and string_enumerator_QueryInterface().

◆ IEnumString_iface

IEnumString string_enumerator::IEnumString_iface

◆ last_expand

WCHAR string_enumerator::last_expand[32]

Definition at line 279 of file autocomplete.c.

Referenced by aclist_Expand().

◆ num_expand

UINT string_enumerator::num_expand

Definition at line 278 of file autocomplete.c.

Referenced by aclist_Expand().

◆ num_resets

UINT string_enumerator::num_resets

Definition at line 277 of file autocomplete.c.

Referenced by string_enumerator_Reset().

◆ ref

LONG string_enumerator::ref

Definition at line 273 of file autocomplete.c.

Referenced by string_enumerator_AddRef(), and string_enumerator_Release().


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