ReactOS 0.4.16-dev-833-g4bc97ad
|
Protected Member Functions | |
HRESULT | _ReadDword (LPCWSTR pszPropName, VARIANT *pvari) |
HRESULT | _ReadString (LPCWSTR pszPropName, VARIANTARG *pvarg, UINT len) |
HRESULT | _ReadBinary (LPCWSTR pszPropName, VARIANT *pvari, VARTYPE vt, DWORD uBytes) |
HRESULT | _ReadStream (VARIANT *pvari, BYTE *pInit, UINT cbInit) |
HRESULT | _CopyStreamIntoBuff (IStream *pStream, void *pv, ULONG cb) |
HRESULT | _GetStreamSize (IStream *pStream, LPDWORD pcbSize) |
HRESULT | _WriteStream (LPCWSTR pszPropName, IStream *pStream) |
Protected Attributes | |
HKEY | m_hKey |
![]() | |
LONG | m_cRefs |
DWORD | m_dwMode |
Additional Inherited Members | |
![]() | |
typedef IPropertyBag * | LPPROPERTYBAG |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 265 of file propbag.cpp.
|
inline |
Definition at line 279 of file propbag.cpp.
|
inlineoverride |
Definition at line 285 of file propbag.cpp.
Definition at line 386 of file propbag.cpp.
Referenced by _WriteStream().
Definition at line 396 of file propbag.cpp.
Referenced by _WriteStream().
|
protected |
Definition at line 361 of file propbag.cpp.
Referenced by Read().
Definition at line 350 of file propbag.cpp.
Referenced by _ReadBinary().
|
protected |
Definition at line 332 of file propbag.cpp.
Referenced by Read().
Definition at line 464 of file propbag.cpp.
Referenced by Write().
Definition at line 298 of file propbag.cpp.
|
override |
Definition at line 413 of file propbag.cpp.
|
override |
Definition at line 488 of file propbag.cpp.
|
protected |
Definition at line 268 of file propbag.cpp.
Referenced by _ReadBinary(), _ReadDword(), _ReadString(), _WriteStream(), Init(), Read(), Write(), and ~CRegPropertyBag().