SEARCH   
Home About Us Products Manufacturing Services Support ARK online Contact Us
Support > Software Downloads >
ARK® Tutorial



Introduction  |  Core Component  |  Communications  |  Additional Topics  |  Reference Guide




 
   

Reference Guide

interface IParameters

The interface to collections of Parameter objects.

Definition
interface IParameters : IDispatch
{
[propget]
HRESULT Count([out, retval] long* rval);
[id(0), propget]
HRESULT Item([in] const VARIANT* index, [out, retval] IParameter** rval);
};

Descriptions

[propget]
HRESULT Count([out, retval] long* rval);
The number of available parameters.

[id(0), propget]
HRESULT Item([in] const VARIANT* index, [out, retval] IParameter** rval);
Given an integer or string index, returns one of the parameters.




© ON Semiconductor  |   PRIVACY POLICY  |   TERMS OF USE