ReactOS 0.4.16-dev-329-g9223134
|
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] |
Definition at line 269 of file autocomplete.c.
int string_enumerator::cur |
Definition at line 276 of file autocomplete.c.
WCHAR** string_enumerator::data |
Definition at line 274 of file autocomplete.c.
int string_enumerator::data_len |
Definition at line 275 of file autocomplete.c.
Referenced by string_enumerator_Next().
IACList string_enumerator::IACList_iface |
Definition at line 272 of file autocomplete.c.
Referenced by impl_from_IACList(), and string_enumerator_QueryInterface().
IEnumString string_enumerator::IEnumString_iface |
Definition at line 271 of file autocomplete.c.
Referenced by aclist_AddRef(), aclist_QueryInterface(), aclist_Release(), impl_from_IEnumString(), and string_enumerator_QueryInterface().
WCHAR string_enumerator::last_expand[32] |
Definition at line 279 of file autocomplete.c.
Referenced by aclist_Expand().
UINT string_enumerator::num_expand |
Definition at line 278 of file autocomplete.c.
Referenced by aclist_Expand().
UINT string_enumerator::num_resets |
Definition at line 277 of file autocomplete.c.
Referenced by string_enumerator_Reset().
LONG string_enumerator::ref |
Definition at line 273 of file autocomplete.c.
Referenced by string_enumerator_AddRef(), and string_enumerator_Release().