ISdo::get__NewEnum method (sdoias.h)
The get__NewEnum method retrieves an IEnumVARIANT interface for the Server Data Objects (SDO) properties.
Syntax
HRESULT get__NewEnum(
[out] IUnknown **ppEnumVARIANT
);
Parameters
[out] ppEnumVARIANT
Pointer to a pointer that, on successful return, points to an IUnknown interface pointer. Use this IUnknown interface pointer with its QueryInterface method to obtain an IEnumVARIANT interface.
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
Note Two underscores are used between "get" and "NewEnum" in the name of 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 |