Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get__NewEnum method retrieves an IEnumVARIANT interface for a Server Data Objects (SDO) collection.
Syntax
HRESULT get__NewEnum(
[out] IUnknown **ppEnumVARIANT
);
Parameters
[out] ppEnumVARIANT
Pointer to an IUnknown interface pointer. On successful return the IUnknown interface pointer, points to an IEnumVARIANT interface.
This parameter must not be NULL.
Return value
If the method succeeds the return value is S_OK.
If the method fails, the return value is one of the following error codes.
Remarks
Initialize the SDO before calling this method.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | sdoias.h |
| DLL | Iassdo.dll |