Page 1 of 1

API doc bug

Posted: Sun Jul 01, 2007 12:35 pm
by danmapes
INPCameraFrame::Item
The Item method returns the corresponding item in the collection. In this case Item will return an INPObject interface.
HRESULT Item(LONG a_vlIndex, INPCamera ** ppCamera);

Instead of...
HRESULT Item(LONG a_vlIndex, INPObject ** ppObject );

Re: API doc bug

Posted: Mon Jul 02, 2007 2:36 pm
by Birch
Thanks for catching this, we will correct the documentation. The changes will show up the next time we release.