Definition at line 129 of file enumlist.cpp.
◆ CEnumIDList()
CEnumIDList::CEnumIDList |
( |
| ) |
|
◆ ~CEnumIDList()
CEnumIDList::~CEnumIDList |
( |
| ) |
|
Definition at line 204 of file enumlist.cpp.
205{
207
209 {
214 }
215}
void WINAPI SHFree(LPVOID pv)
struct tagENUMLIST * pNext
◆ AddToEnumList()
Definition at line 165 of file enumlist.cpp.
166{
168
169 if (!pidl)
171
173 if (pNew)
174 {
177
179 {
182 }
183
185 {
186
188 }
189
190
193 }
195}
LPVOID WINAPI SHAlloc(SIZE_T len)
Referenced by Initialize().
◆ Clone()
◆ Initialize()
HRESULT CEnumIDList::Initialize |
( |
| ) |
|
Definition at line 218 of file enumlist.cpp.
219{
225
226
230
234
236 {
238
239 hr = pEnumCon->Next(1, &INetCon, &
Count);
241 break;
242
244 if (pidl)
245 {
247 }
248 }
249
251}
BOOL AddToEnumList(PITEMID_CHILD pidl)
HRESULT WINAPI CNetConnectionManager_CreateInstance(REFIID riid, LPVOID *ppv)
PITEMID_CHILD ILCreateNetConnectItem(INetConnection *pItem)
#define FAILED_UNEXPECTEDLY(hr)
#define IID_PPV_ARG(Itype, ppType)
◆ Next()
Implements IEnumIDList.
Definition at line 255 of file enumlist.cpp.
259{
263
264 if (pceltFetched)
265 *pceltFetched = 0;
266
267 if (celt > 1 && !pceltFetched)
268 {
270 }
271
273 {
275 }
276
277 for (
i = 0;
i < celt;
i++)
278 {
280 break;
281
285 }
286
287 if (pceltFetched)
289
291}
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
LPITEMIDLIST WINAPI ILClone(LPCITEMIDLIST pidl)
◆ Reset()
◆ Skip()
Implements IEnumIDList.
Definition at line 295 of file enumlist.cpp.
296{
299
300 for (dwIndex = 0; dwIndex < celt; dwIndex++)
301 {
303 {
305 break;
306 }
308 }
309
311}
◆ m_pCurrent
◆ m_pFirst
◆ m_pLast
The documentation for this class was generated from the following file: