|
ReactOS 0.4.17-dev-444-g71ee754
|


Public Member Functions | |
| CAssocShellVerbElement (BOOL bAppSource) | |
| STDMETHODIMP | QueryString (ASSOCQUERY query, PCWSTR key, PWSTR *ppwsz) override |
| STDMETHODIMP | QueryObject (ASSOCQUERY query, PCWSTR key, REFIID riid, PVOID *ppvObj) override |
Public Member Functions inherited from CAssocElement | |
| virtual | ~CAssocElement () |
| STDMETHODIMP | QueryInterface (REFIID riid, PVOID *ppv) override |
| STDMETHODIMP_ (ULONG) AddRef() override | |
| STDMETHODIMP_ (ULONG) Release() override | |
| STDMETHODIMP | SetSource (IQuerySourceOld *pSource) override |
| STDMETHODIMP | GetSource (REFIID riid, PVOID *ppSource) override |
| STDMETHODIMP | QueryString (ASSOCQUERY query, PCWSTR key, PWSTR *ppszValue) override |
| STDMETHODIMP | QueryDword (ASSOCQUERY query, PCWSTR key, DWORD *pdwValue) override |
| STDMETHODIMP | QueryExists (ASSOCQUERY query, PCWSTR key) override |
| STDMETHODIMP | QueryDirect (ASSOCQUERY query, PCWSTR key, FLAGGED_BYTE_BLOB **ppBlob) override |
| STDMETHODIMP | QueryObject (ASSOCQUERY query, PCWSTR key, REFIID riid, PVOID *ppvObj) override |
Protected Member Functions | |
| UINT | _GetQueryKeyVal (const QUERYKEYVAL **ppItems) override |
| HRESULT | _GetAppDelegate (REFIID riid, PVOID *ppv) |
Protected Member Functions inherited from CAssocElement | |
| HRESULT | _QueryKeyValAny (QUERY_CALLBACK callback, const QUERYKEYVAL *pItems, UINT cItems, IQuerySourceOld *pQS, ASSOCQUERY query, PCWSTR valueName, PVOID pValue) |
| HRESULT | _QuerySourceAny (QUERY_CALLBACK callback, IQuerySourceOld *pSource, DWORD dwFlags, ASSOCQUERY query, PCWSTR valueName, PVOID pValue) |
| virtual UINT | _GetQueryKeyVal (const QUERYKEYVAL **ppItems) |
Protected Attributes | |
| BOOL | m_bAppSource = FALSE |
Protected Attributes inherited from CAssocElement | |
| LONG | m_cRefs = 1 |
| IQuerySourceOld * | m_pSource = NULL |
Definition at line 488 of file elements.cpp.
| CAssocShellVerbElement::CAssocShellVerbElement | ( | BOOL | bAppSource | ) |
Definition at line 1057 of file elements.cpp.
Definition at line 1117 of file elements.cpp.
Referenced by QueryObject(), and QueryString().
|
overrideprotectedvirtual |
Reimplemented from CAssocElement.
Definition at line 1111 of file elements.cpp.
|
override |
Definition at line 1141 of file elements.cpp.
|
override |
Definition at line 1062 of file elements.cpp.
Referenced by QueryString().
Definition at line 492 of file elements.cpp.
Referenced by QueryString().