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 );
API doc bug
Re: API doc bug
Thanks for catching this, we will correct the documentation. The changes will show up the next time we release.