Definition at line 137 of file enumlist.cpp.
◆ CEnumIDList()
CEnumIDList::CEnumIDList |
( |
| ) |
|
◆ ~CEnumIDList()
CEnumIDList::~CEnumIDList |
( |
| ) |
|
Definition at line 212 of file enumlist.cpp.
213{
215
217 {
222 }
223}
void WINAPI SHFree(LPVOID pv)
struct tagENUMLIST * pNext
◆ AddToEnumList()
Definition at line 173 of file enumlist.cpp.
174{
176
177 if (!pidl)
179
181 if (pNew)
182 {
185
187 {
190 }
191
193 {
194
196 }
197
198
201 }
203}
LPVOID WINAPI SHAlloc(SIZE_T len)
Referenced by Initialize().
◆ Clone()
◆ Initialize()
HRESULT CEnumIDList::Initialize |
( |
| ) |
|
Definition at line 226 of file enumlist.cpp.
227{
233
234
238
242
244 {
246
247 hr = pEnumCon->Next(1, &INetCon, &
Count);
249 break;
250
252 if (pidl)
253 {
255 }
256 }
257
259}
BOOL AddToEnumList(PITEMID_CHILD pidl)
HRESULT WINAPI CNetConnectionManager_CreateInstance(REFIID riid, LPVOID *ppv)
#define FAILED_UNEXPECTEDLY(hr)
PITEMID_CHILD ILCreateNetConnectItem(INetConnection *pItem)
#define IID_PPV_ARG(Itype, ppType)
◆ Next()
Implements IEnumIDList.
Definition at line 263 of file enumlist.cpp.
267{
271
272 if (pceltFetched)
273 *pceltFetched = 0;
274
275 if (celt > 1 && !pceltFetched)
276 {
278 }
279
281 {
283 }
284
285 for (
i = 0;
i < celt;
i++)
286 {
288 {
290 break;
291 }
292
295 {
297 break;
298 }
301 }
302
303 if (pceltFetched)
305
307}
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 311 of file enumlist.cpp.
312{
315
316 for (dwIndex = 0; dwIndex < celt; dwIndex++)
317 {
319 {
321 break;
322 }
324 }
325
327}
◆ m_pCurrent
◆ m_pFirst
◆ m_pLast
The documentation for this class was generated from the following file: