Definition at line 53 of file compartmentmgr.cpp.
◆ CCompartmentEnumGuid()
| CCompartmentEnumGuid::CCompartmentEnumGuid |
( |
| ) |
|
◆ ~CCompartmentEnumGuid()
| CCompartmentEnumGuid::~CCompartmentEnumGuid |
( |
| ) |
|
|
virtual |
◆ Clone()
Definition at line 398 of file compartmentmgr.cpp.
399{
400 TRACE(
"(%p)\n",
this);
401
402 if (!ppenum)
404
406}
static HRESULT CreateInstance(struct list *values, IEnumGUID **ppOut)
◆ CreateInstance() [1/2]
◆ CreateInstance() [2/2]
◆ Next()
Definition at line 354 of file compartmentmgr.cpp.
358{
360
361 TRACE(
"(%p)\n",
this);
362
363 if (!rgelt)
365
367 {
370 break;
371
373 *rgelt =
value->guid;
374
375 ++fetched;
376 ++rgelt;
377 }
378
379 if (pceltFetched)
380 *pceltFetched = fetched;
382}
__WINE_SERVER_LIST_INLINE struct list * list_next(const struct list *list, const struct list *elem)
◆ QueryInterface()
◆ Reset()
◆ Skip()
◆ STDMETHODIMP_() [1/2]
| CCompartmentEnumGuid::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
override |
◆ STDMETHODIMP_() [2/2]
| CCompartmentEnumGuid::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
override |
◆ m_cRefs
| LONG CCompartmentEnumGuid::m_cRefs |
|
protected |
◆ m_cursor
◆ m_values
The documentation for this class was generated from the following file: