#include <CSimpleShellItemArray.h>
|
| HRESULT | Initialize (_In_reads_(count) IShellItem **pitems, _In_ UINT count) |
| |
| STDMETHODIMP | BindToHandler (_In_opt_ IBindCtx *pbc, _In_ REFGUID rbhid, _In_ REFIID riid, _Out_ void **ppv) override |
| |
| STDMETHODIMP | GetPropertyStore (_In_ GETPROPERTYSTOREFLAGS flags, _In_ REFIID riid, _Out_ void **ppv) override |
| |
| STDMETHODIMP | GetPropertyDescriptionList (_In_ REFPROPERTYKEY keyType, _In_ REFIID riid, _Out_ void **ppv) override |
| |
| STDMETHODIMP | GetAttributes (_In_ SIATTRIBFLAGS dwAttribFlags, _In_ SFGAOF sfgaoMask, _Out_ SFGAOF *psfgaoAttribs) override |
| |
| STDMETHODIMP | GetCount (_Out_ DWORD *pdwNumItems) override |
| |
| STDMETHODIMP | GetItemAt (_In_ DWORD dwIndex, _Out_ IShellItem **ppsi) override |
| |
| STDMETHODIMP | EnumItems (_Out_ IEnumShellItems **ppenumShellItems) override |
| |
| | ~CComObjectRootEx () |
| |
| ULONG | InternalAddRef () |
| |
| ULONG | InternalRelease () |
| |
| void | Lock () |
| |
| void | Unlock () |
| |
| HRESULT | _AtlInitialConstruct () |
| |
| | CComObjectRootBase () |
| |
| | ~CComObjectRootBase () |
| |
| void | SetVoid (void *) |
| |
| HRESULT | _AtlFinalConstruct () |
| |
| HRESULT | FinalConstruct () |
| |
| void | InternalFinalConstructAddRef () |
| |
| void | InternalFinalConstructRelease () |
| |
| void | FinalRelease () |
| |
Definition at line 4 of file CSimpleShellItemArray.h.
◆ BindToHandler()
◆ EnumItems()
◆ GetAttributes()
Definition at line 149 of file CShellItemArray.cpp.
150{
153
154 if (!psfgaoAttribs)
156
157 if (dwAttribFlags & ~(SIATTRIBFLAGS_AND | SIATTRIBFLAGS_OR))
158 FIXME(
"%08x contains unsupported attribution flags\n", dwAttribFlags);
159
160 for (
size_t i = 0;
i <
m_items.GetCount(); ++
i)
161 {
164 break;
165
167 {
168 *psfgaoAttribs =
attr;
169 continue;
170 }
171
172 if ((dwAttribFlags & SIATTRIBFLAGS_MASK) == SIATTRIBFLAGS_AND)
173 *psfgaoAttribs &=
attr;
174 else
175 *psfgaoAttribs |=
attr;
176 }
177
179 {
180 if (*psfgaoAttribs == sfgaoMask)
183 }
185}
CAtlArray< CComPtr< IShellItem > > m_items
#define FAILED_UNEXPECTEDLY
static IShellFolder IShellItem **static IBindCtx LPITEMIDLIST SFGAOF
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ GetCount()
◆ GetItemAt()
◆ GetPropertyDescriptionList()
◆ GetPropertyStore()
◆ Initialize()
◆ m_items
| CAtlArray<CComPtr<IShellItem> > CSimpleShellItemArray::m_items |
|
private |
The documentation for this class was generated from the following files: