|
ReactOS 0.4.17-dev-243-g1369312
|


Protected Member Functions | |
| BOOL | _Next (PWSTR *ppwsz) |
| virtual BOOL | _RegNext (DWORD dwIndex)=0 |
| virtual DWORD | _MaxLen ()=0 |
Protected Attributes | |
| LONG | m_cRefs = 1 |
| DWORD | m_dwIndex = 0 |
| CRegistrySource * | m_pSource = NULL |
| HKEY | m_hKey = NULL |
| PWSTR | m_pszName = NULL |
| WCHAR | m_szBuf [64] = {} |
| DWORD | m_cchNameMax = 0 |
Additional Inherited Members | |
Public Types inherited from IEnumString | |
| typedef IEnumString * | LPENUMSTRING |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 36 of file querysrc.cpp.
|
virtual |
Definition at line 124 of file querysrc.cpp.
|
protectedpure virtual |
Implemented in CRegistryEnumValues, and CRegistryEnumKeys.
Referenced by Init().
Definition at line 150 of file querysrc.cpp.
Referenced by Next().
Implemented in CRegistryEnumValues, and CRegistryEnumKeys.
Referenced by _Next().
|
override |
Implements IEnumString.
Definition at line 214 of file querysrc.cpp.
| HRESULT CRegistryEnumBase::Init | ( | HKEY | hKey, |
| CRegistrySource * | pSource | ||
| ) |
Definition at line 132 of file querysrc.cpp.
Referenced by CRegistrySource::EnumSources(), and CRegistrySource::EnumValues().
|
override |
Definition at line 182 of file querysrc.cpp.
Implements IUnknown.
Definition at line 155 of file querysrc.cpp.
|
override |
Implements IEnumString.
Definition at line 208 of file querysrc.cpp.
|
override |
Implements IEnumString.
Definition at line 203 of file querysrc.cpp.
|
override |
|
override |
|
protected |
Definition at line 45 of file querysrc.cpp.
Referenced by CRegistryEnumValues::_RegNext(), CRegistryEnumKeys::_RegNext(), and Init().
|
protected |
Definition at line 39 of file querysrc.cpp.
Referenced by STDMETHODIMP_().
|
protected |
Definition at line 40 of file querysrc.cpp.
Definition at line 42 of file querysrc.cpp.
Referenced by CRegistryEnumValues::_MaxLen(), CRegistryEnumKeys::_MaxLen(), CRegistryEnumValues::_RegNext(), CRegistryEnumKeys::_RegNext(), and Init().
|
protected |
Definition at line 41 of file querysrc.cpp.
Referenced by Init(), and ~CRegistryEnumBase().
Definition at line 43 of file querysrc.cpp.
Referenced by _Next(), CRegistryEnumValues::_RegNext(), CRegistryEnumKeys::_RegNext(), Init(), and ~CRegistryEnumBase().
|
protected |
Definition at line 44 of file querysrc.cpp.
Referenced by Init(), and ~CRegistryEnumBase().