IScheduleCollection::get__NewEnum method (pla.h)
Retrieves an interface to the enumeration.
This property is read-only.
Syntax
HRESULT get__NewEnum(
IUnknown **ienum
);
Parameters
ienum
Return value
None
Remarks
C++ programmers use this property.
The enumeration is a snapshot of the collection at the time of the call.
The items of the enumeration are variants whose type is VT_UNKNOWN. To query for the ISchedule interface, use the punkVal member of the variant.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |
DLL | Pla.dll |