Microsoft DirectX 8.1 (C++) |
The get__NewEnum method is a helper method for Visual Basic and scripting applications. Not used in C++.
Syntax
HRESULT get__NewEnum(
IEnumVARIANT** ppNewEnum
);
Parameters
ppNewEnum
[out] Address of an IEnumVariant interface pointer.
Return Values
Returns S_OK if successful.
Remarks
This method enables Visual Basic and scripting applications to retrieve items in a For...Next loop.
See Also