Property nItem of interface INumArray returns/sets Value of LONG ...
HRESULT get_Item([in] ULONG nIndex, [out, retval] LONG* nItem); HRESULT put_Item([in] ULONG nIndex, [in] LONG nItem);
INumArray